can we write a browser support code in jsp.????

Recommended Answers

All 3 Replies

And what exactly "browser support code" is supposed to mean?

did you mean to say,that you can add html tags in JSP?

then answer is yes.

You have to save your page with .jsp extension and inside Scriptlets you can add your java code, in between html code.

Following is the simple example.
http://www.jsptut.com/scriptlets.jsp

jalpesh: yes, off course you can use scriptlets, but that's about the worst you can do. it's way better to learn how to work with servlets.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.