Only in ie and I getting a " 'htmlWindow' is null or not an object" error.
The script is strait forward, not fancy.
I have it firing on page load:
Pop up window is at: http://www.webtech.efficientpresence.com/Exdes/basicA.htm
Here is the page:
http://www.webtech.efficientpresence.com/exampleHome.htm
It works fine in other browsers I have tested...
Any ideas?
The script is strait forward, not fancy.
| Code: |
| var htmlWindow;
var x; var y; function newWindowPriceDes(htmlfile) { htmlWindow = window.open(htmlfile, 'newWin', 'width=300,height=350,scrollbars=yes,resizable=yes') } htmlWindow.focus() |
I have it firing on page load:
| Code: |
| <body onload='newWindowPriceDes("Exdes/basicA.htm")'> |
Pop up window is at: http://www.webtech.efficientpresence.com/Exdes/basicA.htm
Here is the page:
http://www.webtech.efficientpresence.com/exampleHome.htm
It works fine in other browsers I have tested...
Any ideas?
