|
|
 |
RE: FN-FORUM: Querystring
date posted 16th January 2006 17:47
You can separate the values for example
.asp?r=145,123,124,123,145
(note the commas need urlencoding using server.urlencode(""))
Then simply write r to your session("mysession") = request.quesrystring("r")
Then to break out the values.
Untested but should work.
Regards
Sam Morgan
WiredEyes / WebClickGo
tel (Uk): +44 (0)20 7100 2178 / tel (Italy): +39 070 766 242
fax (uk): 0871 433 2278 / fax (Italy): 070 330 9939
web : www.wiredeyes.com / www.webclickgo.com
----
umop ap!sdn w,! aw dlaH
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of David J MacKillican
> Sent: 16 January 2006 18:57
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: RE: FN-FORUM: Querystring
>
>
> Sam
>
> You are one of those who I can regard as my guru, not being
> patronising, I
> don't ask for help very often!
>
> I am doing this with a session variable to avoid the danger of having
> cookies switched of, thus keeping the server in control as it were.
>
> Do you, or anyone reading this, know how to pass multiple
> values for one
> querystring. The value 'r' in the script will have more
> (unlimited) values
> in it.
>
> Dave
>
> David J MacKillican
>
> http://www.djmwebservices.com your business open 24 hours
>
>
>
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|