Help :
I have the following scenerio:
HTML -> Hotlink calls CGI Script which does some preprocessing and then write's a dynamic HTML call via a Java script Window.Open(). Then a form is displayed. Problem #1, when I call the CGI script, the parent window disappears (goes white) - I believe that is due to the Print "Content/TYPE HTML \n\n" (etc.. yeah I know not exactly correct). How can I get around that.
Secondly, after the form is filled out and submitted, a second cgi process handles the form and calls Window.close (), but I can not figure out after the window close, how to refress the parent window. Any suggestions?!
Michael
Thank you - OEMike