网站开发与移动开发

博客园 首页 新随笔 管理

08 2007 档案

摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;charset=gb231 阅读全文
posted @ 2007-08-31 14:28 txf2004 阅读(245) 评论(0) 推荐(0)

摘要:iframe src="show.htm" id="show" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="100%" onload="this.height=0;var fdh=(this.Document?this.Document.body.scrollHeight:this.contentDocument.body.offsetHeight) 阅读全文
posted @ 2007-08-27 08:27 txf2004 阅读(165) 评论(0) 推荐(0)

摘要:<html> <head> <script> function submitit1() //交由程序1处理 { document.myForm.action = "http://www.site.com/cgi1.php" document.myForm.submit(); } function submitit2() //交由程序2处理 { document.myForm.action = "http://www.site.com/cgi2.php" document.myForm.submit(); } </ 阅读全文
posted @ 2007-08-23 17:18 txf2004 阅读(134) 评论(0) 推荐(0)

摘要:访问次数,在统计页面加入以下这个代码<SCRIPT src="static_click.asp?articleid=<%=articleid%>"></SCRIPT >对应的ASP文件为<!-- #include file="inc/conn.asp" --><%articleid=int(trim(request.querystring("articleid")))sqlStr="update product set hits=hits+1 where articlei 阅读全文
posted @ 2007-08-22 09:39 txf2004 阅读(140) 评论(0) 推荐(0)

摘要:<script language="javascript">function popwin3(path){window.open(path,"cart","height=520,width=520,resizable=no,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");}//window('链接','窗体名','其它参数') 关键是窗体名,加了窗体名就不会打开两次.至于改变的值可以通过链接参数来实现 阅读全文
posted @ 2007-08-21 19:47 txf2004 阅读(165) 评论(0) 推荐(0)

摘要:<div class="white" style="margin-bottom:-10px">&nbsp;&nbsp;<%=date%>&nbsp;&nbsp;</div> 阅读全文
posted @ 2007-08-15 18:27 txf2004 阅读(146) 评论(0) 推荐(0)