Hi again.
I'm builting a multiple choice form, all dinamic, allowing users in the firts dinamic space to specify how many questions for mulitple choice they want, and a button to add them, so therefore as soon button is clicked the choices appear and a checkbox plus a textarea appears to fill.
My problem is, it works perfectly in IE8 and mozila and opera doesn't even work.
Been searching on the web, it maybe because i'm using the methods:
- cloneNode()
& appendChild();
Is this true, to support these browsers i need to find another way withous using these methods ?
Why haven't they supported, is there any serious disadvantage ?