can i use vb script with jsp?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / p.sivasankar
I'm not sure what you mean by "VBScript with JavaScript" -
mixing both on a single page?-, but VBScript is limited to
one particular browser on one particular operating system,
so you'd be shutting out a lot of users from your
application.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / devika
JSP is written in Java Language. so we cant use VBscript in
JSP.
| Is This Answer Correct ? | 4 Yes | 9 No |
of course we can use vb script in jsp,but we need to mention
<%@page language="vbscript"%>.
| Is This Answer Correct ? | 3 Yes | 8 No |
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
What are custom tags in jsp?
How to send data from one page to another in jsp?
What are the 3 tags used in jsp bean development?
What is jsp and why it is used?
What is the use of pagecontext in jsp?
What are the primary differences between the jsp custom tags and java beans?
What does jsp mean?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How to make a “new line in html” in jsp?
Define jsp declaration?
Tell us about the jsp life cycle methods.