Hi all,
I think this is possible, but possibly I'm lacking some understanding.
If I run a google search then when it completes, i can see the string in the url and the variables that make it up - i can copy this url and put it in an href etc...
On many websites, I find that the variables don't appear in the url, so a link will just take you back to the search page. Take http://www.apple.com/software/pro/tr...certifieds.php for example. If you search for a last name e.g. smith then it will reload the page with results but it doesn't show
or similar in the url.
I understand I can look at the source to find the variables, but I can't seem to write a url that works as a link to the results page for lastname = smith
If someone could clarify how or if this is possible I'd really appreciate it!
Thanks
I think this is possible, but possibly I'm lacking some understanding.
If I run a google search then when it completes, i can see the string in the url and the variables that make it up - i can copy this url and put it in an href etc...
On many websites, I find that the variables don't appear in the url, so a link will just take you back to the search page. Take http://www.apple.com/software/pro/tr...certifieds.php for example. If you search for a last name e.g. smith then it will reload the page with results but it doesn't show
Code:
?lastname=smith
I understand I can look at the source to find the variables, but I can't seem to write a url that works as a link to the results page for lastname = smith
If someone could clarify how or if this is possible I'd really appreciate it!
Thanks
Comment