<% @language="vbscript" %>
<%
response.write request.form("title")
%>
<html>
<head>
<script>var isdaxie="true";
function sss()
{
title1.value=isdaxie
}
</script></head><body>
 <form method="POST" action="test.asp">
<p><input type="text" name="title" size="35" maxlength="100" id="title1"></p>
</form>
 <p><a href="#" onClick="sss()">sdfsf</a></p>
</body>
</html>