own text

  • Thread starter Thread starter Andy Van Houtte
  • Start date Start date
A

Andy Van Houtte

Hi
how can you get a own text in the statusbar on your webpage?
thx in advance
 
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
 
<script language="Javascript">
window.defaultStatus="This is your message."
</script>

I think thats what you want.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top