ad.asp
资源名称:1.rar [点击查看]
上传用户:ziqing_518
上传日期:2022-08-09
资源大小:446k
文件大小:2k
源码类别:

多媒体编程

开发平台:

ASP/ASPX

  1. <!--#include file="users.asp" -->
  2. <!--#include file="config.asp" -->
  3. <!--#include file="../md5.asp" -->
  4. <!--#include file="cookies.asp" -->
  5. <%
  6. if rs4("boolAD")=False then
  7. Response.Redirect "index.asp"
  8. end if
  9. end if
  10. rs.close
  11. set rs=nothing
  12. end if
  13. %>
  14. <!--#include file="function.asp" -->
  15. <!--#include file="code.asp" -->
  16. <!--#include file="first.asp" -->
  17. <table border=0 cellspacing=0 style='border-collapse:collapse' width=735 height=233 cellpadding=3>
  18. <tr>
  19. <td width=185 valign=top>
  20. <!--#include file="inc.asp" -->
  21. </td>
  22. <td width=550 valign=top>
  23. <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#000000">
  24. <tr>
  25. <td bgcolor="#D4D4D4" align="center">广告设置
  26. </td>
  27. </tr>
  28. <tr>
  29. <td bgcolor="#FFFFFF">
  30. <%
  31. if Request.QueryString("post")<>"" then
  32. ad_Doing()
  33. else
  34. showAD()
  35. end if
  36. %>
  37. </td>
  38. </tr>
  39. </table>
  40. </td>
  41. </tr>
  42. </table>
  43. <br><hr width=735>
  44. <center>
  45. <script language="JavaScript">
  46. function runHtml() {  var code=event.srcElement.parentElement.children[0].value;  var newwin=window.open('','','width=600,height=400,status=yes,menubar=yes,toolbar=no,directies=yes,resizable=yes,scrollbars=yes');    newwin.opener = null ;  newwin.document.write(code);   newwin.document.close();}
  47. function Popup(url, window_name, window_width, window_height) {settings="toolbar=no,location=no,directories=no,"+"status=no,menubar=no,scrollbars=yes,"+"resizable=yes,width="+window_width+",height="+window_height;NewWindow=window.open(url,window_name,settings);}
  48. function ctlent(obj) {if((event.ctrlKey && window.event.keyCode == 13) || (event.altKey && window.event.keyCode == 83)) {if(validate(this.document.input)) {this.document.input.submit();}}}
  49. function checkall(form) {for(var i = 0;i < form.elements.length; i++) {var e = form.elements[i];if (e.name != 'chkall') e.checked = form.chkall.checked;}}
  50. function findobj(n, d) {var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;}
  51. function copycode(obj) {var rng = document.body.createTextRange();rng.moveToElementText(obj);rng.scrollIntoView();rng.select();rng.execCommang.collapse(false);}
  52. </script>