Question
Can you submit a form and pop up
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!
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!
