javascript_howto thread: Open then refresh
For general info, I got it working by setting a 'refresh' parameter to the querystring from the parent window to value 1 - and then doing an auto-submit in the child window via javascript sending the same parameter with value=0. The asp script at the beginning of the child window checks the value of the parameter as it loads and disables the auto-submit bit of javascript if the value=0.
|





