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