home ~ projects ~ socials

Web Search Forms

TODO: turn this back into code that processes

<p>A collection of search forms for sites I use frequently.</p>

<a href="#" onclick="someCall('asdfasdfasdfasdf');">here</a>

<div id="testId" >start</div>

<div id="formWrapper">

	<form action="http://sjcpls.ipac.sirsidynix.net:81/ipac20/ipac.jsp?profile=dial&amp;lang=eng&amp;reloadxsl=true#focus" method="GET">
		<input name="index" type="hidden" value=".GW" />
		<input name="term" size="20" type="text" />
	</form>

</div>

<script>

	
	function someCall(aNewValue) {
		document.getElementById('testId').innerText = "asdfasd234" + aNewValue;
	}
	
	
</script>
-- end of line --