iframe src

J

Jeremy Shovan

I have the following in my page:

<table>
<tr>
<td colspan="2">
<iframe
name="frame1"
src="insert1.php"
frameborder="0"
scrolling="no"
height="100"
width="500">
</iframe>
</td>
</tr>
</table>

<img name="droid"
onMouseOver="document.frame1.document.location.href ='insert1.php'"
src="droid.gif"
It works in IE but not in mozilla!! Does anyone know how to make it
work with IE, NS, and Mozilla??

Jeremy
 
N

neerolyte

this works for me in mozilla and msie:


<table>
<tr>
<td colspan="2">
<iframe
name="frame1"
src="page1.html"
frameborder="0"
scrolling="no"
height="100"
width="500">
</iframe>
</td>
</tr>
</table>

<img name="droid"
onMouseOver="frame1.document.location.href ='page2.html'"
src="droid.gif"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,147
Latest member
CarenSchni
Top