S
semantiks
Been at this for 3 days. Have no hair left. It's gotta be simple.
Can anyone help?
I have a frameset with four frames:
<frameset cols="150,*">
<frame name="top" src="gallery1a.htm">
<frameset rows="33%,33%,*">
<frame name="left" src="gallery1b.htm" scrolling="yes">
<frame name="middle" src="gallery1c.htm">
<frame name="bottom" src="gallery1d.htm">
</frameset>
</frameset>
frame name"gallery1a.htm" holds thumbnails.
When you click a thumbnail, a large image should manifest in frame
name"gallery1c.htm"
Here's what I'm using in tables, and it works fine:
<td valign=top width=150><center>
<IMG SRC="test1b.gif" width=90
ONMOUSEdown="document.images['large'].src= 'test1b.gif'">
</td>
<td valign=top width=500><center>
<IMG SRC="space.jpg" NAME="large">
</td>
But how do I transpose that code so I'm calling to another frame, not
another table? Can anyone give me the exact syntax, per the above?
Any help hugely appreciated!
Can anyone help?
I have a frameset with four frames:
<frameset cols="150,*">
<frame name="top" src="gallery1a.htm">
<frameset rows="33%,33%,*">
<frame name="left" src="gallery1b.htm" scrolling="yes">
<frame name="middle" src="gallery1c.htm">
<frame name="bottom" src="gallery1d.htm">
</frameset>
</frameset>
frame name"gallery1a.htm" holds thumbnails.
When you click a thumbnail, a large image should manifest in frame
name"gallery1c.htm"
Here's what I'm using in tables, and it works fine:
<td valign=top width=150><center>
<IMG SRC="test1b.gif" width=90
ONMOUSEdown="document.images['large'].src= 'test1b.gif'">
</td>
<td valign=top width=500><center>
<IMG SRC="space.jpg" NAME="large">
</td>
But how do I transpose that code so I'm calling to another frame, not
another table? Can anyone give me the exact syntax, per the above?
Any help hugely appreciated!