xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<style>
#oText{
border:1px dotted #ff0000;
ryo:expression_r(onfocus=function light (){with(document.all.oText){style.borderColor=(style.borderColor=="#ffee00"?"#ff0000":"#ffee00");timer=setTimeout(light,500);}},onblur=function(){this.style.borderColor="#ff0000";clearTimeout(timer)})};
</style>
</head>
<body>
<form name="form2" action="mailto:fyy0528@sina.com" method="post" enctype="text/plain" >
<input type="text" id="oText">
</form>
</body>
</html>