ID:148739
 
Ok im trying to close a
usr << browse(Body,Options)
Popup window by using code
This is what the F1 menu says to make the window close
Passing in 'null' for the html text causes the browser panel or named window to be closed.
but Ive tried what it says
usr << browse(null,Options)
and it doesn't close the window

(Body & Options aren't actually what I put)
how do I go about closing one of these "Popup Windows"
If src << browse("blah", "window=name") opens the window, then src << browse(null, "window=name") should close it.
In response to Foomer
ok ill try that
In response to Vermolius
thanks it worked