Popup Script With Re-Direct

<html>
<head>
<!– POPUP SCRIPT WITH RE-DIRECT –>
<!— By enRICHed_1 –>
<!— FOR FREE USE –>
<title>Netradio</title>
<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin

function popUp(URL) {
day = new Date();
id = day.getTime();
eval(”page” + id + ” = window.open(URL, ‘” + id + “‘, ‘toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=300,left = 80,top = 60′);”);
}
// End –>
</script>
<meta http-equiv=”REFRESH” content=”4; URL=http://link1.com” target=”_top”>
</head>
<body onLoad=”javascript:popUp(’http:/link2.com’)” bgcolor=”#000000″ text=”#FFFFFF”>
</body>
</html>

Comments (1) »

Make a html file and upload to documents page

<FONT FACE=’Helvetica, arial’ SIZE=3 COLOR=#ffffff>
<FORM>
<input type=”button” Value=”NAME THE BUTTON HERE!!!”
ONCLICK=”window.open(’http://PLACE DESTINATION URL HERE!!!’,'Sample’
,’toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,
resizable=yes,copyhistory=yes,width=500,height=260′)”>
</FORM>

Leave a comment »

Add Favorite

onclick=window.external.AddFavorite(favU,favT);this.setHomePage(favH)
onmouseout=”this.style.background=’black’;this.style.color=’white’;”
onmouseover=”this.style.background=’ffcc66′;this.style.color=’black’;”

Leave a comment »