Is it possible to add scrollbars to an open window. I have a web application which opens up Outlook Calander entries. I need to add scrollbars to the form because on some screens where the resolution is 800X600 the full form is not shown. I must admit I don't know the app very well but the first thing it does is resize and reposition the form thus;
<script language=javascript>
window.moveTo(120,10);
window.resizeTo(screen.width-240,screen.height-40);
</script>
Is it possible to add scrollbars at this stage (this code is in a .asp).
Thanks in advance,
<script language=javascript>
window.moveTo(120,10);
window.resizeTo(screen.width-240,screen.height-40);
</script>
Is it possible to add scrollbars at this stage (this code is in a .asp).
Thanks in advance,