摘要:
An error occurred on the server when processing the URL. Please contact the system administrator.If you are the system administrator please click here... 阅读全文
摘要:
var newWindow;//定义一个窗口,有利于窗口间的通讯function makeNewWindow(url) { if (!newWindow || newWindow.closed) { var width = 400; var height = 300; var left = pa... 阅读全文