Hello, I know that nested forms are not possible in html. I also know that if you have just one text field in a form, you can submit it by just pressing enter (can't have more than one field though for the enter key to submit it). Here is what I want to do:
I have a page with a bunch of text...
Hello, I know that nested forms are not possible in html. I also know that if you have just one text field in a form, you can submit it by just pressing enter (can't have more than one field though for the enter key to submit it). Here is what I want to do:
I have a page with a bunch of text...
Hello, I have an asp search page that contains several text fields, and upon user entry, submits the data to a db, and returns the results of that search. No big deal...however, I want to be able to have the form submit after I hit the enter key after entering info in any text box. Right now...
Hello, I have an asp search page that contains several text fields, and upon user entry, submits the data to a db, and returns the results of that search. No big deal...however, I want to be able to have the form submit after I hit the enter key after entering info in any text box. Right now...
I am trying to set up cdonts to send an email from asp page. Here is my code:
DIM myMail
SET myMail = Server.CreateObject("CDONTS.Newmail")
myMail.From = "me@mycompany.com"
myMail.To = "me@mycompany.com"
myMail.Subject = "test"
myMail.Body =...
I got my asp site to connect correctly to my dBase-III database. However, we wrote a small vb app to test how many users could access the site at the same time. It crashed when more than one accessed it, and gave the following error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'...
Hello, I am trying to set up an asp site using dBase-III. Any ideas on how to do this? This is what I currently have...
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "DSN=Custmast"
Set rsCustmast=Server.CreateObject("ADODB.Recordset")...
Hello, I am trying to set up an asp site using dBase-III. Any ideas on how to do this? This is what I currently have...
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "DSN=Custmast"
Set rsCustmast=Server.CreateObject("ADODB.Recordset")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.