Quote:
|
Originally Posted by Chris
Hmm dont think we are on the same level
here is the code for for Internet radio personality of the year
Code:
<input type="text" id="internetradio_y" name="internetradio_y" value=""
i want to do something like when the click www.southernentawards.com/vote.php?id=internetradio"text to put in field"
and when they click that link it has the internet radio persnality of the year field already filled in with my "text to put in field" quote
remember this is NOT my site so i cant edit anything server side
was wondering if there was away to just pass info along thru the URL to the form fields
|
the name is the variable so southernentawards.com/vote.php?id=internetradio should be
southernentawards.com/vote.php?internetradio=stuff
<input type="text" id="internetradio_y" name="internetradio_y" value="stuff">