Combined (Landscape) Search Panel

How to use the Search Panel Source Code

For extended details on getting a Search Panel to run on your site, as well as a preview of the different styles available, visit the home for the Connect Search Panels.

Getting a Connect Search Panel set up on your site is easy - just follow these simple steps:

  1. Copy the Source Code below into your own site from the code presented on the page below
  2. Look at the HTML code for the following line:
    <input value="http://www.myinternet.com.au" name="Source" type="hidden" />
    Replace the http://www.myinternet.com.au with the web address of your school.
  3. Save your changes to your site, and take a look in your favourite web browser to see your newly created Search Panel

 

Source Code

<form action="http://www.education.vic.gov.au/connect/landing.asp" name="connectSearchCombinedLandscape" id="connectSearchCombinedLandscape" method="get">
  <input value="http://www.myinternet.com.au" name="Source" type="hidden" />
  <input value="combined" name="audience" type="hidden" />
  <div style="background:url(http://www.education.vic.gov.au/images/template/connect/search/v1/cl_search_back.jpg) no-repeat; position:relative; width:300px; height:114px; margin:0 auto;">
    <div style="position:absolute; width:291px; height:23px; background:url(http://www.education.vic.gov.au/images/template/connect/search/v1/cl_header.jpg) no-repeat; top:4px; left:5px;"><span style="display:none;">Connect: www.education.vic.gov.au/connect/</span></div>
    <div style="position:absolute; top:46px; left:9px;"><input title="Search Field" name="search-clause" style="padding:0; margin:0; width:280px; height:23px; background:url(http://www.education.vic.gov.au/images/template/connect/search/v1/cl_search_field.jpg) no-repeat; border:solid 1px #39474b; font-size:14pt; color:#FFF;" onkeypress="if (event &amp;&amp; event.keyCode == 13) { alert('You must select either to Search Primary or Search Secondary to submit your search.'); return false; } " /></div>
    <div style="position:absolute; top:80px; left:9px;"><input type="image" name="searchPrimarySubmit" alt="Search Primary Connect" src="http://www.education.vic.gov.au/images/template/connect/search/v1/cl_search_primary.jpg" /></div>
    <div style="position:absolute; top:80px; left:159px;"><input type="image" name="searchSecondarySubmit" alt="Search Secondary Connect" src="http://www.education.vic.gov.au/images/template/connect/search/v1/cl_search_secondary.jpg" /></div>
  </div>
</form>