如何阻止来自外部脚本的链接?

时间:2012-08-29 11:18:40

标签: html hyperlink external

对于我正在使用mycountdown.org的倒计时脚本的网站。

所以我将脚本放在我的html代码中:

<body bgcolor="#CCCCCC">
<!-- Begin of mycountdown.org script --> 
<div align="center"> 
<script   type="text/javascript" src="http://mycountdown.org/countdown.php?cp3_Hex=0F0200&cp2_Hex=04488C&cp1_Hex=F9F9FF&ham=0&img=&hbg=0&hfg=0&sid=0&fwdt=180&lab=1&text1=Conference&text2=Health &group=Event&countdown=Conference&widget_number=3010&event_time=1359273600&timezone=Asia/Muscat">
</script><a> </div> 
<!-- End of mycountdown.org script -->

</body>

它工作正常,但是当我点击小部件时,它会将我重定向到mycountdown.org网站。我的问题是,有什么方法可以阻止它。我知道脚本是外部的,因此我无法访问它。但是html中有什么可以阻止它。

谢谢,

0 个答案:

没有答案