<html>
<head>
<title>Untitled
Document</title>
<meta
http-equiv="Content-Type" content="text/html; charset=gb2312">
<script
language="JavaScript">
function
down()
{
var
x=event.clientX;
var
y=event.clientY;
document.all.newlay.style.left=x;
document.all.newlay.style.top=y;
document.all.newlay.style.display=''
//(document.all.mylay.style.display=='none')?'':'none';
}
</script>
</head>
<body>
<A id="popWin" HREF='#' ONCLICK='down()'>onclick</A>
<div id="newlay" style="position:absolute; width:300px; height:150px; z-index:15; left: 200px; top: 250px; background-color:
#D2E4FC;display='none'">
<p>
<input id="srr" type="text" name="textfield2">
</p>
<p>
<input type="button" name="Button" value="ok" οnclick="javascript:document.all.newlay.style.display='none'">
</p>
</div>
</body>
</html>
<script type="text/javascript" id="wumiiRelatedItems"> </script>