Ok, I'm taking it that image submit buttons don't work the same way in NS that they do in IE. My point is this:
This code works fine in both browsers:
However, this code ONLY works corectly in IE:
The onClick is completely ignored in the second case. I'm not sure how I can fix this, so I'd appreciate any help that I can get. Should I use an <a> instead?
- DB