现在WEB上出现的那种弹出框是用什么做的
function openwin(page) {
window.open ("page", "newwindow", "height=100, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"
}
这种形式就行.
------解决方案--------------------
function openwin(page) {
window.open ("page", "newwindow", "height=100, width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no"
}
这种形式就行.