G
guy
I've got the following piece of html in one of my pages:
<p align="right"><a href="ES_MP_2004-06-02.htm"><input type="button"
value="<< Previous" name="B1"></a><a href="ES_MP_2004-06-04.htm"><input
type="button" value="Next >>" name="B2"></a></p>
Which works fine if I use a Firefox browser to click the buttons but doesn't
work with IE.
Any idea how to change this so that it works for IE as well?
Thanks
<p align="right"><a href="ES_MP_2004-06-02.htm"><input type="button"
value="<< Previous" name="B1"></a><a href="ES_MP_2004-06-04.htm"><input
type="button" value="Next >>" name="B2"></a></p>
Which works fine if I use a Firefox browser to click the buttons but doesn't
work with IE.
Any idea how to change this so that it works for IE as well?
Thanks