|
I found a lot of examples, I can't figure it out, there is a method in my ocx
void COcxtestCtrl :: GetParam (VARIANT Status)
{
MessageBox ("hello");
}
Passing parameters via vbscript calls in web pages
<SCRIPT ID = clientEventHandlersVBS LANGUAGE = vbscript>
<!-
Sub button1_onclick
DOcxtest1.GetParam ("aa");
End Sub
->
</ SCRIPT>
Why doesn't the dialog box pop up and the textbook error is not displayed, please help |
|