Hello all, I'm getting all the inputs from text boxes. The text boxes have defaults and when I enter a value in one it doesn't get the value from the following code:
allinputs.getAttribute("value")
perhaps value isn't recognised by mozilla, butit does work for IE.
note: allinputs being a textbox
allinputs.getAttribute("value")
perhaps value isn't recognised by mozilla, butit does work for IE.
note: allinputs being a textbox