Forum Moderators: open

Message Too Old, No Replies

Form Acknowledgment Page problem

passing values to one page, but landing on another

         

mmmwowmmm

6:08 pm on Jan 15, 2007 (gmt 0)

10+ Year Member



I have a form that, when submitted, automatically lands the user on "PageX". Basically, it looks like this:

<form action='PageX.html' method='post'>
<input type='hidden' name='action' value='changepassword' />
<input type='hidden' name='n' value='PageX.html' />
<input name='submit' type='submit' value='Save' />

The information needs to be passed to PageX, but I'd like for the user to land on "PageY" instead. How could I do that?

Thanks

coopster

6:46 pm on Jan 15, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You could use your server-side technology to accept the posted form values, process accordingly and redirect the user to Page Y.