November 1, 2004 at 8:20 am
#656963
Inactive
Not being a big expert on Javascript, I’m just going to shoot from the hip… LOL…
window.open generally opens a new window. I have a feeling you need to do something with document.location or something similar.
Alternately, you might be able to specify a target for the window.open.
Just a guess – like you, I have to look all this stuff up and test it… but perhaps this will narrow down the problem a bit 