help with cloneNode script
I am trying to create a script that will add a new field when the user clicks on a link. I am using the cloneNode feature to take the existing field and make a new one based on that. This script works great in firefox on my mac, but fails on IE 6 in Windows.
The script:
And here is the HTML:
Any ideas why this works on firefox and fails in IE?