首页 >

织梦DedeCMS图片模型点击图片预览“下一页没有了哦”

使用dede做图片站的也很多呢;比如美**@ 女图片站;很多都是大张大张的图片预览;这样的效果:每次点击图片都会进入下一张图片预览;点到最后一张的时候显示”下一张没有了哦”提示文字。

织梦DedeCMS图片模型点击图片预览“下一页没有了哦”

来看看建站网提供的方法吧:只需要加入以下JS代码即可实现点击到最后一张图片预览的到时候提示:下一张没有了哦!

copyright DedeCMS

function dPlayNext()
{
var shortname = “{dede:global.art_shortname/}”;
var npage = {dede:field name=’nowpage’/};
var totalpage = {dede:field name=’totalpage’/};
var namehand = ‘{dede:field name=’namehand’/}’;
var displaytype = ‘{dede:field name=’displaytype’/}’;
var gtimer = null;
if(npage==totalpage) { alert(“没有了哦”); }
else
{
if(displaytype==’st’ && namehand!=”) location.href = namehand+”_”+(npage+1)+shortname;
else location.href = “view.php?aid={dede:field name=’id’/}&pageno=”+(npage+1);
}
}


    织梦DedeCMS图片模型点击图片预览“下一页没有了哦”
  • 织梦DedeCMS模板织梦DedeCMS单页文档调用标签likesgpage|likepage教程
  • 织梦DedeCMS模板织梦DedeCMS单页文档调用标签likesgpage|likepage教程 | 织梦DedeCMS模板织梦DedeCMS单页文档调用标签likesgpage|likepage教程 ...

    织梦DedeCMS图片模型点击图片预览“下一页没有了哦”
  • 解决织梦DedeCMS验证码不显示不正确方法
  • 解决织梦DedeCMS验证码不显示不正确方法 | 解决织梦DedeCMS验证码不显示不正确方法 ...

    织梦DedeCMS图片模型点击图片预览“下一页没有了哦”
  • 织梦DedeCMS做自定义表单在线预约的方法
  • 织梦DedeCMS做自定义表单在线预约的方法 | 织梦DedeCMS做自定义表单在线预约的方法 ...