Hi all,
This is my script:
var accept_win = window.open("new.htm", "accept_win", "menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no"
;
How can "accept_win" know the original window?
e.g. disable the submit button of the original window.
e.g. set location of the original window.
This is my script:
var accept_win = window.open("new.htm", "accept_win", "menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no"
How can "accept_win" know the original window?
e.g. disable the submit button of the original window.
e.g. set location of the original window.