auto populate - Autopopulate a form using hyperlink -
i'm looking autopopulate search form entry using hyperlink. not have access site in question , when form filled in manually link http://siteinquestion.com/search
as example case of adding link google.com automatically searched term put in link e.g. http://www.google.com/mysearchterm
any advice appreciated.
**update, not work site in question. if you're trying remember clear history , use private browsing. sigh.
okay, found answer once realised autopopulate tag. answer can found here:
create link automatically fills field on target page
in nutshell, use firebug or equivalent find input id of form. use query string complete form.
in case, looked this:
http://www.somesite.com/search?quicksearchtext=texttosearchwith
where quicksearchtext input id
Comments
Post a Comment