Has anyone used a Data Access Page on the Internet? I can't seem to get the connection between the htm page and the data base to work. Is there anything else required besides having the right connection string?
I will supply the additional information in textfields that are part of the same form. I am submitting the information with a button controlled by javascript via the submit() command. Can the asp script handle both types of information?
I am using the following script to upload files from a website:
<HTML>
<head>
</head>
<BODY BGCOLOR="#FFFFFF">
<%
Set Upload = Server.CreateObject("Persits.Upload.1")
Count = Upload.Save("D:\webroot\FullTiltRoot\dplabs\clientftp")
%>
<% = Count %> files uploaded.
</BODY>
</HTML>
I would also...
I am using the following asp script to upload files from a website. To this form, I would also like to add fields including two radio buttons, name, phone number, email address, password, and comments that will all be emailed to me at the same time as the files are uploaded. Can this be done...
I guess it would make more sense to put all the fields in the same form and do just one "submit". I now have two asp scripts that I am using for the "actions", one for email and one for uploading. These scripts were supplied by my ISP. The problem is I have no idea how to combine these. Do...
I am trying to submit two forms with one button click. The code is as follows:
document.theForm.submit();
document.theForm2.submit();
Only the last form submitted is processed. If I reverse the order, the same thing happens, i.e., the last form submitted gets processed. The first form...
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.