Like to add the following JS to a page:
http://support.cunylibraries.org/docs/how-create-search-box-cuny-catalog-javascript
Saw this:
http://codex.wordpress.org/Using_Javascript#Using_Multiple_Javascript_Files_inside_one_post_or_page
Created an aleph.js file and uploaded to:
/wordpress/wp-content/themes/twentyten/js
and add this to page:
<script type="text/javascript" src="/scripts/aleph.js"></script>
<script type="text/javascript">
<!--
selectAlephSearch();
//--></script>
With HTML form, but does not work.
Any ideas?