B
Bonato Pierantonio
Hi All,
It is possible inside a SCRIPT tag in the HTML page to call a SUB or
FUNCTION write in the codebehind ?
Example in the HTML
<SCRIPT Language=vbscript>
sub mySub
call mySecondSub
end sub
</SCRIPT>
mySecondSub reside in mypage.vb (codebehind)
Thanks
It is possible inside a SCRIPT tag in the HTML page to call a SUB or
FUNCTION write in the codebehind ?
Example in the HTML
<SCRIPT Language=vbscript>
sub mySub
call mySecondSub
end sub
</SCRIPT>
mySecondSub reside in mypage.vb (codebehind)
Thanks