Forums
This topic is locked
Parent of Chromeless Window
Posted 22 Aug 2002 12:21:45
1
has voted
22 Aug 2002 12:21:45 Rahul Gupta posted:
I have an asp page (lets call it a.asp). on this page there is a link which opens a chromeless window (lets call it b.asp)Now on b.asp there is a link which opens a new page (call it c.asp)
I want to open this page in the same window as the a.asp
Problem is "opener.location.href" works on normal window but it seem to be not working on the chromeless window
Improve on it