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: *

  1. funkyspirit

    Sending form information using a CDO email object

    Hi Chris, Thank you for your answer. How could I write this for it to work? Thanks.
  2. funkyspirit

    Sending form information using a CDO email object

    Hello, I have an ASP page that contains a form. Once the user submits the form, the information is sent to an email address using a CDO email object and a popup message appears saying that the information has been sent. What I would like to do is to create an onclick event on the submit button...
  3. funkyspirit

    Sending form information using CDO email object

    Hi Guitarzan, The code that is not working is below: <input type="submit" name="submit" value="Submit" src="images/submit.png" width="115" height="39"/> this is the button as a classic submit button. I would like to have an Onclick event on this button, that would trigger the code below: <%...
  4. funkyspirit

    Sending form information using CDO email object

    Hi, Sorry for being vague. What I tried is to set-up an onclick event for the submit button which would call a vbscript function to create and send the email. I used MsgBox and alert to create the pop-up message but I got a permission denied error when using MsgBox and a type mismatch error...
  5. funkyspirit

    Sending form information using CDO email object

    Hello, I have an asp page that contains a form. Once completed the form sends the information to an email address using a vbscript CDO email object. What I would like to do is that the form is only sent if completed and when the user clicks the submit button, which is an image. Once the email...
  6. funkyspirit

    Login page

    Hi Chris, Thank you for your help. I created the cookies and used the values stored in them to populate a form on another page yesterday. Everything went fine. However, I tried again this morning and the form is not populated anymore. I cleared my cache in Firefox but the problem is the same...
  7. funkyspirit

    JavaScript function

    Hi there, I have a JavaScript function that calculates the price of a product that a customer buys. The page is an ASP/VBScript page. Later in the code, the amount of the purchase is assigned to a hidden value in a form for it to be sent to a server for processing. This hidden value is written...
  8. funkyspirit

    Login page

    Hi there, I have a web page on which our customers fill in their details after they have chosen which service they want to buy. What I would like to do is that if the customer is already registered with us, after they fill in the details page, they are redirected to a login page, they enter...
  9. funkyspirit

    vbscript question

    Hi there, I have a vbscript question. Is there a vbscript equivalent to the Javascript document.getElementById? If yes, could you provide me with an example please? Thanks.
  10. funkyspirit

    Login page

    Hi there, I have a web page on which our customers fill in their details after they have chosen which service they want to buy. What I would like to do is that if the customer is already registered with us, after they fill in the details page, they are redirected to a login page, they enter...
  11. funkyspirit

    JavaScript function

    Hi there, I am having an issue with a function and I can't get my head round it. I have an asp/VBScript page our customers use to enter their data after choosing the product they want to buy, which displays the price of the package they chose. I would like to enable them to enter a voucher...
  12. funkyspirit

    VBScript function

    Hi there, I have an issue with a VBScript function. Basically, I have a selling page where customers enter their personal details after choosing a product from the products page. The selling page displays the price of the package bought. What I would like to do is enable customers to use...

Part and Inventory Search

Back
Top