Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a Random URL script PART2

Status
Not open for further replies.

panamajack

Technical User
Dec 8, 2000
5
US
Ok this is what I go so far

<script>
function winopen()
{window.open(&quot;document.location=&quot;toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=300&quot;)}
</script>
</head>
<body bgcolor=&quot;#6F7A9E&quot; onLoad=&quot;winopen()&quot;>


Ok I just tried it and it came back with this error.

The requested URL /cgi-script/reccomend/document.location= was not found on this server.

Can someone please help. Thanks.
 
panamajack -

just curious, why did you start a new thread for your response, and also respond to the previous thread?

by the way, luciddream's idea should work

theEclipse
eclipse_web@hotmail.com
robacarp.webjump.com
**-Trying to build a documentation of a Javascript DOM, crossbrowser, of course. E-mail me if you know of any little known events and/or methods, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top