can i use vb script with jsp?

Answers were Sorted based on User's Feedback



can i use vb script with jsp? ..

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

can i use vb script with jsp? ..

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

can i use vb script with jsp? ..

Answer / devika

JSP is written in Java Language. so we cant use VBscript in
JSP.

Is This Answer Correct ?    4 Yes 9 No

can i use vb script with jsp? ..

Answer / siva kumar

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

Post New Answer

More JSP Interview Questions

Explain the difference between servlet and jsp?

0 Answers  


What does jstl mean?

0 Answers  


Explain JSP directives.

0 Answers  


What is scriptlet, expression and declaration in jsp?

0 Answers  


How to pass information from jsp to included jsp?

0 Answers  






What is a page directive?

0 Answers  


Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this

0 Answers  


What is session tracking in jsp?

0 Answers  


What are the literals used in jsp?

0 Answers  


What is the use of jsp and servlet?

0 Answers  


What are the ways to insert java code into jsp page?

0 Answers  


What is the differences between the jsp custom tags and java beans?

0 Answers  


Categories