Can we use javascript in jsp?
Answer / Kaushal
Yes, JavaScript can be used in JSP by including it within script tags or external files. However, keep in mind that JavaScript is executed on the client-side, while JSP and Java code are executed on the server-side.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we stop errors on display in a jsp page?
What is JSP?
What is jstl (jsp standard tag library)?
How do I perform browser redirection from a jsp page?
What is declaration statement?
hi i m tannu and i m developing one web site as my project and i have created one chatting application using applet and socket it run perfactly using netbeans5.5 and appletviewer but when i run on browser it doent run i put it class file in jar file then call by jsp when it load in browser it stop on applet started plz help me soon
What is the use of jstl?
Can you make use of a servletoutputstream object from within a jsp page?
How to configure init parameters for jsp?
Can u Override any of the lifecycle methods of JSP?
How to deactivate el on jsp?
What is context url?