PB Code Zone
Raining Javascript
TIP You can control where the selection box moves to in an application using the focus() method. For example, if you want the selection box to move to a certain link on the page after some JavaScript is executed, you can apply focus to the page element. Example: document.all.theLink.focus();