![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Newbie question using dreamweaver mx (mac)... Is there a "redirect" function to redirect a client back to the same page after they fill out a form I created. |
|
(I talked to tech from the hosting firm I am going to use, and he said just use a redirect function somewhere in dreamweaver. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Thank you for responding, however after reading over the link in your response, I am not sure if that is what I want (or how to do it... this is my first site). What I have is a page called "Order". I want the first series of questions to come directly to me by clicking on "submit and continue", and right after that "click" I want him right back to this spot (or page) to order through paypal. What exactly do I do to achieve this? |
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
|
If you have coded a form, the action parameter specifies the file that will process the form. In that form processing page (whether it is a CGI script, or a ColdFusion page, or whatever) you can code Javascript to redirect the browser back to the original page, like this: script language="JavaScript" location.href="myFormPage.htm"; /script |
![]() |
| Thread Tools | |
| Display Modes | |
| |