You need to open the window via some JScript Code:<br><br>This should work:<br><br>function openNewWin(url) {<br> window.name = "main";<br> destination = "<A HREF="
+ window.location.host + url;<br> remote = window.open(destination,"",'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=500');<br> remote = self;<br>}<br><br>I apologise if the formatting is messy.<br><br>Using this method, you can adapt what you want on or off. <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href= > </a><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.