how can i do this move???

admin

Administrator
Staff member
i see on some pages that on the bottom of the Internet Explorer frame(where is shows the loading bar), u can write different things there like the companys name or something. any1 know how i can do that w/o javascript?...<br />
<br />
<br />
and more cool ideas like that u can tell me would be appreciated. thanks. or a site i can check using no javascript.<!--content-->Why does it matter if it's in Javascript or not.<br />
<br />
But anyways I think is what does the trick.<br />
<br />
<br />
<html><br />
<head><br />
<title> </title><br />
</head><br />
<body onload="window.defaultStatus='Your Text In the Status Bar';"><br />
</body><br />
</html><!--content--><body onload="window.defaultStatus='Your Text In the Status Bar';"> uses javascript. the giveaway being window. and the ; at the end<br />
<br />
:D<!--content-->
 
Back
Top