own text

A

Andy Van Houtte

Hi
how can you get a own text in the statusbar on your webpage?
thx in advance
 
K

Kevin Spencer

JavaScript. Example:

<script type="text/javascript"><!--
window.status = "This is a Status Bar Message";
// --></script>

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Top