javascript ie workaround?
javascript ie workaround?
- Started
- Last post
- 1 Response
- moose
Hi, I am trying to get the value of a form field which has a unique ID assigned to it using the getElementByID method, however it seems this method is not supported by IE.
Does anyone know a simple way to circumvent this for IE users?
Thanks in advance.
- gabriel_pc0
you should give each field a unique name value. You can then use that to get the value of the field.