|
|
 |
RE: FN-FORUM: Querystring
date posted 16th January 2006 16:02
Sam
Genius thanks. Hadn't thought of that. Well I had just did not get to that
solution!!
This had me foxed, thanks very much.
Now just to get it to do it for 20 strings lol.
Cheers, have a good day
Dave
David J MacKillican
http://www.djmwebservices.com your business open 24 hours
Telephone: 01249 701194
Mobile: 07973194834
Facsimile: 01249 713501
The information contained in or attached to this email is intended only for
the use of the individual or entity to which it is addressed. If you are not
the intended recipient, or a person responsible for delivering it to the
intended recipient, you are not authorised to and must not disclose, copy,
distribute, or retain this message or any part of it. It may contain
information which is confidential and/or covered by legal professional or
other privilege (or other rules or laws with similar effect in jurisdictions
outside England and Wales).
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Sam Morgan
Sent: 16 January 2006 16:27
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: Querystring
First guess, try sel = cint(request.querystring("r")) otherwise it may be
treating it as a string.
Same with your other variables.
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of David J MacKillican
> Sent: 16 January 2006 17:18
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: Querystring
>
>
> Hi guys
>
> Right this is driving me nuts.
>
> All I want this script to do is evaluate the querystring, and
> set a class.
> But it completely ignores the querystring, and sets the default class.
> Code below, anyone any ideas?
>
> dim sel, id, i, r
> id = 1
> i = 1
> r = 0
> sel = request.querystring("r")
> do while r < 100
> response.write ""
> do while i < 101 %> else
> response.write "class=pix"
> end if
>
> 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
>
>
--
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
|
 |
|