I believe the tabindex attribute is HTML standard for most form elements, so rather than a complicated javascript, you should be able to simply tell the form which elements are at what points in the tab order, i.e.
<input type="text" name="..." tabindex="1"> <input type="text" name="..."> <select name="..." tabindex="2"> hope this helps Isaac www.turnkey.to 954-776-0046 ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

