Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using jsp:include to grap information in text

Status
Not open for further replies.

mgiorda4

IS-IT--Management
May 16, 2002
6
US
How about this - I am getting the javascript variables from a call to a servlet.

(e.g)
<HEAD>
<SCRIPT LANGUAGE=&quot;Javascript&quot; SRC=&quot; </SCRIPT>
</HEAD>

It is returning the javascript .

var username = &quot;xxxxx&quot;, 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=&quot; flush=&quot;true&quot; />

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 -
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top