If your Webhost does NOT allow Script tags (optional)
If your webhost does not allow scripting (tags such as: <script> ), there are two methods that will still allow you to use Class Listings tables.
Please use the codes on the previous pages if scripting IS available to you.
Option 1: Link to new Window
If you know how to place a link in your webpage, then you can use this "Alternate Direct" method. The code below won't display the table directly on your webpage, but instead will open a new white page with the table located there. The table can still be customized in the exact same manner as the standard table. You will need a separate link for each table that you create. Notice the main difference in the code is the addition of the word "Direct" in the middle. This is necessary to prevent extraneous code from appearing above the table when using a link. Remember to substitute YOUR ORG ID in place of the XXXXXX:
If you are using a website editor that simply asks you for the "hyperlink" or "website url" or "website address" to link to, then highlight your desired text or image and use the code in the blue box as the link. If prompted, also choose "link to other webpage" and "open in new window":
http://app.jackrabbitclass.com/OpeningsDirect.asp?id=XXXXXX
If you are using a traditional hard-coded web editor, use the html code in the yellow box. This example uses the text
View our Class Listings for the display link, but you may change it to to any text phrase or image that you prefer by replacing that section in the code below:
<a href="http://app.jackrabbitclass.com/OpeningsDirect.asp?id=XXXXXX" target="_blank">View our Class Listings</a>
Need assistance? Use the "Contact Us" link in the bottom right corner of this page to reach our Integration Specialist.
Option 2: I-Frame method
If you already know how set-up, code, and use inline frames (iframes), you can use the url above to place the table in an iframe scroll on your own webpage. Jackrabbit does
not assist with iframe set-up or troubleshooting - this is only shown as an example; your iframe code may differ. (Iframe help can be found at
www.w3schools.com/tags/tag_iframe.asp).
Again, replace the XXXXX above with your Org ID and place any custom parameters directly after the last digit of the Org ID.
Remember to review our CMS Instructional page for helpful hints and screen shots of how to place links and codes into popular webhosts.