Hello,
I have the following problem :
I have a table with different rows and colums
When I click on a picture at the top, I want to open a new page but in the frame :
<DIV id=frame>Test </DIV></TD> (see code)
How can I do that ?
This is the code ?
<DIV id=center>
<TABLE id=Table_01 cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD colSpan=21><IMG height=3 alt="" src="images/img_01.gif"
width=798></TD></TR>
<TR>
<TD rowSpan=6><IMG height=752 alt=""
src="images/img_02.gif" width=2></TD>
<TD colSpan=2><A
href="home.php" target="frame"><IMG height=25
alt="" src="images/img_03.gif" width=97 border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_04.gif"
width=4></TD>
<TD><A href="info.php"><IMG
height=25 alt="" src="images/img_05.gif" width=96
border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_06.gif"
width=4></TD>
<TD><A href="lessen.php"><IMG
height=25 alt="" src="images/img_07.gif" width=96
border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_08.gif"
width=4></TD>
<TD><A href="part.php"><IMG
height=25 alt="" src="images/img_09.gif" width=96
border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_10.gif"
width=4></TD>
<TD><A href="fotos.php"><IMG
height=25 alt="" src="images/img_11.gif" width=96
border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_12.gif"
width=4></TD>
<TD><A
href="inschrijven.php"><IMG
height=25 alt="" src="images/img_13.gif" width=96
border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_14.gif"
width=4></TD>
<TD colSpan=3><A
href="workshops.php"><IMG
height=25 alt="" src="images/img_15.gif" width=96
border=0></A></TD>
<TD rowSpan=2><IMG height=29 alt="" src="images/img_16.gif"
width=4></TD>
<TD colSpan=2><A
href="contact.php"><IMG height=25
alt="" src="images/img_17.gif" width=93 border=0></A></TD>
<TD rowSpan=6><IMG height=752 alt=""
src="images/img_18.gif" width=2></TD></TR>
<TR>
<TD colSpan=2><IMG height=4 alt="" src="images/img_19.gif"
width=97></TD>
<TD><IMG height=4 alt="" src="images/img_20.gif"
width=96></TD>
<TD><IMG height=4 alt="" src="images/img_21.gif"
width=96></TD>
<TD><IMG height=4 alt="" src="images/img_22.gif"
width=96></TD>
<TD><IMG height=4 alt="" src="images/img_23.gif"
width=96></TD>
<TD><IMG height=4 alt="" src="images/img_24.gif"
width=96></TD>
<TD colSpan=3><IMG height=4 alt="" src="images/img_25.gif"
width=96></TD>
<TD colSpan=2><IMG height=4 alt="" src="images/img_26.gif"
width=93></TD></TR>
<TR>
<TD colSpan=19><IMG height=123 alt=""
src="images/img_27.gif" width=794></TD></TR>
<TR>
<TD colSpan=19><IMG height=33 alt=""
src="images/img_28.gif" width=794></TD></TR>
<TR>
<TD rowSpan=2><IMG height=567 alt=""
src="images/img_29.gif" width=17></TD>
<TD id="01" vAlign=top align=left colSpan=13 rowSpan=2>
<DIV id=frame>Test </DIV></TD>
<TD rowSpan=2><IMG height=567 alt=""
src="images/img_31.gif" width=13></TD>
<TD colSpan=3><IMG height=554 alt=""
src="images/img_32.gif" width=158></TD>
<TD rowSpan=2><IMG height=567 alt=""
src="images/img_33.gif" width=11></TD></TR>
<TR>
<TD colSpan=3><font size="1"></font></TD>
</TR>
<TR>
<TD colSpan=21><IMG height=13 alt=""
src="images/img_35.gif" width=798></TD></TR>
<TR>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=2></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=17></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=80></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=96></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=96></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=96></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=96></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=96></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=11></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=13></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=72></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=4></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=82></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=11></TD>
<TD><IMG height=1 alt="" src="images/spacer.gif"
width=2></TD></TR></TBODY></TABLE></DIV>