Click to See Complete Forum and Search --> : call vbscript function inside html body


none123
February 2nd, 2006, 05:45 AM
HI guys!
I have a question about calling VbScript function inside the html body.
What I have is when I click ok button I call a VbScript Function which returns
a value which I will eventually use in a JavaScript function.
In short
Ok Click: VbScript function result = JavaScript parameter..

By the way, Inside my VBScript function is an SQL query...
Please help!

PeejAvery
February 2nd, 2006, 01:03 PM
Could you post some code, please. Have you started this or want to do it? Sounds to me that you want JavaScript and PHP.

none123
February 2nd, 2006, 07:12 PM
For Example
In
<body>
onClick="return frncCheck(varTime)"
where fncCheck is a javaScript function..

varTime is a variable that is an output from a VBScript function
that I should call....(don't know where , how....)

Thanks!

PeejAvery
February 2nd, 2006, 11:10 PM
I mean post the code you are actually working with, VBScript, JavaScript, and all.