如何把这些html代码打包成一个JS文件

<head><styletype="text/css"><!--#sponsorAdDiv{position:absolute;height:1;width:1;top:... <head>
<style type="text/css">
<!--
#sponsorAdDiv {position:absolute; height:1; width:1; top:0; left:0;}
td { font-size: 9pt; font-family: "宋体"}
.aodu {FONT-SIZE: 9pt; LINE-HEIGHT: 13pt}
-->
</style>
</head>
<body>
<script LANGUAGE="JavaScript1.2">
adTime=8;
chanceAd=1;
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
adCount=0;
function initAd(){
if(!ns && !ie && !w3) return;
if(ie) adDiv=eval('document.all.sponsorAdDiv.style');
else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]');
else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style');
randAd=Math.ceil(Math.random()*chanceAd);
if (ie||w3)
adDiv.visibility="visible";
else
adDiv.visibility ="show";
if(randAd==1) showAd();
}
function showAd(){
if(adCount<adTime*10){adCount+=1;
if (ie){documentWidth =document.body.offsetWidth/2+document.body.scrollLeft-20;
documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}
else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
documentHeight=window.innerHeight/2+window.pageYOffset-20;}
else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;}
adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;
setTimeout("showAd()",100);}else closeAd();
}

function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;
</script>
<div id="sponsorAdDiv" style="visibility:hidden">
<table width="460" border="1" cellspacing="1" cellpadding="1">
<tr>
<td><script type="text/javascript" src=x.js'></script></td>
</tr>
<tr>
<td> <script type="text/javascript" src=y.js'></script></td>
</tr>
</table>
我要如何把</head>一下的全部内容(包括那表格的内容)打包成一个JS文件啊
望赐教
展开
 我来答
殒尘
2011-03-20 · TA获得超过473个赞
知道小有建树答主
回答量:351
采纳率:0%
帮助的人:369万
展开全部
不是js代码不可以放入js文件内,
你新建一个txt文档,把js代码复制进去保存好,重命名为xx.js就好了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
shuiniu521
2011-03-23 · 超过47用户采纳过TA的回答
知道小有建树答主
回答量:126
采纳率:0%
帮助的人:93.3万
展开全部
有专门的网站提供这种转换功能
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
oodamuoo
2011-03-20 · 超过13用户采纳过TA的回答
知道答主
回答量:75
采纳率:0%
帮助的人:58.3万
展开全部
adTime=8;
chanceAd=1;
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && !ie);
adCount=0;
function initAd(){
if(!ns && !ie && !w3) return;
if(ie) adDiv=eval('document.all.sponsorAdDiv.style');
else if(ns) adDiv=eval('document.layers["sponsorAdDiv"]');
else if(w3) adDiv=eval('document.getElementById("sponsorAdDiv").style');
randAd=Math.ceil(Math.random()*chanceAd);
if (ie||w3)
adDiv.visibility="visible";
else
adDiv.visibility ="show";
if(randAd==1) showAd();
}
function showAd(){
if(adCount<adTime*10){adCount+=1;
if (ie){documentWidth =document.body.offsetWidth/2+document.body.scrollLeft-20;
documentHeight =document.body.offsetHeight/2+document.body.scrollTop-20;}
else if (ns){documentWidth=window.innerWidth/2+window.pageXOffset-20;
documentHeight=window.innerHeight/2+window.pageYOffset-20;}
else if (w3){documentWidth=self.innerWidth/2+window.pageXOffset-20;
documentHeight=self.innerHeight/2+window.pageYOffset-20;}
adDiv.left=documentWidth-200;adDiv.top =documentHeight-200;
setTimeout("showAd()",100);}else closeAd();
}

function closeAd(){
if (ie||w3)
adDiv.display="none";
else
adDiv.visibility ="hide";
}
onload=initAd;

这些都可以放到js里面,
在页面里引入该js文件就可以调用这些方法了
追问
关键是如何把下面那表格也一起放进JS文件里啊
追答
document.write(“”);
试试这个方法能不能写进去
应该和这个问题类似,你去看看吧,
http://zhidao.baidu.com/question/143458188.html
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
fzlnet
2011-04-06 · TA获得超过884个赞
知道小有建树答主
回答量:559
采纳率:0%
帮助的人:475万
展开全部
这里牵涉到JS调用JS,稍微复杂点,可以用百度HI详聊
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zb8346
2011-03-20
知道答主
回答量:19
采纳率:0%
帮助的人:8.5万
展开全部
document.write();.这个可以,你看看类似的,呵呵,就知道怎么改了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
收起 更多回答(3)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式