Results 1 to 3 of 3

Thread: change only one query string

  1. #1

    Thread Starter
    PowerPoster i00's Avatar
    Join Date
    Mar 2002
    Location
    1/2 way accross the galaxy.. and then some
    Posts
    2,390

    change only one query string

    ok.....
    i have a page that uses ALOT of qry string things .... this is it:

    searchresults.asp?chkAdvOptions=on&txtSearchString=&Gene855120155=on&Gene1946455125=on&Gene-1764974305=on&Gene-1098107012=on&Gene645705018=on&Gene-1502187694=on&Gene1189650544=on&Gene-1143793801=on&txtReleaseDate=&txtNoPerPage=10&chkNonMembers=on&cboOrder=Title&Submit=Search&page=1

    now ... heres what i want to do - have a link from that page to the same page but only changing 1 of the query strings (and i want to keep the rest the same) ...

    i currently have an asp function to create the links manually <a href="searchresults.asp?..........page=2"> however this creates alot of extra html to download ... there has to b a better way 2 do this ... if u no how it would be apriciated

    Thnaks in advance Kris

  2. #2
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    Your question is unclear. That looks like a GET string when submitted by a form. Why do you have to create the address manually?
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    No way, as long as those are plain links.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width