Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters
Message
From
10/07/2007 10:20:51
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Passing parameters
Miscellaneous
Thread ID:
01238883
Message ID:
01238883
Views:
52
Hello all

I'm actually using asp 3.0

I have a HTML code like this where location is a parameter I'm sending to Assetlst.asp.
<form action="Assetlst.asp?Location" method="get">
I would like to send two parameters, Location and one other value. What is syntex to do this?

I've tried
<form action="Assetlst.asp?Location,Param2" method="get">
and
<form action="Assetlst.asp?Location;Param2" method="get">
In Assetlst.asp code I'm using
Request.QueryString("Param2")
to access the value but it doesn't seem to be working.

How is this done in asp3.0?

TIA
The American Republic will endure, until politicians realize they can bribe the people with their own money.
- Alexis de Tocqueville

No man’s life, liberty, or property is safe while the legislature is in session.
– Mark Twain (1866)
Next
Reply
Map
View

Click here to load this message in the networking platform