摘要: 在JS中,window.opener只是对弹出窗口的母窗口的一个引用。比如:a.html中,通过点击按钮等方式window.open出一个新的窗口b.html。那么在b.html中,就可以通过window.opener(省略写为opener)来引用a.html,包括a.html的document等对象,操作a.html的内容。假如这个引用失败,那么将返回null。所以在调用opener的对象前,要... 阅读全文
posted @ 2010-05-20 18:16 唔愛吃蘋果 阅读(14071) 评论(0) 推荐(0) 编辑
摘要: test.php <!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> ... 阅读全文
posted @ 2010-05-20 18:07 唔愛吃蘋果 阅读(3758) 评论(0) 推荐(0) 编辑