Jump to content

[SOLVED] newWindow resizeing


Jtech

Recommended Posts

How could i make this script open the full width and height of the clients page

i tryed using % but it doesnt work is there an other way to do this


here is the script

[code]


function newWindow(bookjpg) {
bookWindow = window.open(bookjpg,"bookWin","width=500,height=500, scrollbars=yes")
bookWindow.focus()
}


[/code]
Link to comment
https://forums.phpfreaks.com/topic/32734-solved-newwindow-resizeing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.