punknart
08-17-2003, 02:44 PM
this is a part of the code i need help:
alert('Clave Correcta!');
window.open('http://www.geocities.com/novenob_class2005/xxx.htm');
break;
}
testV+=1;
var pass1 =
notice the line before the URL.. the thing is that i want that the url opens in the same window.. there says WINDOW.OPEN, so the question is : how do i do to open that url but in the same window. In this password protection code a new window is opened so how can i change this?
please help me
Thanks
alert('Clave Correcta!');
window.open('http://www.geocities.com/novenob_class2005/xxx.htm');
break;
}
testV+=1;
var pass1 =
notice the line before the URL.. the thing is that i want that the url opens in the same window.. there says WINDOW.OPEN, so the question is : how do i do to open that url but in the same window. In this password protection code a new window is opened so how can i change this?
please help me
Thanks