function openWin( txtFieldId) { var obj=new Object(); obj.Name = „parent“; var tst; if (window.showModalDialog) { tst = window.showModalDialog(„../faces/pages/nomen.jsp“, obj, … more →
Ireth Anarion's Blog - Code snippetsirethanarion wrote 5 months ago: function openWin( txtFieldId) { var obj=new Object(); obj.Name = „parent“; var tst; if ( … more →
irethanarion wrote 11 months ago: // !Not working with Google Chromefunction openWin() { //IE6 if (window.showModalDialog) { window.sh … more →