Answer Posted / abhijit mishra
Yes, of course you can use VBScript in JSP.
Scripts are client side stuffs n are not related to server
side components like JSP or servlets.
But VBScript is supported on a very limited browser(like IE).
So your JSP may not work on other browsers like mozilla
firefox n all.
So better check out what browser ur customers are going to
use and the use either VBscript or javascript.
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Define scriptlet, expression and declaration in jsp?
What is a javaserver pages (jsp)?
Can we implement an interface in a jsp?
What is difference between javascript and jsp?
What is expression language injection?
What is jstl used for?
Why we use jsp instead of html?
Explain the difference between include directive and include action in jsp?
How can multiple submits due to refresh button clicks be prevented?
Which is mandatory in tag in jsp?
How can the applets be displayed in the jsp? Explain with an example.
What are action tags?
How do you delete a cookie within a jsp?
Give an example of using your own tags.
What is out println in jsp?