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 biv343 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. rodic66

    XMLHTTP question

    HI everybody, I’ve found out pretty nifty way of doing Remote scripting via XMLHTTP, but have to ask you guys and gals, here it goes: we have JSP project and the way we do security is using filter on server level, meaning when session expires all server requests will be redirected to login.jsp...
  2. rodic66

    pass HTML markup via parameters

    Thanks CubeE101, <script> document.write '<xsl:value-of select="$param2"/>'; </script> would not work in my case, but I tried shove string to DOM object and pass it as a param - worked like a charm. Thanks, good catch.
  3. rodic66

    pass HTML markup via parameters

    Hi all, I’ve stumbled across one problem, passing and displaying HTML markup via parameters. Lets say I need to pass HTML string containing combo box to XSL and display it. In JSP I set up parameters like this: code:------------------------------- Hashtable params = new Hashtable()...

Part and Inventory Search

Back
Top