getting nothing returned to client for inhA hidden input control

G

Guest

Hi I am setting the value of inhA.Value on the server and have the code below
to run on the client. Does not seem to be working, value set on server side
and checked by the client.
<input type="hidden" runat="server" id="inhA" NAME="inhA">
<script language="javascript" event="onload" for="window">
if (inhA.value == "0")
{Form1.dr_tx_names.focus();}
if (inhA.value == "1")
{Form1.dr_lst_system.focus();}
</script>
thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top