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 session tracking in jsp?
What are the jsp standard actions?
What is the
Why do we use jsp?
What is session scope?
Is jsp front end or backend?
What do cookies mean?
How do we catch exception and process it using jstl?
What is application scope in jsp?
How do you connect to the database from jsp?
Which tags are used for bean development?
How can we avoid direct access of jsp pages from client browser?
How to access java variable in jsp?
Why jsp is better over static html also explain lifecycle of a jsp?
How many messaging models do jms provide for and what are they?