Announcement

Collapse
No announcement yet.

Append to URL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Append to URL

    Hi all,

    I'd like to be able to add text to the end of my urls with a link.

    e.g. http://www.myurl.com/cgi-bin/ss00000...&SS=SEARCHTERM

    becomes

    http://www.myurl.com/cgi-bin/ss00000...RM+SEARCHTERM2

    the second search term will be a static variable (for want of a better term)
    meaning that the user searches for "sheep" and then i have a list of choices, e.g. "grass" "Small" "water" "lambs" and when they click one of these, it appends the term to the url and brings up results for it.

    any ideas?
    http://www.itwiz.co.uk

    http://www.AntiV.net - The Discount Antivirus Store

    #2
    Clarification

    Hi, I asked about this a few days ago - plenty of views but no responses. I thought i might try to explain a bit better...

    I want to have several links on my site. When a user clicks one of these links, i want to append a set piece of text to the current URL and have that url loaded.

    The purpose is to narrow down search results.

    if any further clarification would help, just ask.

    Many Thanks
    http://www.itwiz.co.uk

    http://www.AntiV.net - The Discount Antivirus Store

    Comment


      #3
      editing the url:

      this can be done using javascript. JS can capture the current url and add text on the end.

      http://www.google.co.uk/search?q=jav...ient=firefox-a

      Comment

      Working...
      X