hi all, in fact i have piece of vbscript and i want to use it on my website, i beleive that vbscript can only work on IE but my question Vbscript can work for people that not on my intranet? for example wwww.stackoverflow.com has a function written in vbscript , this is mean this function can excecuted for its visitors and without any limation (security)? or only for pcs that on the stackoverflow network?
Using VBScript on a public site is fine, so long as you are willing to accept that it will only run for those using IE.
The reason it is not commonly used is exactly because it will only run on IE. Most developers want their code to run on as many browsers as possible, so they use javascript.
In general, I would suggest not to use VBScript on the client side.
VBScript is not used by StackOverflow, the fact that it works only in IE, it should be avoided, use Javascript instead.
hi, thanu u for all answers but my question vbscript can be executed without any restriction? for example pop-up window cannot be excecuted and its alert user before open it right? ok what about vbscript ? its can be executed without alert user about it? or its blocked and alert user to execute or not exceute it ?
thank u very much again