Originally posted by abhishek paliwal:
thankx for replie ,sir
actually i want to send the value of jsp variable to java script function as an argument.
so will you send me a sample code for this problem.
thanx sir
According to me, you are going in wrong direction. JSP is a server-side technology and executes on the server then sent to the client. However, javascript executes on client-side.