页:
[1]
| bluesboy | 2005-1-19 03:10 PM |
|
第一天学JavaScript就被他打败了,是好是坏的!
第一:我想控制窗口的大小
第二:我想让IE上面的控件消失
可一个都没成功!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<SCRIPT language="JavaScript">
mywindows.resizeby(100.100)
</SCRIPT>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
</html> |
|
| window.resizeTo(650, 100); |
|
| 只能对OPEN打开的窗口进行控制.......... |
Powered by Discuz! Archiver 6.1.0
© 2001-2006 Comsenz Inc.
Processed in 0.011081 second(s), 2 queries |