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.
Printable View
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.
try:
<script language='Javascript'>
self.resizeTo(100,100)
</script>