PDA

View Full Version : Form with a hyperlink


brainfart
08-30-2002, 04:09 AM
I am unable to get it to hyperlink to the next page ?
see what you think...
I made it this far and I won't stop not yet
I want Page1 to link to Page2 then Page 2 to Page3
here are the links
Page 1 http://www.originalhamm.com/search1.htm

Page2 http://www.originalhamm.com/search2.htm

Page3 http://www.originalhamm.com/search3.htm:rolleyes:

glenngv
08-30-2002, 07:02 AM
since all your search pages are hardcoded, you don't need each page to submit to the other, you just need to link to it like this:
<form name='Form1'>
<select size='1' name='SelectVehicle' onchange="location.href='search2.htm'">