funkyspirit
Programmer
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 in vbscript.
How could I put the value returned by the JavaScript function in the VBScript hidden parameter of the form?
Thanks
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 in vbscript.
How could I put the value returned by the JavaScript function in the VBScript hidden parameter of the form?
Thanks