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>

Recommended Answers

All 2 Replies

<iframe src="test.html" id="myframe" width="582" height="397" align="top" scrolling="no" frameborder="1"></iframe><br>
<input type="button" value="VIP1" onclick="myframe.location.href='test1.html';">
<input type="button" value="VIP2" onclick="myframe.location.href='test2.html';">
<input type="button" value="VIP3" onclick="myframe.location.href='test3.html';">

Is the width height supposed to change the iframe dimesnion?

I got it thank you,

<centre><input type="button" value="VIP1" onclick="myframe.location.href='golfa.html'">
            <input type="button" value="VIP2" onclick="myframe.location.href='tennisaa.html'">
            <input type="button" value="VIP3" onclick="myframe.location.href='golfa.html'">
            <input type="button" value="VIP4" onclick="myframe.location.href='golfa.html'">
            <input type="button" value="VIP5" onclick="myframe.location.href='tennisaa.html'">
            <input type="button" value="VIP6" onclick="myframe.location.href='golfa.html'">
            <input type="button" value="VIP7" onclick="myframe.location.href='tennisaa.html'">
            <input type="button" value="VIP8" onclick="myframe.location.href='golfa.html'">
            <input type="button" value="Today's Schedule" onclick="myframe.location.href='schedule.html'">
            <width="200" height="200" align="right"></centre>
                                <br>
                                <iframe src="start.html" name="myframe" width="582" height="397"
                                                                    align="top" scrolling="no" frameborder="0"</iframe>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.