Hiiii..I have generated my table in javascript which is dynamic table but I want to use their dynamic value to use in my servlet so please tell me how can i write jsp code in javascript ?
Please suggest me if i am going in wrong way or tell me wht actually should i do ?
Regards..
JSP code can be written in a JavaScriptas long as it is processed by the server before it is output, and the browser only receives the resultant JavaScript. If we are wanting a browser to understand the JSP, then we cannot write jsp code in java script.