|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
I want to add two buttons to my page, which direct to and send query information to different result pages. Is there any one can help? Thanks. |
|
#2
|
|||
|
|||
|
yes it is possible but i need some more information abt what do u wanna do. I hope that I can provide you the solution for the problem.
|
|
#3
|
|||
|
|||
|
Thank you very much, I got some code from somewhere else, and can solve this problem already:
<form> <INPUT Type=Submit Value="Add Record" onClick="this.form.action='addrecord.asp';"> <INPUT Type=Submit Value="Del Record" onClick="this.form.action='deleterecord.asp';"> </form> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > One query form, two result page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|