Hi how can you get a own text in the statusbar on your webpage? thx in advance
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