ik heb een menu waarbij er een mouseover effect plaats vind als je op het betreffende veld komt met je muis.
probleem is dat de link (informatie.html) in een nieuw frame moet openen. ik heb meerdere dingen geprobeerd, maar zonder resultaat.
is er iemand die me kan helpen ? de code is als volgt:
<table>
<tr>
<td width="120" height="30" bgcolor="#ffffff" onMouseOver=bgColor='#6495ED'
onClick=location='informatie.html' style='cursor:hand' onMouseOut=bgColor='#ffffff'>
Informatie</td>
</tr>
</table>
probleem is dat de link (informatie.html) in een nieuw frame moet openen. ik heb meerdere dingen geprobeerd, maar zonder resultaat.
is er iemand die me kan helpen ? de code is als volgt:
<table>
<tr>
<td width="120" height="30" bgcolor="#ffffff" onMouseOver=bgColor='#6495ED'
onClick=location='informatie.html' style='cursor:hand' onMouseOut=bgColor='#ffffff'>
Informatie</td>
</tr>
</table>