PDA

View Full Version : Any webmasters out there?



3afan
10-02-2004, 06:06 AM
what sites do you maintain or help with ?????

TXMike
10-02-2004, 08:47 AM
SAN ANTONIO FOOTBALL CHAPTER (http://www.safootballchapter.us)

and

SOUTH TEXAS BASKETBALL CHAPTER (http://www.southtexasrefs.com)

How do you get that popup with "hot" info to display when the page loads ?

3afan
10-02-2004, 09:30 AM
add the following to the <BODY> tag .... onLoad="alert('PUT YOUR MESSAGE HERE');"

http://www.hotscripts.com/

http://www.codelifter.com/main/javascript/

http://javascript.internet.com/

or you can do a "View Page Source" via your browser to look at (most) any page's html

good luck!

TXMike
10-02-2004, 01:17 PM
Thanks!!!

3afan
10-02-2004, 01:54 PM
:nerd: :thumbsup:

3afan
10-03-2004, 07:09 AM
TXMike - i saw your popup (no lewd comments here please) ... goodonya - its a great way to draw attention to a specific message

TXMike
10-03-2004, 08:20 AM
That one was probably not needed but I did it for practice. There are times though when it will be needed and I thank you for the tip.