Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: Tanniker Smith

When that fails use:

//— Begin Script —
var newwindow = ‘’;

function popitup(url) {
if (!newwindow.closed && newwindow.location) {
newwindow.location.href = url;
}
else {
newwindow=window.open(url,’name’,’height=200,width=150’);
if (!newwindow.opener) newwindow.opener = self;
}
if (window.focus) {newwindow.focus()}
return false;
}

//— End Script —


4 posted on 04/18/2007 8:47:33 AM PDT by RC51
[ Post Reply | Private Reply | To 1 | View Replies ]


To: RC51
Thanks, again.

It seems to be doing the same thing. When I go back to the main page, the window "disappears" under it, and when I click on the next word, the window doesn't pop up again although if I click it on the taskbar, it has the new page loaded.

Guess I should start looking into DHTML.

TS

6 posted on 04/18/2007 6:52:53 PM PDT by Tanniker Smith (I didn't know she was a Liberal when I married her.)
[ Post Reply | Private Reply | To 4 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson