ÂÂ
Simply copy the code below into the <BODY> section of your webpage, and you’re done!
ÂÂ
<script type=”text/javascript”>  ÂÂ
//Specify URLs to randomly select from and popup/popunder:
//To display a single URL, just remove all but the first entry below:
var popurls=new Array()
popurls[0]=http://www.shefeekj.com
popurls[1]=http://www.google.com
popurls[2]=http://www.orkut.com
popurls[3]=http://www.yahoo.com
function openpopup(popurl){
var winpops=window.open(popurl,”",”width=,height=,toolbar,location,status,scrollbars,menubar,resizable”)
}
openpopup(popurls[Math.floor(Math.random()*(popurls.length))])
</script>

Discussion
No comments for “Popup Window Generator”