adspace


Can we use javascript with jsp pages?

Answer Posted / Mohammad Muzammil

Yes, JavaScript can be used in conjunction with JSP pages. The primary method is by embedding JavaScript code within the JSP page using <script> tags or scriptlets (<% ... %>). In addition, you can create a communication between JavaScript and JSP using AJAX requests.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307