<form method="post" action="">
<input type="text" name="xx" value="http://yubeinet.com" />
</form>
<script type="text/javascript">
<!--
var a=document.getElementById("xx")
alert(a.value)
//-->
</script>