Date:  06/30/2004 10:19:07 PM Msg ID:  002135
From:  FoxWeb Support Thread:  002133
Subject:  Re: passed value not updated
Javascript runs on the client after FoxWeb sends the page back.  Here's the series of events:

FoxWeb Support Team
support@foxweb.com email

Sent by Richard on 06/30/2004 09:26:14 PM:
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())%>')">