
August 20th, 2004, 01:26 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Location: AZ
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Working with window openers
Objective: To open a child window. Link back to Parent window named "flashhtml" and close child.
Problem: Everthing works fine except I get an extra window behind my target window. Very frustrating. I tried to delete "opener.location.href='http://www.airbagit-store.com';window.open(this.href);". but did not work.
here is my code in the child window:
<a href="http://www.truckn-store.com/search.asp?search=touch" Target="flashhtml" onclick="opener.location.href='http://www.airbagit-store.com';window.open(this.href);setTimeout('self .close()',100);return false;">
Please help,
Eric
|