
August 24th, 2000, 06:01 AM
|
|
Junior Member
|
|
Join Date: Jul 2000
Location: UK
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
hi,
i use the following script to produce a popup window:
basket = window.open ('','remotebasket','width=180,height=280');
basket.location="basket.htm";
the title appears as defined in the <TITLE> of basket.htm. That's fine, but
when I add the following line to the above:
basket.document.write("ok");
The title becomes the path of the parent window.
Is there any way i can stop this happen ??
graham
|