I have this...
var el = document.getElementById('myelement');
el.getAttribute('myattribute');
This is always return empty string and prints 'Warning' in the alert box.
Please, enlighten me.
How do I retrieve the values of custom FORM Elements in Opera?
Thanks
Walter