Web Hosting Talk







View Full Version : Quick help


JustinSmall
03-02-2008, 05:09 PM
I'm in a rush on this one...

<a href="frame_send-link.html" title="Vote For Us" onClick="Modalbox.show(this.href, {title: this.title, width: 600}); return false;"> Send link to a friend</a>

If you click this, a little box comes up at the top... I want the box to automatically come up, I don't want to have to click anything... how do I do this?

Codebird
03-02-2008, 06:16 PM
<body onLoad="Modalbox.show(this.href, {title: this.title, width: 600}); return false;">