G
GaryDean
I used to do the following to set the cursor when there was no masterpage in
use....
<HEAD>
<title>Login</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<script language="javascript">
<!--
function setcursor()
{
document.Form1.tbEmail.focus()
}
// -->
</script>
</HEAD>
<body onload="setcursor().......
But now with a masterpage there is no body and I can find no place to put my
onload="setcursor". Also where does the <script go now? It doesn't like it
anyplace I try.
thanks,
Gary
use....
<HEAD>
<title>Login</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="Visual Basic .NET 7.1" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5"
name="vs_targetSchema">
<script language="javascript">
<!--
function setcursor()
{
document.Form1.tbEmail.focus()
}
// -->
</script>
</HEAD>
<body onload="setcursor().......
But now with a masterpage there is no body and I can find no place to put my
onload="setcursor". Also where does the <script go now? It doesn't like it
anyplace I try.
thanks,
Gary