首页 | 风讯安装 | 后台管理 | 升级转换 | 模板制作 | 标签说明 | 采集说明 | 常见问题 | 自由标签 | 样式管理 | 功能扩展 | 插件使用 |
常 见 问 题
新 手 入 门
中 级 进 阶
高 级 技 巧
 添加文字广告的解决方案! ★★★★★ 【字体:小 大】 
添加文字广告的解决方案!
http://www.foosun.cn   作者:uanice   来源:本站原创  点击:  更新时间:06-11-11 10:01:02

在Admin/Ads/文件夹下找到ads_add.asp文件

打开,找到如下源码

    <td width="12%" height="20" align="right" class="hback">广告类型</td>
    <td width="38%" align="left" class="hback"><select name="AdType" id="AdType" style="width:200" onChange="javascript:ChooseType(this.value);">
      <option value="0" <%if Clng(temp_adType)=0 Then Response.write "selected"%>>普通显示广告</option>
      <option value="1" <%if Clng(temp_adType)=1 Then Response.write "selected"%>>弹出新窗口</option>
      <option value="2" <%if Clng(temp_adType)=2 Then Response.write "selected"%>>打开新窗口</option>
      <option value="3" <%if Clng(temp_adType)=3 Then Response.write "selected"%>>渐隐消失</option>
      <option value="4" <%if Clng(temp_adType)=4 Then Response.write "selected"%>>网页对话框</option>
      <option value="5" <%if Clng(temp_adType)=5 Then Response.write "selected"%>>透明对话框</option>
      <option value="6" <%if Clng(temp_adType)=6 Then Response.write "selected"%>>满屏浮动</option>
      <option value="7" <%if Clng(temp_adType)=7 Then Response.write "selected"%>>左下底端</option>
      <option value="8" <%if Clng(temp_adType)=8 Then Response.write "selected"%>>右下底端</option>
      <option value="9" <%if Clng(temp_adType)=9 Then Response.write "selected"%>>对联广告</option>
      <option value="10" <%if Clng(temp_adType)=10 Then Response.write "selected"%>>循环广告</option>      
    </select></td>

替换为:

    <td width="12%" height="20" align="right" class="hback">广告类型</td>
    <td width="38%" align="left" class="hback"><select name="AdType" id="AdType" style="width:200" onChange="javascript:ChooseType(this.value);">
      <option value="0" <%if Clng(temp_adType)=0 Then Response.write "selected"%>>普通显示广告</option>
      <option value="1" <%if Clng(temp_adType)=1 Then Response.write "selected"%>>弹出新窗口</option>
      <option value="2" <%if Clng(temp_adType)=2 Then Response.write "selected"%>>打开新窗口</option>
      <option value="3" <%if Clng(temp_adType)=3 Then Response.write "selected"%>>渐隐消失</option>
      <option value="4" <%if Clng(temp_adType)=4 Then Response.write "selected"%>>网页对话框</option>
      <option value="5" <%if Clng(temp_adType)=5 Then Response.write "selected"%>>透明对话框</option>

9 7 3 1 2 4 8 :
文章录入:风讯科技  责任编辑:风讯科技  
·上一篇:发些滚动的代码
·下一篇:新闻列表读取内容时去掉html代码
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
 网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
 没有任何评论
2002-2006 Foosun Inc. 四川风讯科技发展有限公司.版权所有  蜀ICP备 05005237