If a xul fiile is open via the file protocol should it be able to create windows using window.openDialog ?
If this is a security precaution then what is it supposed to be protecting?
function opendialog()
{
var x= window.openDialog( "clone.xul", "name","chrome" );
}
