Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters
Message
De
11/07/2007 08:52:37
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01238883
Message ID:
01239204
Vues:
14
Oops... I knew that, I just hosed it up freehanding it. Thanks!

>This syntax is incorrect.
>
>
><form action="Assetlst.asp?Location=California,Param2=CowboysSuck" method="get">
>
>
>
>It's this (Change the comma to an ampersand.....)
>
><form action="Assetlst.asp?Location=California&Param2=CowboysSuck" method="get">
>
>
>>Is it:
>>
>>
>><form action="Assetlst.asp?Location=California,Param2=CowboysSuck" method="get">
>>
>>
>>>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
Very fitting: http://xkcd.com/386/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform