I found a work around. For some reason the form name handling is
tripping up.
If I use
alert(document.forms['docDetails'].webAlertLen.value);
it works fine. But if I use
alert(document.docDetails.webAlertLen.value);
it throws an error stating that document.docDetails.webAlertLen is
undefined. Go figure.
If anyone knows what's the issue please post.
Sorry for posting what turned out to be a JS issue on this forum but I
was hoping it was a Mach-ii interaction that was causing this that I
wasn't aware of.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets:
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---