JTBC(CMS)

开源与免费的跨平台网站内容管理系统解决方案

腾讯交流群: 2254994
技术支持群: 27032719
首页 » 在线论坛 » ASP版本 
帖子内容
1 楼
bigsonny
银牌会员
积分 152
注册 2010-01-07
     
首页滚动的公告栏如何点击弹出小窗口?
我试了几次不会,

<table cellpadding="0" cellspacing="0" class="notice">
        <tr>
          <td width="100%" class="tbh">·网站最新公告</td>
        </tr>
        <tr>
          <td width="100%" class="tda"><script>
<script>
function oo() {
window.open(event.srcElement.href,"","width=200 height=200");
}
</script>
      <MARQUEE onmouseover=this.stop onmouseout=this.start scrollAmount=1
            scrollDelay=80 direction=up behavior=loop height=130>
{$=itransfer('top', '4', 'topx=3;tnum=80;genre=notice;' )}</marquee></td>
        </tr>
      </table>
2010-03-02 09:49:19
2 楼
jetiben
管理员
积分 7330
注册 2006-06-28
     
回复: 首页滚动的公告栏如何点击弹出小窗口?
修改 4 这个调用模板, 直接链接修改成弹出窗口链接就可以啦
2010-03-02 10:35:28
3 楼
bigsonny
银牌会员
积分 152
注册 2010-01-07
     
回复: 首页滚动的公告栏如何点击弹出小窗口?
不懂如何设置啊.

  <SCRIPT  LANGUAGE="javascript">   
  <!--   
  window.open  ('{$=curl("{$baseurl}", iurl('detail', {$id}, {$urltype}, 'folder={$createfolder};filetype={$createfiletype};time={$time}'))}',  '{$topic}',  'height=100,  width=400,  top=0,left=0,  toolbar=no,  menubar=no,  scrollbars=no,  resizable=no,location=no,  status=no')     
  -->   
  </SCRIPT>   
2010-03-02 12:37:40
4 楼
bigsonny
银牌会员
积分 152
注册 2010-01-07
     
回复: 首页滚动的公告栏如何点击弹出小窗口?
???????????????????????????????????????????
2010-03-03 13:43:40
5 楼
flashalang
注册会员
积分 88
注册 2009-03-24
     
回复: 首页滚动的公告栏如何点击弹出小窗口?
<td height="20"><a href="{$=curl("{$baseurl}", iurl('detail', {$id}, {$urltype}, 'folder={$createfolder};filetype={$createfiletype};time={$time}'))}" target="_blank" title="{$topic}"><font color="#006600">{$topic}</font></a></td>
2010-03-03 21:51:07
6 楼
bigsonny
银牌会员
积分 152
注册 2010-01-07
     
回复: 首页滚动的公告栏如何点击弹出小窗口?
大哥:
是想要公告栏弹出固定大小的窗口效果
2010-03-04 09:47:27