S
Sabre
Hi all
This is my code to open my frameset:
Dim myOpenWindowJS = "<script
language='javascript'>myWin=open('Frameset.htm','mySmallFrameset','width=445
,height=350');</script>"
Response.Write(myOpenWindowJS)
How do I close the frameset from one of the windows within? Or maybe
response.redirect to another site.
Thanks
Graeme
This is my code to open my frameset:
Dim myOpenWindowJS = "<script
language='javascript'>myWin=open('Frameset.htm','mySmallFrameset','width=445
,height=350');</script>"
Response.Write(myOpenWindowJS)
How do I close the frameset from one of the windows within? Or maybe
response.redirect to another site.
Thanks
Graeme