chris_angell
06-16-2003, 11:53 AM
hello team.
I have a question which I hope is simple for the likes of the experienced javascript programmers... I should be able to do it but sadly the weekend has not helped my head on a functionally level, so I seek help......
ok my probem is, i have this code but i want to simply add,
If needed, make window scrollable, ??? hmmm
here is me code
<SCRIPT>function fullWindow(url) { var str = "left=0,screenX=0,top=0,screenY=0,resizable"; if (window.screen) { var ah = screen.availHeight - 30; var aw = screen.availWidth - 10; str += ",height=" + ah; str += ",innerHeight=" + ah; str += ",width=" + aw; str += ",innerWidth=" + aw; } win=window.open(url, "w", str);} </SCRIPT>
any help would be appriciated,
resizable does not work
I have a question which I hope is simple for the likes of the experienced javascript programmers... I should be able to do it but sadly the weekend has not helped my head on a functionally level, so I seek help......
ok my probem is, i have this code but i want to simply add,
If needed, make window scrollable, ??? hmmm
here is me code
<SCRIPT>function fullWindow(url) { var str = "left=0,screenX=0,top=0,screenY=0,resizable"; if (window.screen) { var ah = screen.availHeight - 30; var aw = screen.availWidth - 10; str += ",height=" + ah; str += ",innerHeight=" + ah; str += ",width=" + aw; str += ",innerWidth=" + aw; } win=window.open(url, "w", str);} </SCRIPT>
any help would be appriciated,
resizable does not work