Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can you submit a form and pop up

New Here ,
Mar 05, 2009 Mar 05, 2009
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!
208
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 05, 2009 Mar 05, 2009
LATEST
Add a window.open() to your form onsubmit attribute.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources