|
-
Mar 8th, 2001, 02:45 PM
#1
Thread Starter
Member
If I have some server side script:
<SCRIPT Language="VBScript" RUNAT=Server>
Function DoSomething(sText)
....some code
DoSomething = sResult
End Function
</SCRIPT>
How can I call this code from something like a button click and pass data back from the server?
<SCRIPT ID=clientEventHandlersVBS LANGUAGE=vbscript>
<!--
Sub btnTest_onclick
...What is the code to run DoSomething and return a value?
End Sub
-->
</SCRIPT>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|