return to tranceaddict TranceAddict Forums Archive > Main Forums > Chill Out Room

 
HTML - Alert()
View this Thread in Original format
UglyDave
Hello,

i'm writin a wee message to every visitor to my site.

basically i have this:
code:
[body onload='alert("please go here: http://www.here.com")']

which produces a nice wee messagebox, but would it be possible to make the address a link??

Dave
Mr Game+Watch
Wouldn't it be better if you wrote a javascript redirect script instead of an alert messagebox? What you can do is do like a document.location (I forget the exact command) after you execute the alert() function.
CLICK TO RETURN TO TOP OF PAGE
 
Privacy Statement