1.

Writing a VBScript function in html Page

Answer»

Writing a VBScript FUNCTION in html PAGE
Below is the CODE to write VBScript function in HTML Page
< script LANGUAGE = "vbscript" type = "text/vbscript">
Function msgHello()
msgbox "Hello crackyourinterview.com user"
End Function
< /script>



Discussion

No Comment Found