摘要:
<script type="text/javascript" language="javascript"> function ShowPage() { //打开页面的宽度 var width='500'; //打开页面的高度 var height='400'; //window.screen.width为当前屏幕宽度 var left=(window.screen.width-widt... 阅读全文
摘要:
<!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 htt... 阅读全文
摘要:
CSSHACK区别IE6与FF: background:orange;*background:blue; background:orange;_background:blue; background:blue;!important;background:orange;区别IE6与IE7:background:blue;!important;background:green;background:g... 阅读全文
摘要:
//在当前页面打开location.href="http://www.google.cn/";window.location.href="http://www.google.cn/";//后退到前一页面history.go(-1);//在新页面打开window.open('http://www.google.cn/','','height=500,width=611,scrollbars=yes,... 阅读全文
摘要:
网页可见区域宽:document.body.clientWidth网页可见区域高:document.body.clientHeight网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.scrollWidth网页正文全文高:document.... 阅读全文
摘要:
1.在页面添加一个输入框和一个按钮[代码]2.添加后台事件[代码]3.作为模板的HTML页面(JavaScript事件无法触发,CSS样式不能为引用文件)[代码] 阅读全文
摘要:
<htmlxmlns="<ahref="http://www.w3.org/1999/xhtml"target="_blank"><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/><title>图片动态显示</title><style... 阅读全文