Click to See Complete Forum and Search --> : open window with form , close on submit ,and refresh original window


Domingos
12-05-2002, 09:27 PM
I would like to know how can I open a form in a window, that
closes on submit and refreshes the original window.

Domingos
12-05-2002, 10:24 PM
Dave,
Thank you for your reply. But I think this is not the answer.
See the explanation below:
Suppose I'm on page1 and I click to edit it.
A little window opens and I fill the form and submit.
On submit, the small window closes, and I see the page1
still as it was before. Then I need to click refresh to see the
changes.

Domingos
12-05-2002, 10:49 PM
<form action="page.htm" method="POST" name="form1" >

<input type="Text" name="sCompany" required="No"><br>
<input type="Submit" value="Submit">

</form>

Domingos
12-09-2002, 01:34 PM
Dave,

Thank you for your help.

It's working now.

Best regards

Domingos

:)