ok here is part of my code for my search engine i was wondering whether anyone could help me, all i want to do is rather than have an image button, or a dull submit button what i want is a link just a plain old link to do the action (which i have highlighted in bold below!) my normal image button does: please help!
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script LANGUAGE="JavaScript" src=http://www.webdeveloper.com/forum/archive/index.php/"searchfunc.js"> </script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<FORM name=formSear action="javascript:RunSearch()" method="POST">
<p align="middle">
<input name=searWords size="10" >
<input type="IMAGE" src="_gif/search.gif" alt="Search this site" border="0" width="45" height="16" name="Send">
</FORM>
</body>
</html>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script LANGUAGE="JavaScript" src=http://www.webdeveloper.com/forum/archive/index.php/"searchfunc.js"> </script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<FORM name=formSear action="javascript:RunSearch()" method="POST">
<p align="middle">
<input name=searWords size="10" >
<input type="IMAGE" src="_gif/search.gif" alt="Search this site" border="0" width="45" height="16" name="Send">
</FORM>
</body>
</html>