Click to See Complete Forum and Search --> : Retrieving QueryString values


Richie
04-02-2003, 01:55 PM
I have used location.search.substring(1)

to retrieve ALL querystring values. I only want to retrieve a particular value in the querysting though. How could do that? Are there examples anywhere?

Thanks