Hi,
I want to open xhtml file in a popup window using dhtmlxwindows.
var win = dhxLayout.dhxWins.createWindow(“cancelHL7EditingPopUp”, 500, 300, 250, 200);
win.attachURL(“validationSucessful.xhtml”);
The popup does not show xhtml file, a blank popup is shown in Firefox and in IE it asks user to save the attched xhtml file. If I attach html file then it is rendered properly.
Thanks in advance!!!
-K Himaanshu…