Click to See Complete Forum and Search --> : sending query string thru hyperlink?


slyfox
11-17-2003, 10:59 AM
Hi

another one.. how do i send a hyperlink with a query string?

eg. href="get_url.htm?123"

bare in mind that the current page works with query strings and must send current value of query - so that value(123) won't always be the same.. (javascript reads current querystring and then uses that value for all other links, so all is dynamic)

any ideas?:rolleyes:

pixelmech
11-17-2003, 11:12 AM
href="get_url.htm?www.yahoo.com"

If you get hairy URLs you might have to do some encoding.

Tom