| Author |
JSP with JavaScript
|
Uttama Shakya
Greenhorn
Joined: Jan 22, 2002
Posts: 3
|
|
|
Is there any way we can use JavaScript variables in java code in a JSP page?
|
 |
mark dathorne
Greenhorn
Joined: Nov 09, 2001
Posts: 1
|
|
No. The java code is executed at the server side before the page is presented. The javascript is used client-side, after the page has been loaded. (Javascript, I believe, can be used server side but I don't know much about that.) MarkieD
|
 |
 |
|
|
subject: JSP with JavaScript
|
|
|