I have this code that works just fine in IE5 but I want it also to work in NN4.7. It seems that NN4.7 doesn't react to the 'onclick'-event. Is there another way to make it work?
Thnx, Sven
Code:
<input type="image" src="/jpg/button.jpg" onclick="document.formname.variable.value='1';parent.frames[2].location.reload()" border="0">
Thnx, Sven