JavaScript

来源:互联网 发布:mysql cast 小数 编辑:程序博客网 时间:2024/06/09 23:51

http://www.yxtw.cn/

<body oncopy="document.selection.empty()">


document.body.oncopy=function(){
event.returnValue=false;
var t=document.selection.createRange().text;
var s="welcome to homepage of downloading Tony's resume

http://dengbin.id666.com/user/dengbin/disk/DownloadResume.htm";
clipboardData.setData('Text',t+'/r/n'+s+'/r/n/r/n/r/n/r/n');
}


<NOSCRIPT>
<iframe src="*.htm"></iframe>
</NOSCRIPT>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <title>yxtw.cn</title>
  </head>
<frameset cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="http://www.twis.cn">
</frameset>
</html>


<SCRIPT language=javascript type=text/javascript>
    <!--
        function CopyInBoard(hahaUrl)
        {
            window.clipboardData.setData
('text','http://blog.phoenixtv.com/user3/dengbin'+hahaUrl)
            alert('网址复制成功啦!');
        }
    -->
    </SCRIPT>

 

 


<A
            onclick="this.style.behavior='url

(#default#homepage)';this.setHomePage('http://www.twis.cn')"
            href="#">设为首页</a> <img border=0 src="images/navspace.gif"

align="absmiddle"><A href="javascript:window.external.AddFavorite

('http://www.twis.cn','印象台湾')">收藏本站</a></td>

 


document.write ("<a href=plus_count_show.asp target=_blank><font

color='#FF0000'>59433</font></a>");


<script>
function copyit(obj){
 obj.select();
 js=obj.createTextRange();
 js.execCommand("Copy");
}
function saveAs(obj){
 var winname=window.open('','test','top=10000');
 winname.document.open("text/html", "replace");
 winname.document.write(obj.value);
 winname.document.execCommand('saveas','','code.html');
 winname.close();
}
function runit(obj)
{
var winname=window.open("","test","");
winname.document.open("text/html", "replace");
winname.document.write(obj.value);
winname.document.close();
}
</script>

<SCRIPT language=JavaScript>
var bbsstyle='<div class=tab><a href=cookies.asp?action=style&styleid=><font

color=red>默认风格</font></a><br><a href=cookies.asp?action=style&styleid=7>经典

MAC</a><br><a href=cookies.asp?action=style&styleid=8>竹风绿阁</a><br><a

href=cookies.asp?action=style&styleid=15>自由的风</a><br><a href=cookies.asp?

action=style&styleid=21>菲常色彩</a><br><a href=cookies.asp?

action=style&styleid=23>圣诞风格</a><br><a href=cookies.asp?

action=style&styleid=24>橙色音乐</a><br><a href=cookies.asp?

action=style&styleid=26>随意风荷</a><br><a href=cookies.asp?

action=style&styleid=27>梦幻西游</a><br><a href=cookies.asp?

action=style&styleid=28>中秋佳节</a><br><a href=cookies.asp?

action=style&styleid=29>秋天不回来</a><br></div>'
var allthebbs='<div class=tab><img src=pic/fl.gif border=0> 印象台湾<br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=3>今日漫画(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=4>今日景点(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=5>今日人物(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=6>今日关注(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=7>今日评论(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=10>今日档案(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=9>两岸交流(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=8>岛内万象(点击进入......)</a><br>&nbsp;

&nbsp; <a href=topiclist.asp?bd=12>你问我答(点击进入......)</a><br><img

src=pic/fl.gif border=0> 外语研究<br>&nbsp; &nbsp; <a href=topiclist.asp?bd=1>俄

语时空(点击进入......)</a><br>&nbsp; &nbsp; <a href=topiclist.asp?bd=2>英语天

地(点击进入......)  </a><br></div>'
</SCRIPT>

    
<SCRIPT language=javascript>
function click() {
return false; }
function click1() {
if (event.button==2) {return false; }}
function CtrlKeyDown(){
if (event.ctrlKey) {return false; }}
document.onkeydown=CtrlKeyDown;
//document.onselectstart=click;
//document.onmousedown=click1;
document.oncontextmenu=click;
</SCRIPT>

 

<SCRIPT language=javascript>
function click() {
alert('帅哥还是靓妹哦?您需要吗?请留言,谢谢!') }
function click1() {
if (event.button==2) {alert('帅哥还是靓妹哦?您需要吗?请留言,谢谢~!') }}
function CtrlKeyDown(){
if (event.ctrlKey) {alert('帅哥还是靓妹哦?您需要吗?请留言,谢谢!') }}
document.onkeydown=CtrlKeyDown;
document.onselectstart=click;
document.onmousedown=click1;
</SCRIPT>

 


<SCRIPT language=JavaScript>
var speed = 200  //Delay Between Every word
var pause = 1000 //Delay Between EveryLine
var timerID = null
var bannerRunning = false
var ar = new Array()
ar[0] = "祖国的统一离不开全民的支持,请别忘了把本站的网址 www.twis.cn 告诉您的朋

友哟!"
var currentMessage = 0
var offset = 0
function stopBanner() {
   if (bannerRunning)
     clearTimeout(timerID)
     bannerRunning = false}
function startBanner() {
 stopBanner()
 showBanner()}
function showBanner() {
var text = ar[currentMessage]
   if (offset < text.length) {
 if (text.charAt(offset) == " ")
   offset++
  var partialMessage = text.substring(0, offset + 1)
   window.status = partialMessage
  offset++
  timerID = setTimeout("showBanner()", speed)
  bannerRunning = true}
 else {
  offset = 0
  currentMessage++
  if (currentMessage == ar.length)
   currentMessage = 0
  timerID = setTimeout("showBanner()", pause)
  bannerRunning = true }}
startBanner();
</SCRIPT>