Skip to main content
Known Participant
March 5, 2009
Question

Can you submit a form and pop up

  • March 5, 2009
  • 1 reply
  • 227 views
Hello everyone,
I want to submit a form and pop up the submitted form, because on the original form, there is table I want to keep displaying to the user. My code:

<form action="process.cfm" method="post">
<input type="text" name="species">
<input type="submit" value="Submit">
</form>

I guess something needs to be done on the first line, but I am not sure what. Can anyone help? Thanks a lot!
    This topic has been closed for replies.

    1 reply

    Inspiring
    March 5, 2009
    Add a window.open() to your form onsubmit attribute.