I have a simple website with a form & one field that is for a drawing number. I
want the user to input the drawing number & pull the drawing up based on the
drawing number after the user hits "submit". I've tried several things & this
should be pretty easy.
Here is what I'm after: Enter Drawing NUmber:_______________

Once the form is submitted, the drawing number entered is pulled up from
another directory. I can attach to the directory and pull the file up if I just
use a hyperlink, but I don't want to use a jumpmenu (because I don't want to
SHOW the user the choices, I want the user to input the drawing number).