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
Why is _jspservice () method starting with an '_'?
How can we use beans in jsp?
Explain what is jsp ?
How do I include static files within a jsp page?
What is jsp and servlets?
How can I use jsp in the mvc model?
How many jsp implicit objects are there?
Can we define a class inside a jsp page?
What is jsp param?
What are the types of directives in jsp?
What is the difference between jsp and php?
What is el?
Can you explain what is jsp page life cycle?
Why do we use expression language in jsp?
What is an expression in jsp?