摘要:
闲话不说,直接上代码<!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 http-equiv="Content-Type" content="text/html; ch 阅读全文
posted @ 2011-11-11 15:31
志宝[Ball]
阅读(189)
评论(0)
推荐(0)
摘要:
window.open() //及点击打开新页window.open('src','newwindow','attr') //可代参3个。 src:新建页面文件地址; newwindow:弹出窗口名(非文件名)可为空; attr:height=100 窗口高度; width=400 窗口宽度; top=0 窗口距离屏幕上方的象素值; left=0 窗口距离屏幕左侧的象素值; toolbar=no 是否显示工具栏,yes为显示; menubar,scrollbars 表示菜单栏和滚动栏。 resizable=no 是否允许改变窗口大小,yes... 阅读全文
posted @ 2011-11-11 14:18
志宝[Ball]
阅读(465)
评论(0)
推荐(0)
浙公网安备 33010602011771号