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
Is jsp front end or backend?
How do I view jsp files in my browser?
List out some advantages of using jsp.
Explain various implicit objects in expression language.
How jsp is executed?
How can I maintain session in JSP Page in the bases of user name and password:
What are jsp action tags?
What are standard actions in JSP?
What is jsp translation time?
What is a jsp container?
What is iselignored in jsp?
How are the jsp requests handled?
What is directive jsp?
What are the attributes on page directives?
Can you explain what is jsp page life cycle?