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

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

    Code to close a popup window and print data displayed in it.

    Hi everyone, From a main screen, when users click an anchor, a popup window named ExtraWin is invoked and displays some data. I want to create 2 commands: "Close Window" and "Print Doc" in that popup window so that when users click "Close Window", the window will...
  2. adhp55555

    How to reference XML items from a Javascript function directly

    Hi everyone, please help!!! In order to display data in a popup window coded in a XSLT stylesheet, I created a javascript function, called PopupWindow(xmlTag, ddnnum) as follows: function PopUpWindow(xmlTag,ddnnum) { ExtraWin = window.open("", "_blank&quot...
  3. adhp55555

    How to reference XML items from a Javascript function in XSLT

    Hi everyone, please help!!! In order to display data in a popup window coded in a XSLT stylesheet, I created a javascript function, called PopupWindow(xmlTag, ddnnum) as follows: function PopUpWindow(xmlTag,ddnnum) { ExtraWin = window.open("", "_blank&quot...
  4. adhp55555

    How to gain direct accesss to XML fields to display them in a window

    In my previous e-mail, I posted question: "How to write information in HTML format on a popup window called from XSLT" and I got some response to solve that problem. In addition to this problem, I would like to ask two more questions relating to the display XML data in a popup window...
  5. adhp55555

    Write information in HTML format on a popup window called from XSLT

    A MS Access database has been converted into an XML database. The XML data is then displayed in a table via means of an XSLT and CSS. Because there is not enough room for an entire record to be displayed in a row, I assigned an "href" for each Data Dictionary field (XML name...

Part and Inventory Search

Back
Top