javascript form submission usng window.onload on background window
- by mohit
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...