Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: p3boy
  • Order by date
  1. p3boy

    Data Access Page

    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?
  2. p3boy

    upload/email

    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?
  3. p3boy

    upload/email

    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...
  4. p3boy

    uploading and emailing

    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...
  5. p3boy

    submitting two forms with one click

    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...
  6. p3boy

    submitting two forms with one click

    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...

Part and Inventory Search

Back
Top