I want to have a link open in a second browser window (not frame). Then when I go back to window #1, choose another link from the list, I want it to open in Window #2 again (and not ANOTHER new window). In other words, I want a list of links in window #1 and want them all to open in window #2.
My favorite reference "Web design in a nutshell" says to use:
i.e. naming the second window "display". This works perfectly with Netscape, but IE 5.0 creates a new window for every link used, even when the first "display" window is still open.
Is there a fix, or is this another annoying shortcoming of IE ?
Roy
My favorite reference "Web design in a nutshell" says to use:
Code:
<A HREF="[URL unfurl="true"]http://www.mysite.com/"[/URL] TARGET="display">...</A>
Is there a fix, or is this another annoying shortcoming of IE ?
Roy