A Andy Van Houtte Sep 29, 2004 #1 Hi how can you get a own text in the statusbar on your webpage? thx in advance
K Kevin Spencer Sep 29, 2004 #2 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
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
? =?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo Sep 29, 2004 #3 <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 | |
<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 | |