How about this - I am getting the javascript variables from a call to a servlet.
(e.g)
<HEAD>
<SCRIPT LANGUAGE="Javascript" SRC="http://xxx.yyy.zzz:8080/servlet/portal/userinfo";> </SCRIPT>
</HEAD>
It is returning the javascript .
var username = "xxxxx", etc...
OK - Thanks. Even if I specify serverside in javascript ?
How about this - I am getting the javascript variables from a call to a servlet.
(e.g)
<HEAD>
<SCRIPT LANGUAGE="Javascript" SRC="http://xxx.yyy.zzz:8080/servlet/portal/userinfo"> </SCRIPT>
</HEAD>
It is returning...
I need to get javascript variables into my jsp logic so I can manipulate them.
<script>
var id = "test";
</script>
<%
EncryptBean rsae = new EncryptBean();
// The javascript variable is ???????
byte[] cip = rsae.setMessage(???????);
%>
I lmow this is probably...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.