Well, that is not the same as i want to do. I am creating something dynamically with the DOM. What i need is an input with type="hidden". To set this is in IE 5 MAC is impossible. Changing the display to none or visibility to hidden brakes my script in IE 5 Win.
I solved this with a workaround using innerHTML. Thanks for your time and help though.