This entry was posted on Saturday, June 13th, 2009 at 11:30 am and is filed under Web Space Programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


My Space Proxy
Ultimate Web Space Tools for any Skill Level
Is there html that forces the web browser to open to a specific size so that there isn't a lot of space around
I have a flash program that is only 150×150…but my browser opens it to a full page, so it is lying there in the middle of this huge page…how do I force the page to open to a maximum size of 150×150? Is there html or just properties found in teh yahoo PageBuilder?
you can use this script below but i think you would be better off using a popup for that. use this tool to make the popup html http://www.htmlbasix.com/popup.shtml
<script type="text/css">
<!–
window.resizeTo 150,150;
window.moveTo 0,0;
//–>
</script>
One Response to “Is there html that forces the web browser to open to a specific size so that there isn't a lot of space around”
Leave a Reply

June 13th, 2009 at 4:47 pm
you can use this script below but i think you would be better off using a popup for that. use this tool to make the popup html http://www.htmlbasix.com/popup.shtml
<script type="text/css">
<!–
window.resizeTo 150,150;
window.moveTo 0,0;
//–>
</script>
References :