Hello all,
If I should be on some Newbie board so as not to annoy anyone, please redirect me where to go!
I am trying to search an Access database
I assume that in the html page the name of my textfield is is the variable I want to send to my ASP page so:
<FORM METHOD=POST NAME="test1" ACTION="searchTest1a.asp">
Enter the wine to search for:<BR>
<INPUT TYPE=TEXT NAME=mySearch SIZE=30><BR>
<INPUT TYPE=SUBMIT VALUE="mySearch" TITLE="Click to search wine">
</FORM>
the initial problem is that it does not find the asp page
I tried ACTION="but that does not work either. Is there something I am missing in my POST?
thanks
I've been terrorized by my own ineptness here
If I should be on some Newbie board so as not to annoy anyone, please redirect me where to go!
I am trying to search an Access database
I assume that in the html page the name of my textfield is is the variable I want to send to my ASP page so:
<FORM METHOD=POST NAME="test1" ACTION="searchTest1a.asp">
Enter the wine to search for:<BR>
<INPUT TYPE=TEXT NAME=mySearch SIZE=30><BR>
<INPUT TYPE=SUBMIT VALUE="mySearch" TITLE="Click to search wine">
</FORM>
the initial problem is that it does not find the asp page
I tried ACTION="but that does not work either. Is there something I am missing in my POST?
thanks
I've been terrorized by my own ineptness here