I know how to do form validation. I have many forms to validate. I am trying to write (borrow and change) a JS function that receives a string that is broken down and then verified. The string format is a1;a2|b1;b2|...
a1 = name of field to validate
a2 = Engligh words about field being...
This forum was such a great help on my last issue, I thought I would try it again.
The current web systems I work with use many dropdown menus written in JS. They all seem to be from the same source Netscape and later Macromedia (mm_menu, fw_menu, menu). They have many dates - latest 2002/3...
Is there a problem with setting document.body.innerHTML?
My code does the following:
var bodyText = document.body.innerHTML;
document.body.innerHTML = "";
document.body.innerHTML = bodyText;
At first innerHTML is set to "<A name=top><script...
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.