I have the JS:
This works fine is I call the page directly, or if the page is shown in a popup window that is NON modal.Code:document.getElementById('txtValue').focus();
When I show this using the JS:
Then I get the following attached error.Code:window.showModalDialog
Woka




Reply With Quote