《asp网页设计》作者沈才梁源代码,共十章

源代码在线查看: 3_14.htm

软件大小: 125 K
上传用户: demonray
关键词: asp 网页设计 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				window对象示例
				
				window.name="main_window"
				Function OpenWindow()
				  window.open"3_14_1.htm","child_window",_ 
				"width=400,height=200,resizable=no,scrollbars=yes"
				End Function
				Function CloseWindow()
				    window.close  
				End Function
				
				
				父窗口
				1.打开子窗口
				2.关闭窗口 
				
							

相关资源