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: sdagger2
  • Content: Threads
  • Order by date
  1. sdagger2

    Classic asp: Insert new record to access database from successful PayPal payment

    Hi I have a website which uses classic asp and access database to store products which are only available to members who log in via the webpage. At the moment, a new member makes a manual payment (old school) and once payment is successful, a new record is created in the database (via admin...
  2. sdagger2

    ASP mail not working in chrome?

    Hi I have programmed many sites in asp using the cdosys and cdo.message for contact forms etc. I am now finding that none of the forms are working in chrome? they have worked fine in IE, Firefox etc but not in chrome. Can anybody help as to why this may be and is there a fix I can do? I have...
  3. sdagger2

    ASP help with VBScript function

    Hi I am building a shopping cart which is more or less complete but I am having difficulty trying to create a function to amend quantities. It should be a basic function but I'm not sure on the best way to do it. I am trying to code a function where before submitting the cart to paypal, I...
  4. sdagger2

    Formatting Textarea content back into HTML

    Hi I am a bit stuck. I have an asp page with a textarea in a form. I can insert/modify text and store it into an access database no problem but I would like to do the following: 1) enter text in the textarea and have the ability to add an href and/or embolden some words (very basic...
  5. sdagger2

    ASP shopping cart for paypal in existing site

    Hi I currently have a website written in classic ASP hosted with www.1and1.co.uk. I have developed a site a while ago and now wanting to implement a simple asp shopping cart which will then pass through the information to paypal (not sure if to choose paypal express, standard or pro yet). I...
  6. sdagger2

    cdosys and hiding recipient email addresses

    Hi I am sending out an email newsletter to around 100 emails stored in an access database. All works fine but when the recipient receives the email, he/she can see all recipients that the email was sent to. Is there a way to hide all the To: email addresses? Surely there must be an easy way...
  7. sdagger2

    general xsl query

    Hi I am completely new to XML and XSL and now using an application call site publisher by Teamsite interwoven. I have managed to understand some basic XSL concepts but struggling with a problem I cannot seem to get my head round. The left navigation from our site pulls in the links from a...
  8. sdagger2

    CDO.Message AddAttachment noname

    Hi I am using the CDo.Message object to send out emails with attachements. This works great. My problem is when I receive the email (google mail inbox), the attachments shows it is a word document (uploaded on the server as newsletter.doc) but the name of the document shows "noname". I would...
  9. sdagger2

    updating multiple recordsets with new display order

    Hi I have successfully queried my access database using asp and displayed the data in a css list (ordered by a numeric field called displayorder). But I am having trouble doing the update back to the database having changed the display order. Too keep simple I have an access database with 3...
  10. sdagger2

    sql server access from asp

    Hi I am puzzled as to why I am having trouble accessing data from sql server. I have been given a website from a friend who would like the site hosted on the internet. I currently have a MS hosting package with 1and1. The site is programmed in asp and gets the data from a sql server database...
  11. sdagger2

    2 fields into 1 select dropdown

    Hi I am stuck on a problem I'm not sure is possible but hope it is. I currently have a dynamic dropdown select box which simply takes the value from one field of an access database table. Using ASP and Access, The code I use simply selects all unique town/cities from a field called...

Part and Inventory Search

Back
Top