mostafa megahed
05-30-2009, 03:22 PM
i'm using a link in my page:
<script>function gallery2() {props=window.open('gallery/Water-Color-Gallery.html', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=850, height=650, left = 70, top = 30');}</script>
<li><a href="javascript:gallery2();">Water Color Gallery</a></li>
it's open a new window with specific sizes.
i want to add a link in this window (that with specific sizes) to do that:
1- close the window.
with...
2- change my page to another page like (go google.com or anything i want)
<script>function gallery2() {props=window.open('gallery/Water-Color-Gallery.html', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=850, height=650, left = 70, top = 30');}</script>
<li><a href="javascript:gallery2();">Water Color Gallery</a></li>
it's open a new window with specific sizes.
i want to add a link in this window (that with specific sizes) to do that:
1- close the window.
with...
2- change my page to another page like (go google.com or anything i want)