Display same page again simultaneously while the form is sub

admin

Administrator
Staff member
Anybody can help me on the following.

I have a HTML Page say TestForm.html with 2 text boxes + submit buttton and a webserver running in my machine.
<Form Name="TestForm" Action="TestForm.html" Method="Post">
_// ... text boxes
_// submit buttons.
</Form>

In the client side, the user types some text in the text boxes and clicks the submit button.

In the server side, the values are received and processed. (Say writing the texts in a file.)

At the same time I want to display the same page in the client in the same window.i.e I don't want to display the same page after the server processing, but both of them occurs simultaneaously.

Is it possible to do so using javascript?

Please help me.
 
Back
Top