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 TouchToneTommy 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
  • Content: Threads
  • 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 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...
  3. 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...
  4. 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