Hi, I´m new to javascript and need help to add to the following script the control of the bars on a browser.
<SCRIPT language="javascript">
top.window.moveTo(0,0);
top.window.resizeTo(screen.availWidth,screen.availHeight);
</SCRIPT>
<SCRIPT language="javascript">
top.window.moveTo(0,0);
top.window.resizeTo(screen.availWidth,screen.availHeight);
</SCRIPT>
Comment