name the form, <form name="bob" action......>
then do a href that points to javascript.

<a href="javascript:document.bob.submit()">Click here to submit.</a>

bruce


> <form action="http://global.ihs.com/cgi-bin/search.cgi?FRITTER=154894"
> method="POST">
>
> <b>Document Number:</b>
> <input type="text" size="25" maxlength="100" name="doc_word" value="">
>
> <b>Partial Number</b>
> <input type="checkbox" checked name="partial_match" value="ON">
>
> <b>Title Contains:</b>
> <input type="text" size="37" maxlength="100" name="title_word">
>
> <b>Begin/End Date: </b>
> <input type="text" size="7" maxlength="7" name="begin_date">
> <input type="text" size="7" maxlength="7" name="end_date"> (Format
> MM/YYYY)</b>
>
> <b>Rows to return:</b>
>         <select name="nbr_rows" size="1">
>         <option selected>25</option>
>         <option>50</option>
>         <option>75</option>
>         <option>100</option>
>         </select>
>
> <input type="submit" name="submit" value="Begin Search">
> <input type="reset" name="reset" value="Clear Fields">
>
> </form>

Reply via email to