In ASP you can call a JavaScript procedure from a VBScript and vice versa.
Procedures
The ASP source code can contain procedures and functions:
Example
Result: <%call vbproc(3,4)%>
Insert the <%@ language='language' %> line above the tag to write the procedure/function in another scripting language:
Example
<%@ language='javascript' %>
Result: <%jsproc(3,4)%>
"
Nuk ka komente:
Posto një koment