我要实现以下功能:
有一个链接,当用户点击后,另一个非我们开发的登陆网页会出现,这个登陆页面上的login和password域有默认的值。
我想用OpenWindow=window.open打开新网页,然后用它的返回值来操作,var username = OpenWindow.document.getElementById('username');username.value = "reporter";但是总是报错Uncaught TypeError: Cannot call method 'value' of null,希望大牛给些指点,或有什么更好的办法?谢谢了
--
FROM 116.246.26.*