Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sample external search boxes

...

No Format
<script language="JavaScript" src="http://wfsearch.webfeat.org/clients/cornellu/js/cornellu.js"                 ></script>
<script language="JavaScript" src="http://wfsearch.webfeat.org/js/wf3library.js"                 ></script>
<script language="JavaScript" src="http://wfsearch.webfeat.org/clients/cornellu/js/cornelluCustom.js"                 ></script>

Anywhere in the <BODY> you want the form to appear:

...

No Format
<cfoutput>
	<script type="text/javascript" src="http://wfsearch.webfeat.org/clients/cornellu/js/cornellu.js"  ></script>
	<script type="text/javascript" src="http://wfsearch.webfeat.org/js/wf3library.js"  ></script>
	<script type="text/javascript" src="http://wfsearch.webfeat.org/clients/cornellu/js/cornelluCustom.js"  ></script>
</cfoutput>

Please note: <cfoutput> tags are required by CommonSpot for anything you actually want sent to the browser

...