hello,
Voilà j'ai un formulaire flash avec 6 champs textes dynamiques...
Malheureusement je n'arrive pas à faire fonctionner le tabIndex....
Pourtant mes champs textes sont bien nommés (nom variable).
Mon Code TabIndex :
firstname.tabIndex = 1;
lastname.tabIndex = 2;
MailFrom.tabIndex = 3;
Subject.tabIndex = 4;
Body.tabIndex = 5;
Phone.tabIndex = 6;help ! Thanks :-)