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
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
What are standard actions in JSP?
How do you pass control from one jsp page to another?
What is < jsp:forward> tag for?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What are the types of directives in jsp?
What are the main tags in jsp?
What are directives? What are the different types of directives available in jsp?
What is jsp param?
What is scriptlet tag in jsp?
Can we use the exception implicit object in any jsp page?
What do you mean by custom tag in jsp?
What are the elements of a jsp page?
Why taglib is used in jsp?
Is jsp front end or backend?