<head runat="server">
<title>Untitled Page</title>
<script type ="text/Javascript" >
function aa(id,name)
{
if (typeof name=="undefined")
{
alert("dd");
}
}
function cc()
{
if(typeof can=="undefined")
{
alert("none");
}
} </script>
</head>
<%--<body onload ="aa(''c'')">--%>
<body onload ="cc()"> <form id="form1" runat="server">
<div>
</div>