Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Redirect after Form Submission

8 views
Skip to first unread message

qpatti2

unread,
Mar 8, 2005, 12:08:12 PM3/8/05
to
Can someone please tell me how to cause a form that has been submitted to
redirect to another page? I was trying to use the following code: <input
type="hidden" name="redirect" value="request_submission.html">

I tried various placements w/in the form, and none worked, so I'm assuming
that this code doesn't work with Java and Dreamweaver...

Thanks so much!

bubblocity

unread,
Mar 10, 2005, 12:55:08 PM3/10/05
to
Can you use the <cflocation> tag after the submission is processed?

Or can you use JavaScript
<script languag="JavaScript">
window.location.href='request_submission.html' after the page is processed?
</script>

0 new messages