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
How do you comment out in jsp?
Why do we need custom tags in jsp?
What are the two kinds of comments in jsp and what's the difference between them ?
What is jspinit method?
Is jsp a front end?
Which categories can be divided jstl tags, give examples.
Is there a way I can set the inactivity lease period on a per-session basis?
What are implicit objects in jsp?
What is translation phase?
Show attributes of page directives.
What are the different life-cycle methods?
What is jsp action tags?
What is use of scriptlet tags in jsp?
How jsp is compiled?
How can I declare methods within my jsp page?