问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

如何在网页上添加代码?

发布网友 发布时间:2022-05-14 18:27

我来回答

5个回答

热心网友 时间:2023-10-21 01:20

1.需要你有自己的网页.
2.将代码放在<BODY></BODY>之间.

热心网友 时间:2023-10-21 01:20

将代码加入到<body>......</body>
之间

热心网友 时间:2023-10-21 01:20

放到boby之间就行了

热心网友 时间:2023-10-21 01:21

用windows.open弹出一个网页 一般大的网站都用这宣传方法

热心网友 时间:2023-10-21 01:22

<html>

<head>
<script language='JavaScript'>
var headHeight = 22;var bodyHeight = 202;var objcount = 6;var step = 10;var moving = false;
function showme(obj1, obj2)
{
if (moving)
return;
moving = true;
for(i=0;i<document.all.tags('td').length;i++)
if (document.all.tags('td')[i].className.indexOf('headtd') == 0)
document.all.tags('td')[i].className = 'headtd1';
obj2.className = 'headtd2';
moveme(obj1);
}
function moveme(obj)
{
idnumber = parseInt(obj.id.substr(4));
objtop = headHeight * (idnumber - 1);
objbuttom = bodyHeight + headHeight * (idnumber - 2);
currenttop = parseInt(obj.style.top);
if (currenttop >= objbuttom)
{
countid = 1;
for(i=0;i<document.all.tags('div').length;i++)
if (document.all.tags('div')[i].id == 'item'+countid+'body')
{
obj = document.all.tags('div')[i];
objtop = headHeight * (countid - 1);
if (countid == idnumber)
{
moveup(obj,objtop,false);
break;
}
else
moveup(obj,objtop,true);
countid++;
}
}
else if ((currenttop >= objtop) && (idnumber < objcount))
{
idnumber++;
countid = objcount;
for(i=document.all.tags('div').length-1;i>=0;i--)
if (document.all.tags('div')[i].id == 'item'+countid+'body')
{
obj = document.all.tags('div')[i];
objbuttom = bodyHeight + headHeight * (countid - 2);
if (countid == idnumber)
{
movedown(obj,objbuttom,false);
break;
}
else
movedown(obj,objbuttom,true);
countid--;
}
}
}
function moveup(obj,objtop,ismove)
{
currenttop = parseInt(obj.style.top);
if (currenttop > objtop)
{
obj.style.top = currenttop - step;
setTimeout('moveup('+obj.id+','+objtop+','+ismove+')',1)
return;
}
moving = ismove;
}
function movedown(obj,objbuttom,ismove)
{
currenttop = parseInt(obj.style.top);
if (currenttop < objbuttom)
{
obj.style.top = currenttop + step;
setTimeout('movedown('+obj.id+','+objbuttom+','+ismove+')',1)
return;
}
moving = ismove;
}
</script>

<style type='text/css'>
.headtd1 { background: #eaeaea; border: 1px outset; border-color: #ffffff #000000 #000000 #ffffff; cursor: hand; font-size: 9pt}.headtd2 { background: #cccccc; border: 1px outset; border-color: #ffffff #000000 #000000 #ffffff; cursor: hand; font-size: 9pt}.bodytd { background: #eeeeee; border: 1px outset; border-color: #ffffff #000000 #000000 #ffffff; font-size: 9pt}
</style>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>菜单1</title>
</head>

<body background="Computer_WindowsXP_02_028.jpg">

<div id='mainboard' style='position:absolute; left:2px; top:2px; width:120px; height:312px; z-index:1; overflow: hidden; background: #eeeeee;'> <div id='item1body' style='position:absolute; left:0; top:0; width:120px; height:202px; z-index:2; overflow: hidden'><table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item1head' height='20' class='headtd2' onclick='showme(item1body,this)' align='center'>菜单1</td></tr><tr><td class='bodytd' align='center'>test</td></tr></table></div><div id='item2body' style='position:absolute; left:0; top:202; width:120px; height:202px; z-index:3; overflow: hidden'><table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item2head' height='20' class='headtd1' onclick='showme(item2body,this)' align='center'>菜单2</td></tr><tr><td class='bodytd' align='center'>test</td></tr></table></div><div id='item3body' style='position:absolute; left:0; top:224; width:120px; height:202px; z-index:4; overflow: hidden'><table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item3head' height='20' class='headtd1' onclick='showme(item3body,this)' align='center'>菜单3</td></tr><tr><td class='bodytd' align='center'>test</td></tr></table></div><div id='item4body' style='position:absolute; left:0; top:246; width:120px; height:202px; z-index:5; overflow: hidden'><table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item4head' height='20' class='headtd1' onclick='showme(item4body,this)' align='center'>菜单4</td></tr><tr><td class='bodytd' align='center'>test</td></tr></table></div><div id='item5body' style='position:absolute; left:0; top:268; width:120px; height:202px; z-index:6; overflow: hidden'><table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item5head' height='20' class='headtd1' onclick='showme(item5body,this)' align='center'>菜单5</td></tr><tr><td class='bodytd' align='center'>test</td></tr></table></div><div id='item6body' style='position:absolute; left:0; top:290; width:120px; height:202px; z-index:7; overflow: hidden'><table width='100%' border='0' height='100%' cellpadding='2' cellspacing='0'><tr><td id='item6head' height='20' class='headtd1' onclick='showme(item6body,this)' align='center'>菜单6</td></tr><tr><td class='bodytd' align='center'>test</td></tr></table></div></div>
</body>

</html>

添加指定文件 就可以了
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
离职几个月公司发短信说我离职生效叫我回去补办离职交接手续怎么 开除员工不办手续违法吗 辞退员工没有办手续违法吗 苹果13/6.1录制两个人脸,后面换锁屏密码认证还有什么提醒,或者是两个人... 很规律很威严的词语是什么 我老了又无能 想有个爱我一辈子的 到今没 就一个人 把爱放心里 用数字... 日语N2 20天复习够吗 为什么泥工先于木工 泥工做好隔多久做木工 从泥工做好到做木工,需要等待多久? 水泥操作人员作业流程是怎样的? 怎么举报美发店 理发店拖欠工资不给,而且还没有营业执照,我该去哪投诉维权呢? 请问怎么样在网站上插入代码啊? 理发店没有营业执照打什么电话举报 如何在网页源代码中插入代码? 没有工商营业执照怎么举报 怎样在网页中插入代码 详细03 怎么举报没有营业执照的店铺 没有营业执照在哪里举报 怎样在网页中插入代码 详细 没有营业执照的店怎么举报 OPPO手机a93新手机壳里面有没有配置有线耳机原厂耳机? 做seo优化比较好的网站是怎样做内容的 为什么人工智能很多人学不会? 电脑起机,出现蓝屏。重启N次都一样 电脑屏幕刚起机是蓝屏完事什么也没有是怎么回事 想问一下我的电脑为什么起机就蓝屏啊 电脑起机后蓝屏,只出现main,advance,boot等选项卡,调整时间等_百度问一问 电脑起机的时候蓝屏怎么办 吃钙片了可以马上喝水吗? 有人去市场监督管理举报我卖的东西不好,我没有营业执照怎么办_百度问一问 给自己的网页如何添加代码? 如何添加网页代码 分心木怎么喝?怎么喝效果最好? 分心木怎么吃 dateline是什么意思及反义词 口语说dateline是什么意思 mysql数据库里的dateline的数字在php下显示成时间 SELECT * FROM x_home_jilu USE INDEX(dateline) WHERE 1 ORDER BY dateline DESC LIMIT 0,20 修改代码$dateline=strtotime(&#39;2014-08-1 19:06:42&#39;)让批量发帖时间递增 flyover theinternational dateline you cross the international dateline XML语句&lt;DateLine&gt;April 30, 2005&lt;&#47;Dateline&gt;在XSD文件中定义DateLine的数据类型应该是什么啊? 鸡胸肉素菜怎么做丸子 广州长寿牌快熟面可以加肉素菜炒的吃的面 按照一荤一素搭配荤菜排骨鱼肉丸素菜白菜却子南瓜共有多少种搭配方法计算出来 荤菜鸡蛋猪肉鱼肉牛肉素菜包菜白菜莴笋青豆怎么搭配一荤两素的营养餐? 小米note网络位置服务耗电 喝酒全部是素菜好吗? 脸上长痘痘适合吃清汤火锅吗。?煮点牛肉素菜什么的。