This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > August 2004 > Dynamic Window Resizing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Dynamic Window Resizing
|
|
| webtraindev 2004-08-05, 7:14 pm |
| I need to publish web pages to dynamically fit full screen with any screen
resolution. I have tried using the following javascript on the frameset
document, but this did not help:
<script language=JavaScript>
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
</script>
If you have been able to do this or have any suggestions, it would be greatly
appreciated.
<script language=JavaScript>
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
</script>
| |
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|