Thread: window status?
Results 1 to 6 of 6
Related
-
AHFB ALLSTAR status Forum: AHFB Feedback
Replies: 4 -
Status Updates Forum: Myspace Forum
Replies: 1 -
Status variables not updating? Forum: PHP Forum
Replies: 1 -
Window Status in CSS Forum: CSS Forum
Replies: 3
-
04-30-2002, 08:52 PM #1
window status?
how can i make ma web page so dat text scrolls across da window status bar?
-
04-30-2002, 11:27 PM #2
you mean this?
<a href="index.html" onMouseOver="window.status='Back to the Home Page.'; return true"
onMouseOut="window.status='Done'; return true">
Good luck
-
05-01-2002, 10:27 PM #3
...
no, i actually meant it as :
when someone ARRIVES at ma page, text scrolls across da status bar
-
05-02-2002, 05:10 PM #4
alright...
Code:<html> <head> <script language="javascript"> <!-- function scroll() { scroll1 = setTimeout("window.status='Welcome'; return true",200); scroll2 = setTimeout("window.status='Welcome To'; return true",300); scroll3 = setTimeout("window.status='Welcome To My'; return true",400); scroll4 = setTimeout("window.status='Welcome To My Page'; return true",500); } --> </script> </head> <body onload="scroll()"> </body> </html>
-
05-02-2002, 05:20 PM #5
-
05-06-2002, 04:19 PM #6
I posted two cool codes for text effects
I posted two cool codes for text effects under scrpit dhtml/javascrpit they may be something that you like or was you talking about at the top left of your browser which is cool but pointless
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum