I have an Intranet application that is targeted to IE browsers only.
It is also designed explicitly to fit an 800x600 window. That said, I
wish to ensure that the browser window sizes appropriately when they
log in. I'm using this right now:
<HEAD>
<title>My Login Page</title>
<meta content="Micros oft Visual Studio .NET 7.1" name="GENERATOR ">
<meta content="Visual Basic .NET 7.1" name="CODE_LANG UAGE">
<meta content="JavaSc ript" name="vs_defaul tClientScript">
<meta content="http://schemas.microso ft.com/intellisense/ie5"
name="vs_target Schema">
<script type="text/javascript">
{
window.resizeTo (828,732)
}
</script>
</HEAD>
It is also designed explicitly to fit an 800x600 window. That said, I
wish to ensure that the browser window sizes appropriately when they
log in. I'm using this right now:
<HEAD>
<title>My Login Page</title>
<meta content="Micros oft Visual Studio .NET 7.1" name="GENERATOR ">
<meta content="Visual Basic .NET 7.1" name="CODE_LANG UAGE">
<meta content="JavaSc ript" name="vs_defaul tClientScript">
<meta content="http://schemas.microso ft.com/intellisense/ie5"
name="vs_target Schema">
<script type="text/javascript">
{
window.resizeTo (828,732)
}
</script>
</HEAD>
Comment