How about this - I am getting the javascript variables from a call to a servlet.
(e.g)
<HEAD>
<SCRIPT LANGUAGE="Javascript" SRC=" </SCRIPT>
</HEAD>
It is returning the javascript .
var username = "xxxxx", etc..
Can I grab this information in the jsp and do string manipulation to get by data, then store in a variable ?
I can handle the string manipulation but not sure how the get this data returned from the servlet into my jsp.
I am using:
<jsp:include page=" flush="true" />
Then what do I do ?
All of you help has been great. I am looking for option other then posting the javascript as it may be a security problem.
Thansk -
(e.g)
<HEAD>
<SCRIPT LANGUAGE="Javascript" SRC=" </SCRIPT>
</HEAD>
It is returning the javascript .
var username = "xxxxx", etc..
Can I grab this information in the jsp and do string manipulation to get by data, then store in a variable ?
I can handle the string manipulation but not sure how the get this data returned from the servlet into my jsp.
I am using:
<jsp:include page=" flush="true" />
Then what do I do ?
All of you help has been great. I am looking for option other then posting the javascript as it may be a security problem.
Thansk -