Thread: javascript help
View Single Post
Old 04-08-2002, 01:24 PM  
XXXManager
So Fucking Banned
 
Join Date: Mar 2002
Location: Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy
Posts: 893
Hey.
HTML code wont paste easy - so i changed all the "<" to "< " (added space so it wont fuckup the reply)...
So here it is
<HR>

< HTML>
< HEAD>
< SCRIPT>
var clicked = 0;
function click_link (url){
clicked = 1;
window.open(url);
};

function closewin()
{
if (clicked==0) {window.open('http://www.xxxmanager.com');};
};

< /SCRIPT>
< /HEAD>
< BODY ONUNLOAD="closewin();">
< A

HREF="Javascript:click_link('http://www.tgplay.com');">http://ww

w.tgplay.com< /A>
< BR>
< A

HREF="Javascript:click_link('http://www.gofuckyourself.com');">h

ttp://www.gofuckyourself.com< /A>
< BR>
< BR>
courtesy of XXXManager.com ;)
< /BODY>
< /HTML>
XXXManager is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote