Click to See Complete Forum and Search --> : IE6 problem


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????

Khalid Ali
10-13-2003, 01:12 PM
window.open is pretty snoby when it comes to pick a name parameter for a window

I bet the highlighted id param in code below has some invalid characters most likely spaces

window.open(URL, '" + id + "', 'toolbar=0, .......