摘要: 以前总手写TAB选项卡,总要写很多代码,ASP.net里AJAX - Container已为我们提供了选项卡功能,但默认样式比较难看,今天研究了一下它的CSS样式,自已写了一个给大家分享一下:最终效果:所用背景图片如下:Tab_Option_bg.gif Tab_Option_bg_ON.gif Tab_Option_bg_OFF.gif Aspx文件:<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager><cc1:TabCont 阅读全文
posted @ 2012-06-01 20:52 Setme 阅读(4138) 评论(0) 推荐(1) 编辑
摘要: <meta http-equiv="Refresh" content="1;URL=inner.aspx " />页面1秒以后跳转到指定页 阅读全文
posted @ 2012-06-01 20:11 Setme 阅读(404) 评论(0) 推荐(0) 编辑
摘要: <iframe id="frmleft" name="frmleft" frameborder="0" onload="this.height=frmleft.document.body.scrollHeight"></iframe> 阅读全文
posted @ 2012-06-01 20:10 Setme 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 首先看看这个链接,出现的页面横向出现滚动条,把页面撑大,这是我们不希望看到的!http://www.cnblogs.com/tuyile006/archive/2006/05/07/393254.htmlTextBox设置为多行的时候,如果输入的内容太多,则在前台,表格会被撑的很大,这个问题的确是有点烦!这个问题说大不大,说小不小,既然博客园都出现了这个问题,我想有必要再讨论一下解决的方案.当我们要实现TextBox实现多行的时候,我们要设置TextMode为MultiLine,如果要实现自动换行,我们要设置Wrap为True,那么这样我们输入数据的时候,在TextBox里则能自动换行了,那么 阅读全文
posted @ 2012-06-01 20:08 Setme 阅读(254) 评论(0) 推荐(0) 编辑
摘要: <head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title><script type="text/javascript"> function countDown(secs,surl){ var jumpTo = document.getElementById('jumpTo'); jumpTo.innerHTML=secs; if 阅读全文
posted @ 2012-06-01 20:05 Setme 阅读(4935) 评论(0) 推荐(0) 编辑