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

What is jstl core tags?

0 Answers  


How to delete a cookie in a jsp?

0 Answers  


What is meant by jsp?

0 Answers  


What are the steps involved in reading data from a form using jsp?

0 Answers  


When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]

0 Answers  






What is a jsp expression?

0 Answers  


List out the various scope values of jsp action.

0 Answers  


Can an interface be implemented in the jsp file?

0 Answers  


Can we use jstl in html?

0 Answers  


How can automatic creation of session be prevented in a jsp page?

0 Answers  


How do you restrict page errors display in the JSP page?

2 Answers   IBM, TCS,


What are JSP scripting elements?

8 Answers  


Categories