Sboshuis
10-13-2003, 01:00 PM
Hi,
somehow simple window.open javascript code is not working on IE6 windows 2000 and NT4 CLIENT machines.
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
var breedte = screen.width - 10
var hoogte = screen.height - 100
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0, .......
the .... represents things like width etc.
ANYONE A CLUE????
somehow simple window.open javascript code is not working on IE6 windows 2000 and NT4 CLIENT machines.
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
var breedte = screen.width - 10
var hoogte = screen.height - 100
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0, .......
the .... represents things like width etc.
ANYONE A CLUE????