I have this small iframe I would like on my site however the buttons work perect in firefox and chrome but do not show in IE or opera, I have basic coding skills so go easy please :)
Thank you.
<iframe src="caltest.html" name="myframe" width="582" height="397"
align="top" scrolling="no" frameborder="1"</iframe>
<br>
<input type="button" value="VIP1" onclick="myframe.location.href='golfa.html'">
<input type="button" value="VIP2"
align="center"align="top"onclick="myframe.location.href='tennisaa.html'">
<input type="button" value="VIP3"
onclick="myframe.location.href='golfa.html'"src ="/default.asp"
width="200" height="200" align="right">
</iframe>