TabIndex Problem bei Formularen [Flash 9]
| 08.09.2009, 20:05 | | Beiträge: 66 Wohnort: BERLIN Registriert: Jul 2006
| TabIndex Problem bei Formularen Hallo,
ich habe folgendes Problem: In einer Seite verfüge ich über 2 Formuare, 1 x Email und 1 x Reservierung. Diese Formulare sprechen 2 unterschiedliche PHP Files auf dem Server, soweit funktioniert das ganz gut.
nun zu meinem Problem. Ich habe im ersten Formular unterschiedliche Felder, um das springen mit den Tabs zu ermöglichen, das erfolgt mit dem Script:
ActionScript:1 2 3 4 5 6 7 | _root.OVERLAY_MENU_5.CONTENT.CONTENT_2.nameM.tabIndex = 1;
_root.OVERLAY_MENU_5.CONTENT.CONTENT_2.emailM.tabIndex = 2;
_root.OVERLAY_MENU_5.CONTENT.CONTENT_2.addressM.tabIndex = 3;
_root.OVERLAY_MENU_5.CONTENT.CONTENT_2.cityM.tabIndex = 4;
_root.OVERLAY_MENU_5.CONTENT.CONTENT_2.postalcodeM.tabIndex = 5;
_root.OVERLAY_MENU_5.CONTENT.CONTENT_2.phoneM.tabIndex = 6;
_root.OVERLAY_MENU_5.CONTENT.CONTENT_2.textM.tabIndex = 7;
|
dann kommt das zweite Formular mit dem Script:
ActionScript:1 2 3 4 5 6 7 | _root.OVERLAY_MENU_4.CONTENT.CONTENT_1.name.tabIndex = 1;
_root.OVERLAY_MENU_4.CONTENT.CONTENT_1.email.tabIndex = 2;
_root.OVERLAY_MENU_4.CONTENT.CONTENT_1.phone.tabIndex = 3;
_root.OVERLAY_MENU_4.CONTENT.CONTENT_1.tag.tabIndex = 4;
_root.OVERLAY_MENU_4.CONTENT.CONTENT_1.hours.tabIndex =5;
_root.OVERLAY_MENU_4.CONTENT.CONTENT_1.minutes.tabIndex = 6;
_root.OVERLAY_MENU_4.CONTENT.CONTENT_1.personen.tabIndex = 7;
|
Um die Formulare von einander zu unterscheiden, hab ich noch zusätzlich eine Abfrage welcher Menüpunkt gedrückt wurde mit:
ActionScript:1 2 | if (_root.aktiverButton == _root.MB_5)
|
Nun aber das problem, es funktioniert nicht, in einem Formular geht das noch richtig, sobald ich aber das zweite Formular abrufe, stimmen die Tabs nicht mehr, und ich springe zwischen den zwei Formularen... geht das anders? wie kann ich das lösen?
Habe keine Ahnung momentan... Bitte um Abhilfe | |
| 09.09.2009, 12:53 | Re1 | Beiträge: 66 Wohnort: BERLIN Registriert: Jul 2006
Themenautor/in
| Ok hab das selber gelöst! Falls jemand das selbe problem hat, hier die Abhilfe...
Danke an mich! :-) | |
| | Themen Ähnliche Beiträge zum Thema | 13.08.2010 - daxs 03.08.2010 - jantenner 11.06.2009 - DianaL 15.07.2010 - mario.mauracher |
|
Flashhilfe.de Flash Platform Tipps & Tutorials Flash Platform Andere Programmiersprachen Jobangebote Diskussionen
Flashhilfe News 
Regeln & Bedingungen
|