Close Form After Submit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to close a window after the users has clicked teh submit
button of a form, how do I do this?

Tia
 
click the "X" in the title bar?
or do you mean the action of submitting also closes the form?

I don't know.

try this for your submit button <input type="submit" name="Submit"
onclick=window.close();" >. I don't know if it will work. Either 1) it will
close without submitting, or 2) hopefully submit the form data and then
close.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Validate with multiple submit buttons 1
Word Submitting a form 0
Form Auto Submit? 1
Reset after Submit 4
Front Page Local Use 3
Submit form without button 2
Passing Values from One Form to Another 2
Submitable Form 1

Back
Top