这个是目录2的代码,里面有按钮的特效以及按钮的跳转。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> </head> <body> <style> .start {color:black; background:red} </style> <script LANGUAGE="JAVASCRIPT"> function highlightButton(s) { if ("INPUT"==event.srcElement.tagName) event.srcElement.className=s } </script> <form name="form2" onmouseover="highlightButton('start')" onmouseout="highlightButton('')"> <table width="972" height="165" border="0" align="center"> <tr> <td width="119" rowspan="6"><div align="center"><img src="对联1.gif" alt="对联1" width="119" height="165" /></div></td> <td height="45" colspan="5"><div align="center"><img src="横幅.gif" alt="横幅" width="678" height="45" /></div></td> <td width="119" rowspan="6"><div align="center"><img src="对联2.gif" alt="对联2" width="119" height="165" /></div></td> </tr> <tr> <td height="17" width="119"><center> <input name="B2" type="button" onclick="javascript:window.location.href='如果沒有遇上你.html'" " value="如果"/> </center></td> <td width="119"><center> <input type="button" onclick="javascript:window.location.href='如何做开心的翁迷?.html'" value="翁迷" name="B2" /> </center></td> <td width="119"><center><input name="B2" type="button" onclick="javascript:window.location.href='世间始终你好.html'" " value="始终你好"/></center></td> <td width="119"><center><input name="B2" type="button" onclick="javascript:window.location.href='守侯黎明(组诗)-----怀念阿翁.html'" " value="守侯黎明"/></center></td> <td width="119"><center><input name="B2" type="button" onclick="javascript:window.location.href='思君令人老.html'" " value="思君令人老"/></center></td> </tr> <tr> <td height="17"><center><input name="B2" type="button" onclick="javascript:window.location.href='思蓉儿.html'" " value="思蓉儿"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='思蓉天天记.html'" " value="思蓉天天记"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='桃花伤.html'" " value="桃花伤"/></center></td> <td align="left" valign="bottom"><center><input name="B2" type="button" onclick="javascript:window.location.href='桃花碎.html'" " value="桃花碎"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='只言碎语系列.html'" " value="只言碎语"/></center></td> </tr> <tr> <td height="17"><center><input name="B2" type="button" onclick="javascript:window.location.href='我和蓉儿有个约会..和射雕有段情缘.html'" " value="我和蓉儿"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='我为伊人独憔悴.html'" " value="伊人独憔悴"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='五月又多了一个可怀念的艺人…….html'" " value="五月"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='致遥远的你.html'" " value="致遥远的你"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='心寄玲儿.html'" " value="心寄玲儿"/></center></td> </tr> <tr> <td height="17"><center><input name="B2" type="button" onclick="javascript:window.location.href='误落凡尘的仙子———写给阿翁.html'" " value="误落凡尘"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='星语心愿.html'" " value="星语心愿"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='烟云寄语来时路 冷韵芳踪伊人情——怀恋蓉儿.html'" " value="烟云寄语"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='夜凉如水,思蓉如潮.html'" " value="思蓉如潮"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='夜雨独思故人来.html'" " value="夜雨独思"/></center></td> </tr> <tr> <td height="17"><center><input name="B2" type="button" onclick="javascript:window.location.href='一生只怀一种愁——致翁美玲.html'" " value="一种愁"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='用心,别用生命————缅怀阿翁刹那间,快乐如同晨雾般散尽.html'" " value="用心"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='由射雕细节看黄蓉.html'" " value="射雕细节"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='曾经的感动,都已飘落在自己的心里,再也抹不去了..html'" " value="曾经的感动"/></center></td> <td><center><input name="B2" type="button" onclick="javascript:window.location.href='这个5月7日.html'" " value="这个5月7日"/></center></td> </tr> <tr> <td height="17" colspan="7"><img src="小貂制作.jpg" alt="小貂制作" width="972" height="600" /></td> </tr> </table> </form> </body> </html>
|