When I type this in Visual Interdev ...
document.form1.CarpAnglerFishId.value...
the CarpAnglerFishId name does not appear in the the little pop up box of element names. Seems the name CarpAnglerFishId is not being recognized.
When I type this in Visual Interdev ...
document.form1.Lbs.value...
Guys,
I am trying to proceed to the next page but, cannot because I cannot get passed the Validation Prompt "Select a Fish Angler". Wondering Why ?
var found_it //<EM>initial value is null because we gave it no other value
for (var i=0;i<document.form1.CarpAnglerFishId.length; i++)
{
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.