bizproducer
Programmer
I setup this function in my within my head tags and I am calling it like this on the "ContID" dropdown: onchange="state_enable(0)"
Here is the function:
<script Language="JavaScript">
<!--
function state_enable()
{
if (document.Location.ContID.selectedIndex == 6
{
document.Location.StateID.disabled="false";
}
else
{
}
//-->
</script>
Why isn't this working? Thanks for your help!
Here is the function:
<script Language="JavaScript">
<!--
function state_enable()
{
if (document.Location.ContID.selectedIndex == 6
{
document.Location.StateID.disabled="false";
}
else
{
}
//-->
</script>
Why isn't this working? Thanks for your help!