添加文字廣告的解決方案!_風(fēng)訊Cms教程

      編輯Tag賺U幣
      教程Tag:暫無(wú)Tag,歡迎添加,賺取U幣!

      在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"%>>網(wǎng)頁(yè)對(duì)話框</option>
      <option value="5" <%if Clng(temp_adType)=5 Then Response.write "selected"%>>透明對(duì)話框</option>
      <option value="6" <%if Clng(temp_adType)=6 Then Response.write "selected"%>>滿屏浮動(dòng)</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"%>>對(duì)聯(lián)廣告</option>
      <option value="10" <%if Clng(temp_adType)=10 Then Response.write "selected"%>>循環(huán)廣告</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"%>>網(wǎng)頁(yè)對(duì)話框</option>
      <option value="5" <%if Clng(temp_adType)=5 Then Response.write "selected"%>>透明對(duì)話框</option>9 7 3 1 2 4 8 :

      查看更多 風(fēng)訊cms教程  風(fēng)訊cms模板

      來源:模板無(wú)憂//所屬分類:風(fēng)訊Cms教程/更新時(shí)間:2006-11-11
      相關(guān)風(fēng)訊Cms教程