ScrabbleKing
Programmer
I am trying to get a search executed using the position and location (entered by the user) on careerbuilder.com. The code below is not working. I would actually prefer this done using javascript, though, but I am even further at a loss. Could someone please help?
Code:
<form id="career" action="[URL unfurl="true"]http://msn.careerbuilder.com/Jobseeker/Jobs/JobResults.aspx">[/URL]
<fieldset>
<legend>career</legend>
<label for="position">position</label> <input type="text" name="position" id="position" /><br />
<label for="zip">Area zip code</label> <input type="text" name="zip" id="zip" />
<input name="btnG" type="submit" value="Search">
</fieldset>
</form>