Form Input from Link

TimBenjamin

New Member
So I have:\[code\]<input type="text" id="keyword" placeholder="placeholder" value="" />\[/code\]What is the best way to go about defining the value based on the link?ie.\[code\]http://mysite.com/valueplacer?=thisisthevalue\[/code\]Does this:\[code\]<input type="text" id="keyword" placeholder="placeholder" value="http://stackoverflow.com/questions/3860446/thisisthevalue" />\[/code\]Thanks!
 
Back
Top