> Has anyone been able to change the tab order using templates?
> If so, how?
You might want to try adding the following line of JavaScript in the <BODY> tag of the
HTML page:
onLoad="SendMail.to.focus( )"
I'm not sure which versions of what browsers support the focus( ) command, but that
may accomplish what you want. It will automatically have the focus on the "to" field.
I've done that here because I prefer using the keyboard in most situations, and it's
a lot easier for me.
-Scott
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.