问一个windows操作的基本问题和一个相关的问题(50分)

  • 主题发起人 主题发起人 张剑波
  • 开始时间 开始时间

张剑波

Unregistered / Unconfirmed
GUEST, unregistred user!
我的IE浏览器叫我弄坏了,点击大富翁的问题列表,出现新的网页,总是最小化,如何调整
过来?
另外的问题:
网站广告出现的那种没有正常网页上部菜单和快捷按钮的网页用HTML语言如何做?
网页最大化如何做?
 
IE的问题,下面有解答:
http://www.ccidnet.com/school/net/2002/08/15/100_7374.html

 
window.open( [sURL] [, sName] [, sFeatures] [, bReplace])
下面是sName
_blank
_media
_parent
_search
_self
_top

下面是sFeatures
channelmode = { yes | no | 1 | 0 }
directories = { yes | no | 1 | 0 }
fullscreen = { yes | no | 1 | 0 }
height = number
left = number
location = { yes | no | 1 | 0 }
menubar = { yes | no | 1 | 0 }
resizable = { yes | no | 1 | 0 }
scrollbars = { yes | no | 1 | 0 }
status = { yes | no | 1 | 0 }
titlebar = { yes | no | 1 | 0 }
toolbar = { yes | no | 1 | 0 }
top = number
width = number

bReplace用于确定是否可以窗口覆盖
 
多人接受答案了。
 
后退
顶部