Hi,

i am opening a new IE windows by setting the target to "_blank". The when the user clicks on the ok button the following lines works....
Code:
response.Write("<script> opener.parent.main.location.href(' " & url & " ');</script>")
which should open the url in the parents window. Doesn't work though

any ideas?

Many thanks
Nick