Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Searching

You are here: irt.org | Articles | JavaScript | Object | Searching

Published on: Sunday 9th February 1997 By: Martin Webb

tools.htm source code

<html lang="en">

<head>

<title>Search Tools</title>

</head>

<body>

<script language="JavaScript"><!--
function goSearch() {
  parent.vhref = document.form1.vhref.checked;
  parent.vdesc = document.form1.vdesc.checked;
  parent.vtech = document.form1.vtech.checked;
  parent.vdate = document.form1.vdate.checked;
  parent.searchtext = document.form1.searchtext.value;
  parent.results.location.href = 'results.htm';
}
//--></script>

<table
  cellpadding="0"
  cellspacing="0"
  border="0"
  width="100%"
  height="100%">
<tr valign="middle">
<td width="100%" align="center">

<form name="form1" onSubmit='goSearch();return false'>
<input name="searchtext" value=""><input type="submit" value="Search">  
<i>Display URL: <input type="checkbox" name="vhref" checked>  
Description: <input type="checkbox" name="vdesc" checked>  
Techniques: <input type="checkbox" name="vtech" checked>  
Date: <input type="checkbox" name="vdate" checked></i>
</form>

</td></tr></table>

</body>

</html>

Feedback on 'Searching'

View the profile on Martin Webb and the list of other Articles by Martin Webb.


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.