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!

Search results for query: *

  1. mgiorda4

    using jsp:include to grap information in text

    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;http://xxx.yyy.zzz:8080/servlet/portal/userinfo&quot;;> </SCRIPT> </HEAD> It is returning the javascript . var username = &quot;xxxxx&quot;, etc...
  2. mgiorda4

    passing javascript variables to jsp

    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=&quot;Javascript&quot; SRC=&quot;http://xxx.yyy.zzz:8080/servlet/portal/userinfo&quot;> </SCRIPT> </HEAD> It is returning...
  3. mgiorda4

    passing javascript variables to jsp

    Did you ever get your javascript to jsp variable question answered ? I need to same info .
  4. mgiorda4

    What are scripting variables

    I need to get javascript variables into my jsp logic so I can manipulate them. <script> var id = &quot;test&quot;; </script> <% EncryptBean rsae = new EncryptBean(); // The javascript variable is ??????? byte[] cip = rsae.setMessage(???????); %> I lmow this is probably...
  5. mgiorda4

    working with session variables

    I have javascript variable defined. I need to get that variable to into my jsp to manipulate. Can anyone help ?
  6. mgiorda4

    working with session variables

    How do I assign javascript variables to variables in a jsp ? or How to I get a javascript variable into my jsp ?

Part and Inventory Search

Back
Top