javascript form submission usng window.onload on background window

Posted by mohit on Stack Overflow See other posts from Stack Overflow or by mohit
Published on 2010-05-10T07:16:18Z Indexed on 2010/05/10 7:24 UTC
Read the original article Hit count: 209

I have a form which submits certain values to third party... I am using windows.onload(); to submit that form, but as soon as the page is loaded the focus goes to new window... Is there a way to retain focus on my window only...

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about form-submit