[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Alternate for a SHOWMODALDIALOG
- From: "Raghava Krishna (CTC)" <Raghava.Krishna@AIG.com>
- Date: Wed, 28 Aug 2002 02:36:48 -0400
- Return-receipt-to: "Raghava Krishna (CTC)" <Raghava.Krishna@AIG.com>
Hi all
i am having a small problem.In my page i want to open a xml file on click of
a button in a Modal Dialog.
So whats happening is in the javascript function
function show()
{
var msAttributes =
"status:no;help:no;bord1er:thin;statusbar:no;scroll:no;dialogWidth:905px;dia
logHeight:573px";
showModalDialog("/pages/LSIsampleForm.xml","",msAttributes);
}
The modal window is getting opened but it remains blank.
Is it that the showModalDialog will only understand html files.If so is
there any alternate way for us to open a model window.
Thanks in advance
raghava
|