PDA

View Full Version : looking for script


Mr.O
08-27-2000, 06:36 PM
Hi, guys! I was just wondering if anybody can tell me where I can find the script or any info on how to make the set home page pop up windows....Thanks everyone..!!!

Neo
08-28-2000, 12:01 AM
hi

just use the following code :

<script language="javascript">
window.open('http://www.yoururlyouwant.com')
</script>

place that somewhere on your page

thats it!