that almost gets it working. my test page worked great... but my final page
is actually part of a frame and i think this is messing things up. is there
a way to address a specific frame? is that what i need to do?
elrod
Bruce Duncan wrote:
> 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>