Date:  06/30/2004 09:26:14 PM Msg ID:  002133
From:  Richard Thread:  002133
Subject:  passed value not updated
I am using the script below and the value does not change unless I refresh the page is there a way around this?
 
<script language= "javascript" type = text/javascript">
function itchanged(xx)
{
alert(xx)
}
</script>
 
<form method="post">
 
input type= "text" size="20" onclick="itchanged('<response.write(time())%>')">