作者bernie88 (*光芒*)
看板Web_Design
标题[问题] java连结问题
时间Sat Apr 29 02:09:17 2006
</style>
<script language="javascript">
//OnMouse table change backgroundColor
function OMOver(OMO){OMO.style.backgroundColor='#BAC8EB';}
function OMOut(OMO){OMO.style.backgroundColor='';}
</script>
...
...
<td height="25" width="197" align="left" bgcolor="#ffffff"
style="cursor: hand;"onClick="jacascript:window.open('
http://www.google.com'
网址可以改成档案夹里的网页嘛,如page1.html...我改成那样失败耶
,'_blank');"onmouseover="OMOver(this);" onmouseout="OMOut(this);">
求救大大
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 163.23.225.208
1F:推 PsMonkey:我只想问... Java 在哪? @_@ 04/29 02:57
2F:推 abgne:路径要写对..用相对路径来设 别设成像C:/Docume.../xxx.htm 04/29 08:06
3F:推 bernie88:javascript.... 04/29 14:18
4F:→ bernie88:对吼~相对路径~谢谢罗,问题解决了。 04/29 14:20