Can anyone help -
I cannot find the DefaultClientScript property to set VBScript while in Default.aspx page
Printable View
Can anyone help -
I cannot find the DefaultClientScript property to set VBScript while in Default.aspx page
Just add this in the <head> section:
<meta content="text/VBScript" http-equiv="content-script-type" />
Solved - Thanks :wave: