Hi, 1. How can I force links to open in the fly-in window that appears? If you go to www.pirate-land.com you'll see the fly-in page. If someone clicks a link inside that page I want it to open in that fly-in page without disturbing the main page. Is this possible? 2. How can I force all links on a page to automatically open in a new page? Thanks, Dom P.S. What do you think of my site? What do you think I could change with it? Good 1st impressions? Thanks again, Dom
I don't know if I am giving you the right advice..but when I want links to open in new windows I add target="main" to the code. For example: <a href="http://www.stefanrest.com/stefansblog/2006/08/black-2002-bmw-x5-46is.html" target="main">Videos of the BMW X5</a>
That is useful information but I meant a script that makes all the links on the page open in a new window becuase some of the links are dynamic so I can't manually add the "target="main"" to them... Thanks anyway..