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?
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?
Comment