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 Chriss Miller 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: *

  • Users: thebigf
  • Content: Threads
  • Order by date
  1. thebigf

    Problems with XALAN under JRun 3.0

    I'm writting the ordering system of an e-shop. All orders are in XML. I'm using the XALAN package with my JSP to transform XML with XSL. The result is sent via email. Everything works great as an application, or as a JSP in tomcat. But we use JRun for our shop (because tomcat does not support...
  2. thebigf

    Problems with XALAN under Jrun 3.0

    I'm writting the ordering system of an e-shop. All orders are in XML. I'm using the XALAN package with my JSP to transform XML with XSL. The result is sent via email. Everything works great as an application, or as a JSP in tomcat. But we use JRun for our shop (because tomcat does not support...
  3. thebigf

    How to find out the name of a Frame?

    I'm writing a pagemirroring system for online shops. So I have onChange or onClick handlers for every form element that send the event to a servlet on the mirrored page. On the other side there is a polling applet that fetches these events from the servlet and creates javascript instructions...
  4. thebigf

    Is it possible to detect the termination of a HttpSession?

    I'm currently writing a Helpdesk/Webpagemirroring system. Every customer gets a HttpSession. Also every Helpdesk-assistent gets an unique session. Because the mirrorconcept in our project needs to combine both IDs (to identify which events from which customer must be send to which helpdesk) the...
  5. thebigf

    Problems with window.opener

    I open a new window with LiveConnect from an applet which tells the viewer of my page that he has to wait until the helpdesk connects (I'm writing webpagemirroring for an onlineshop). When the helpdesk connects this opened window should reload the page that consist the calling applet (needed to...

Part and Inventory Search

Back
Top