ckwall
09-03-2003, 09:44 AM
How do I change:
setTimeout ("changePage()", 0);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location="http://www.rockcove.com/estore";
}
so that it will open a new window rather than changing the current window.
I would like it to do that same as target= _blank
:)
setTimeout ("changePage()", 0);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location="http://www.rockcove.com/estore";
}
so that it will open a new window rather than changing the current window.
I would like it to do that same as target= _blank
:)