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...

link|improve this question

33% accept rate
Do you really mean windows.onload (window.onload? there is no windows object) and not window.open? – ThiefMaster May 10 '10 at 7:22
You did not mention how this new window is created. Can you tell us? – Salman A May 10 '10 at 7:47
new window is created by form submision to third party whose target is set as new. – mohit May 10 '10 at 8:44
You can control window focus with javascript using the window.focus() function. If you post your code I might be able to help you further. – Netlight_Digital_Media Feb 21 at 15:09
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.