Thank you Tracey,
"Close" worked for me, but I still have problem with "Print". I did code the "close" as follows:
ExtraWin.document.write('<a href="javascript:window.close()">Close</a>');
and it worked. My problem was that I used...
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...
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...
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"...
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"...
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...
1) Thank you Simonchristieis. In the past I did try to use "<br>" 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: "</br>" to the...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.