can i use vb script with jsp?

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


Please Help Members By Posting Answers For Below Questions

Define scriptlet, expression and declaration in jsp?

686


What is a javaserver pages (jsp)?

749


Can we implement an interface in a jsp?

754


What is difference between javascript and jsp?

681


What is expression language injection?

702


What is jstl used for?

694


Why we use jsp instead of html?

706


Explain the difference between include directive and include action in jsp?

710


How can multiple submits due to refresh button clicks be prevented?

789


Which is mandatory in tag in jsp?

654


How can the applets be displayed in the jsp? Explain with an example.

721


What are action tags?

682


How do you delete a cookie within a jsp?

837


Give an example of using your own tags.

732


What is out println in jsp?

715