Link your Web Site to Jobvertise
You can easily add a job search from your web site by linking directly to the Jobvertise search engine. Your link can automatically search by keyword and/or location. The following examples will show you the HTML code you can copy and paste to your web site.
Keyword Only Search(change "web+or+html" to the keywords you prefer)
<A HREF="http://www.jobvertise.com/search?query=web+or+html">Show the Jobs</A>
Keyword and Location Search
(change the keyword, city, state, and radius to the values you prefer) Note: the radius is in miles and the 2 letter state code must be in capital letters. You may leave any of the variables blank.
<A HREF="http://www.jobvertise.com/search?query=programmer&city=Chicago&state=IL&radius=60">Show the Jobs</A>
Keyword Text Box Search
Copy and paste the following HTML to your web site to allow your visitors to type in their own keywords and run a job search:
<FORM METHOD="POST" ACTION="http://www.jobvertise.com/search"> Search for a job! <br> <INPUT TYPE="TEXT" NAME="query" SIZE="20"> <INPUT TYPE="SUBMIT" NAME="button" VALUE="Search"> </FORM><A href="http://www.jobvertise.com">
    <IMG BORDER="0" SRC="http://www.jobvertise.com/images/powered.gif">
</A>