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
What is the advantage of using getProperty action, as compared to the accessor method?
Explain jsp:plugin action?
What is taglib uri in jsp?
Why taglib is used in jsp?
What is meant by jsp?
What is difference between javascript and jsp?
Can constructor be used instead of init(), to initialize servlet?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
What is difference between jsp and javascript?
How can information from one JSP be passed to another JSP?
What is the use of?
What are the types of directives in jsp?
When destroy method of jsp is called?
What is jsp and why is it needed?
What is jstl jar?