Yes this is by design. Which template set are you in? A
quick test by me,
just now shows that in all cases the tab takes me to the
subject field in
panel, surge and smooth template sets.
To change the tab order you can change the tabindex
associated with edit
fields in the template source file.
eg for the surge template set you would change:
||ifequal||_display_cc||true||
...
<TD><INPUT TYPE="Text"
NAME="cc" ...
...
</TR>
||ifequal||_display_cc||true||
...
<TD><INPUT tabindex="2"
TYPE="Text" NAME="cc" ...
...
</TR>
Making sure tabindex values for other fields are correctly
modified too.
Marijn
----- Original Message -----
From: "BG Mahesh" <bgmahesh gmail.com>
To: <surgemail-list netwinsite.com>
Sent: Wednesday, February 21, 2007 3:13 PM
Subject: [SurgeMail List] Tab should go to the Cc field
> hi
>
> While composing email, after entering the email id in
the To: field, the
> Tab
> key should move the focus to Cc field. But now it goes
to the body of the
> message (this could be intentional as most of the time
people may want to
> enter only in To: field)
>
> But if I want the focus to go to Cc field with the Tab
key, how do I do
> that?
>
> --
> --
> B.G. Mahesh
> http://www.greynium.com/
> http://www.oneindia.in/
> http://www.click.in/
- Free Indian Classifieds
>
|