There are various methods that you can implement. If you have controls on the screen (any input field, checkbox, radiobutton, etc) then you could simply set the focus to that element using the onload event.
Another method could be to move the window to <i>x</i> pixels (not the best solution to be honest).
I hope this helps
D
Hi,
Thanks for your help Darrel
My problem is that the main control I'm using in the page is a big tree and setting the focus on the tree only brings me to the top of this tree.
How does the method setting x and y of the page works?
Thanks
Add a comment