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. adhp55555

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

    Thank you Tracey, &quot;Close&quot; worked for me, but I still have problem with &quot;Print&quot;. I did code the &quot;close&quot; as follows: ExtraWin.document.write('<a href=&quot;javascript:window.close()&quot;>Close</a>'); and it worked. My problem was that I used...
  2. 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: &quot;Close Window&quot; and &quot;Print Doc&quot; in that popup window so that when users click &quot;Close Window&quot;, the window will...
  3. adhp55555

    How to reference XML items from a Javascript function directly

    Hi BillyRayPreacherSon, Thank you BillyRayPreacherSon, but variables that I want to display their values in the popup window are tag names of XML data stored on HTML data island of the parent window (ASP). Therfore, how do I specify which value? How're about their specific row and column? Please...
  4. adhp55555

    How to reference XML items from a Javascript function in XSLT

    What do you mean simonchristieis ?
  5. 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(&quot;&quot;, &quot;_blank&quot...
  6. 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(&quot;&quot;, &quot;_blank&quot...
  7. adhp55555

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

    In my previous e-mail, I posted question: &quot;How to write information in HTML format on a popup window called from XSLT&quot; 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...
  8. adhp55555

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

    1) Thank you Simonchristieis. In the past I did try to use &quot;<br>&quot; but it didn't work. The screen went blank. However, with your response, I happened to remember that XML always requires paired tags (Opening and closing tags); therefore I added the end tag: &quot;</br>&quot; to the...
  9. 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 &quot;href&quot; for each Data Dictionary field (XML name...

Part and Inventory Search

Back
Top