|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
asp, forms, buttons
<i><b>Originally posted by : Eric Swanson (swansone@denver.compassusa.com)</b></i><br /><br />Is there a way to have several buttons in one form that each access different asp pages?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Harinam Prasad (harinam007@usa.net)</b></i><br /><br /><br /><br />You can do but through javaScript.<br />You have to call a new function on evey button on click.<br /><br /><script language="javascript"><br />function createid()<br />{<br />window.location.href="../registration/default.asp";<br /><br />}<br /><br />function createid1()<br />{<br />window.location.href="../registration/test.asp";<br /><br />}<br /><br /></script><br /><br />I think now you can do it.<br />Best of luck <br />Harinam
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > asp, forms, buttons |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|