Setting up an "Online Application" link |
 |
|
How to set up a custom link on your website for people to apply online. |
|
|
Setup |
|
|
|
|
Overview: |
|
Choose one of the following two methods for setting up your online job application website link.
When a user clicks on your website application link, the job application will open in a new window.
|
|
|
Method 1: |
|
A simple HTML link that uses a separate launcher window
which must be closed manually by the user after the application is completed. |
|
|
|
Copy & paste this code where the link should appear |
[...] |
|
|
|
Method 2 (advanced): |
|
Use JavaScript to eliminate the separate launcher window. |
|
|
|
Steps: |
1. | Copy & paste this between your <HEAD> tags | [...] |
2. | Copy & paste this where the link should appear | [...] |
|
|
Buttons for custom links |
 |
|
How to use a graphical button instead of the default text link. |
|
|
Steps |
|
1. | Right-click desired button and select "Save Picture As..." |
2. | In the code above replace: Employment Application with
<IMG SRC="nameofbutton.gif" BORDER=0> |
|
|
|
 |