PDA

Click to See Complete Forum and Search --> : Current window size


Arete2000
Jul 11th, 2000, 05:52 AM
I know that self refers to the current window, but how do you change the browser's size? self.width = xxx doesn't seem to work.

TIA.

Mark Sreeves
Jul 11th, 2000, 06:42 AM
try:

<script language='Javascript'>

self.resizeTo(100,100)

</script>