{-var.关键词.title-}

生活知识 2023-05-10 21:48生活知识www.buyunw.cn

1、网页设计 请问这个滚动图片的代码是什么?

<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN">
<HTML>
<HEAD>
<TITLE>NewDocument</TITLE>
<styletype="text/css">
#adv{
position:absolute;
top:0px;
left:0px;
}
</style>
<scriptlanguage="javascript">
varx;
vary;
varwidth;
varheight;
varmx=10;
varmy=10;
function$(id){
returndocument.getElementById(id);
}
functionsetSize(){
x=$("adv").style.pixelLeft;
y=$("adv").style.pixelTop;
width=document.body.offsetWidth-200;
height=document.body.offsetHeight-250;
moveAdv();
}
functionmoveAdv(){
$("adv").style.pixelTop=y+document.body.scrollTop;
$("adv").style.pixelLeft=x+document.body.scrollLeft;

x+=mx;
y+=my;

if(x<0||x>width){
mx=-1;
}
if(y<0||y>height){
my=-1;
}

window.setTimeout("moveAdv()",100);

}
window.onload=setSize;
</script>
</HEAD>

<BODY>
<div>
<divid="adv">
<imgsrc="images/advpic.gif">
</div>
<div>
<imgsrc="images/contentpic.jpg"/>
</div>

</div>
</BODY>
</HTML>

2、用js输出到网页中,如何实现?

html()可以实现,还是没怎么明白你这样做的用处何在

追问

动态输出,数据库内的文章变动,所以最新文章才出现,所以需要用这个,希望能写下,详细代码,非常感谢

3、html中input文本框,初始里边有文字提示,当点击时,文字消失,怎么设置?

1、使用onfocus事件检查当前值,如果是默认值,就将value属性置空.如:<inputtype="text"value="请输入内容"onfocus="javascript:if(this.value=='请输入内容')this.value='';">

2、<inputid="email"type="text"placeholder="这里输入文字"size="22"/>

placeholder="这里输入文字"

input设置默认显示文字的两种方式

1.placeholder属性。在输入框为空的情况下会显示placeholder中的值。提交时不能直接取其值。

2.value属性。在输入框加载的时候输入框中的值。提交时可直接获取。

4、使用 js 搜索页面 相关词变为红色 代码怎么写??

5、在html表单中输入的信息以json的形式存入js,然后在上面的搜索框中搜索关键字

你可以利用jquery的autocomplete.js插件来实现这个效果
autocomplete.js文档以及demo网址
http://api.jqueryui.com/autocomplete/#entry-examples

6、织梦怎么调用文章页标题、关键字、描述,是文章页的。

你需要的标签<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
<metaname="keywords"content="{dede:field.keywords/}"/>
<metaname="description"content="{dede:field.descriptionfunction='html2text(@me)'/}"/>

另附
DEDE全站通用标签

根网址
{dede:global.cfg_cmsurl/}/style/

标签里面的根网址
[field:global.cfg_cmsurl/]

网站域名
{dede:global.cfg_basehost/}
模板路径
{dede:global.cfg_templets_skin/}

标题
<title>{dede:global.cfg_webname/}</title>
<metaname="description"content="{dede:global.cfg_description/}"/>
<metaname="keywords"content="{dede:global.cfg_keywords/}"/>

频道页标题、关键字
<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
<metaname="keywords"content="{dede:fieldname='keywords'/}"/>
<metaname="description"content="{dede:fieldname='description'function='html2text(@me)'/}"/>

摘要

[field:descriptionfunction='cn_substr(@me,110)'/]

日期
[field:pubdatefunction=MyDate('m-d',@me)/]

[field:pubdatefunction=MyDate('20y-m-d',@me)/]

点击[field:click/]

调用其他模板文件

{dede:includefilename="head.htm"/}

当前位置:

{dede:fieldname='position'/}

seo标题

{dede:field.seotitle/}

文章ID

[field:id/]

排序
{dede:arclistrow=5orderby=pubdatetitlelen=18}
[field:autoindexrunphp='yes']@me=$GLOBALS['autoindex']-1;[/field:autoindex]
{/dede:arclist}

文章标题

[field:title/]

文章链接地址

[field:arcurl/]

简略标题

[field:shorttitle/]

文章列表

{dede:arclisttypeid=''row='1'titlelen='24'orderby='pubdate'}

<ahref="[field:arcurl/]"title="[field:title/]"target="_blank">[field:title/]</a>
<li><ahref="[field:arcurl/]">[field:title/]</a></li>

{/dede:arclist}

文章显示
<li><ahref="[field:arcurl/]"title="[field:title/]"target="_blank">[field:title/]</a></li>

<ahref="[field:arcurl/]"title="[field:title/]">[field:title/]</a>

图片调用
{dede:arclistrow='1'typeid=''titlelen='24'orderby='pubdate'type='image.'}
[field:picname/]
{/dede:arclist}

{dede:field.litpic/}

商品文章页
dede图片调用标签
<imgsrc={dede:field.litpic/}>
{dede:field.litpic/}

[field:imglink/]=<ahref='[field:arcurl/]'><imgsrc='[field:picname/]'border='0'width='imgwidth'height='imgheight'></a>

DEDE-列表/栏目页标签

栏目内容
{dede:field.content/}

调用分类信息

{dede:arclistrow=5orderby=pubdatetypeid='37.'imgwidth='124'imgheight='96'}
{dede:arclistsgorderby=’id’titlelen=’24′row=’10′channelid=’-8′typeid=’1,2′}

{/dede:arclistsg}

栏目列表页list标签

{dede:listpagesize='10'}
<li>
<ahref="[field:arcurl/]"class="title">[field:title/]</a><spanclass="info">

<pclass="intro">
[field:description/]...

</p>

</li>
{/dede:list}

列表分页/页码
{dede:pagelistlistitem="info,index,end,pre,next,pageno,option"listsize="5"/}

主目录

<ul>
<li><ahref='{dede:global.cfg_cmsurl/}/'><span>主页</span></a></li>
{dede:channeltype='top'row='10'currentstyle="<liclass='hover'><ahref='~typelink~'~rel~><span>~typename~</span></a></li>"}
<li><ahref='[field:typeurl/]'[field:rel/]><span>[field:typename/]</span></a></li>
{/dede:channel}
</ul>

<li><ahref='{dede:global.cfg_cmsurl/}/'><span>主页</span></a></li>

{dede:channeltype='top'row='10'}

<li><ahref='[field:typeurl/]'><span>[field:typename/]</span></a></li><liclass="line"></li>

{/dede:channel}

栏目,目录调用

<ul>
<li><ahref='{dede:global.cfg_cmsurl/}/'><span>主页</span></a></li>
{dede:channeltype='top'row='10'currentstyle="<liclass='hover'><ahref='~typelink~'~rel~><span>~typename~</span></a></li>"}
<li><ahref='[field:typeurl/]'[field:rel/]><span>[field:typename/]</span></a></li>
{/dede:channel}
</ul>

<UL>

{dede:channeltypeid=39type='son'noself='yes'}
<LI><ahref="[field:typeurl/]">[field:typename/]</a></LI>
{/dede:channel}
</UL>
[field:typelink/]

带标题的二级目录链接
<ahref="[field:typeurl/]"title='[field:typename/]'>[field:typename/]</a>

{dede:askrow='6'qtype='new'tid='0'titlelen='24'}
<dd>
<spanclass="tclass">[<ahref='[field:typeurl/]'>[field:tidname/]</a>]</span>
<spanclass="tlink"><ahref="[field:url/]">[field:title/]</a></span>
</dd>
{/dede:ask}

频道头条

{dede:arclistflag='h'limit='0,1'}

问答模块标签
{dede:askrow='3'qtype='ok'tid='0'titlelen='26'}
<li>
[<ahref='[field:typeurl/]'>[field:tidname/]</a>]
<ahref="[field:url/]">[field:title/]</a>
</li>
{/dede:ask}

DEDE-文章页标签

<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
<metaname="keywords"content="{dede:field.keywords/}"/>
<metaname="description"content="{dede:field.descriptionfunction='html2text(@me)'/}"/>

文章正文标题
{dede:field.title/}

时间:
{dede:field.pubdatefunction="MyDate('Y-m-dH:i',@me)"/}
来源:
{dede:field.source/}
作者:
{dede:field.writer/}
点击:
<scriptsrc="{dede:fieldname='phpurl'/}/count.php?view=yes&aid={dede:fieldname='id'/}&mid={dede:fieldname='mid'/}"type='text/javascript'language="javascript"></script>

摘要
{dede:field.descriptionrunphp='yes'}
if(@me<>'')@me='<divclass="intro">'.@me.'</div>';
{/dede:field.description}
文章正文内容
{dede:field.body/}

{dede:fieldname='title'/}

文章商品图片
{dede:field.litpic/}
{dede:field.litpic/}

商品内页

<small>商品原价</small><span>{dede:field.price/}元</span>
<small>优惠价格</small><spanclass="fc-f60">{dede:field.trueprice/}元</span>
<small>品牌</small><span>{dede:field.brand/}</span>
<small>单位</small><span>{dede:field.units/}</span>
<small>上架日期</small><span>{dede:field.pubdatefunction="MyDate('y-m-dH:i',@me)"/}</span>
<small>人气</small><span><scriptsrc="{dede:fieldname='phpurl'/}/count.php?view=yes&aid={dede:fieldname='id'/}&mid={dede:fieldname='mid'/}"type='text/javascript'language="javascript"></script></span>
<formid="formcar"name="formcar"method="post"action="{dede:fieldname='phpurl'/}/posttocar.php">
<inputtype="hidden"name="id"value="{dede:field.id/}"/>
<inputtype="hidden"name="title"value="{dede:field.title/}"/>
<inputtype="hidden"name="price"value="{dede:field.trueprice/}"/>
<inputtype="hidden"name="units"value="{dede:field.units/}"/>
<small>购物车</small><span><ahref="{dede:fieldname='phpurl'/}/car.php"target="_blank">查看购物车</a></span>
<small>购买</small><span><buttontype="submit"name="button"class="btn-2">放入购物车</button></span>

DEDE-频道页标记

{dede:channelartlist}
<dlclass="tbox">
<dt><strong><ahref="{dede:fieldname='typeurl'/}">{dede:fieldname='typename'/}</a></strong><spanclass="more"><ahref="{dede:fieldname='typeurl'/}">更多...</a></span></dt>
<dd>
<ulclass="d1ico3">
{dede:arclisttitlelen='60'row='8'}
<li><spanclass="date">[field:pubdatefunction="MyDate('m-d',@me)"/]</span><ahref="[field:arcurl/]">[field:title/]</a></li>
{/dede:arclist}
</ul>
</dd>
</dl>
{/dede:channelartlist}

上一篇下一篇
{dede:prenextget='pre'/}
{dede:prenextget='next'/}

新增字段

{dede:arclisttypeid='45'row='8'imgwidth='105'imgheight='105'titlelen='16'addfields='trueprice,price'channelid='6'}

市场价¥[field:price/]

优惠价¥[field:trueprice/]

{/dede:arclist}

DEDE-其他标签

备案

{dede:global.cfg_beian/}

版权

{dede:global.cfg_powerby/}

友情链接自带li标记

{dede:flinkrow='24'/}

去掉li标签
{dede:flinklinktype='2'row='24'}[field:link/]{/dede:flink}

{dede:flinklinktype='2'row='24'typeid="1"}[field:link/]|{/dede:flink}

A标签的友情链接
{dede:flinktype='textall'row='10'}
<ahref="[field:url/]"target=_blankclass="font-size3color4">[field:webname/]</a>
{/dede:flink}
SQL代码

直接从数据库调用友情链接{dede:sqlsql="SelectFromdede_flinkwherelogo=''orderbyiddesc"}<atarget="_blank"href="[field:url/]"title="[field:webname/]">[field:webname/]</a>{/dede:sql}

dede标签调用

{dede:tagrow='10'getall='1'sort='month'}
<li><ahref='[field:link/]'>[field:tag/]</a></li>
{/dede:tag}

栏目链接标签

<ahref="{dede:typetypeid='0'row=1}[field:typelink/]{/dede:type}">查看本类全部内容</a>

指定调用栏目标签{dede:onetypetypeid='ID'}[field:typename/]{/dede:onetype}

频道栏目调用标签

{dede:channeltype='self'typeid='7'}<li><ahref='[field:typelink/]'>[field:typename/]</a></li>
{/dede:channel}
{dede:channeltype='self'typeid='7'row='1'}<ahref='[field:typelink/]'>[field:typename/]</a>{/dede:channel}

调用一个栏目
{dede:typetypeid='8'}

<ahref="[field:typelink/]">[field:typename/]</a>

{/dede:type}

限制行数标签
{dede:arclisttypeid=''row='2'limit='0,1'titlelen='24'orderby='pubdate'}

去掉标题的幻灯片代码
<!-----幻灯片------->
<scriptlanguage='javascript'>
linkarr=newArray();
picarr=newArray();
textarr=newArray();
varswf_width=546;
varswf_height=126;
//文字颜色|文字位置|文字背景颜色|文字背景透明度|按键文字颜色|按键默认颜色|按键当前颜色|自动播放时间|图片过渡效果|是否显示按钮|打开方式
varconfigtg='0xffffff||0x3FA61F|5|0xffffff|0xC5DDBC|0x000033|4|3|1|_blank';
varfiles="";
varlinks="";
vartexts="";
//这里设置调用标记
{dede:arclistflag='f'row='5'}

linkarr[[field:global.autoindex/]]="[field:arcurl/]";

picarr[[field:global.autoindex/]]="[field:litpic/]";

{/dede:arclist}

for(i=1;i<picarr.length;i++){

if(files=="")files=picarr[i];

elsefiles+="|"+picarr[i];

}

for(i=1;i<linkarr.length;i++){

if(links=="")links=linkarr[i];

elselinks+="|"+linkarr[i];

}

document.write('<objectclassid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"width="'+swf_width+'"height="'+swf_height+'">');

document.write('<paramname="movie"value="{dede:global.cfg_cmsurl/}/style/images/bcastr3.swf"><paramname="quality"value="high">');

document.write('<paramname="menu"value="false"><paramname=wmodevalue="opaque">');

document.write('<paramname="FlashVars"value="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_title='+texts+'&bcastr_config='+configtg+'">');

document.write('<embedsrc="{dede:global.cfg_cmsurl/}/style/images/bcastr3.swf"wmode="opaque"FlashVars="bcastr_file='+files+'&bcastr_link='+links+'&bcastr_config='+configtg+'&menu="false"quality="high"width="'+swf_width+'"height="'+swf_height+'"type="application/x-shockwave-flash"pluginspage="http://www.macromedia.com/go/getflashplayer"/>');document.write('</object>');

</script>
<!-----幻灯片------->

文章原文地址
<ahref="{dede:global.cfg_basehost/}{dede:fieldname='arcurl'/}">{dede:global.cfg_basehost/}{dede:fieldname='arcurl'/}</a>
注以上内容由Braineo编辑并提供。

Copyright@2015-2025 不孕网版板所有All right reserved