faqts : Computers : Internet : Web : HTML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

12 of 13 people (92%) answered Yes
Recently 3 of 4 people (75%) answered Yes

Entry

How can I enlarge the width of the browser window, say 10 times the normal width ?

Jul 19th, 2000 15:19
John Marc, Anonymous Account,


Using Javascript, you can use:
<script language = "javascript">
window.self.resizeTo(1000,1000);
</script>
 to resize.  Wierd things can happen with IE4 on a system set to full 
screen.
John Marc
jmv @ yahoo.com (with JMV in subject)