[PHP] Re: Launching a Browser Win with PHP - Is it possible?

2002-10-14 Thread Owen Prime
Sorry, that should be window.opener.location.reload() instead of refresh(). Owen Prime wrote: > You will have to use mainly Javascript for this. What I have done in the > past is: > > STEP 1. > In the tag put a onSubmit argument which does a window.open(). This > should pop up a small window w

[PHP] Re: Launching a Browser Win with PHP - Is it possible?

2002-10-14 Thread Owen Prime
You will have to use mainly Javascript for this. What I have done in the past is: STEP 1. In the tag put a onSubmit argument which does a window.open(). This should pop up a small window which you can use writeln() to add content to it. Like your 'Uploading...' message or an image. STEP 2. A