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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is there a way

Status
Not open for further replies.
huh? not quite clear

<Signature>
Sometimes the Answer You Are LOOKING for can be FOUND BY SEARCHING THE FAQ'S @&%$*#!!!
</Signature>
 
You could use script to check if the window was opened by another page. If it wasn't, you could open the home page in a new window.

Would this work?

Code:
<body onload=&quot;if(!opener) window.open(&quot;[URL unfurl="true"]http://www.something.com&quot;,&quot;&quot;);>[/URL]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top