1 Attachment(s)
document.getElementById('txtValue').focus(); Fails with an error on MODAL popups
I have the JS:
Code:
document.getElementById('txtValue').focus();
This works fine is I call the page directly, or if the page is shown in a popup window that is NON modal.
When I show this using the JS:
Code:
window.showModalDialog
Then I get the following attached error.
Woka
1 Attachment(s)
Re: document.getElementById('txtValue').focus(); Fails with an error on MODAL popups
Here's the error when not running the IDe in debug mode.
Woka