marshalsea
Programmer
Using the following code I can create a Window preformatted to how I want it:<br><br>function openNewWin(url) {<br> window.name = "main";<br> destination = "<A HREF=" TARGET="_new"> + 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>Unforunately I cannot apply this to an already open window, does anyone know how I can do this?<br><br>I suspect it's not possible but thought I'd throw it open to you guys. <p>Ben Marshalsea<br><a href=mailto: > </a><br><a href= > </a><br>