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 a jsp page?
What language is used to write servlets and jsp?
Explain lifecycle methods.
What are the different directives in jsp?
What is the purpose of
List the different scope values for the
Can we use javascript with jsp pages?
What are jsp action tags?
What is the scope of response object?
What is difference between javascript and jsp?
Is jsp server side or client side?
Is jsp front end or backend?
What are action tags?
How are the jsp requests handled?
Explain various implicit objects in expression language.