send variable value with (?)
I want to send a variable value to the next page. How i should do it.
Suppose i have
user = rst.fields("User_ID")
--User is a variable now containing the user id from the database.
Now i m making a hperlink...
<a href="delete_user.asp?uid=">YES</a>
Now what should i write after "=" in the above expression to send the value of my variable "user" using the question mark notation?
Please help me out!
Farzan Q.
BS(TeleCommunication)
Iqra University.
__________________
Farzan Q.
MS(TeleCommunication)
Mohammad Ali Jinnah University.
|