摘要:
string strScript="";this.Page.RegisterStartupScript("ShowTipMsg", strScript); 阅读全文
posted @ 2006-12-12 16:27 xixi8820 阅读(347) 评论(0) 推荐(0) 编辑
|
|||
摘要:
string strScript="";this.Page.RegisterStartupScript("ShowTipMsg", strScript); 阅读全文
posted @ 2006-12-12 16:27 xixi8820 阅读(347) 评论(0) 推荐(0) 编辑
摘要:
如果要让两个div并排显示,可以用这个属性style="display:inline;例如: display:inline;"> 搜索 注意红色的字符 设置样式为:style="float:left" 似乎效果更好。 阅读全文
posted @ 2006-12-11 10:06 xixi8820 阅读(2176) 评论(0) 推荐(0) 编辑
摘要:
1.无提示刷新网页 大家有没有发现,有些网页,刷新的时候,会弹出一个提示窗口,点“确定”才会刷新。而有的页面不会提示,不弹出提示窗口,直接就刷新了. 如果页面没有form, 则不会弹出提示窗口 如果页面有form表单, a) 会弹出提示窗口 b) 不会弹出 2 javascript刷新页面的方法 w... 阅读全文
posted @ 2006-12-05 15:15 xixi8820 阅读(345) 评论(0) 推荐(0) 编辑 |
|||