Jump to 0 top | 1 navigation | 2 content | 3 extra information (sidebar) | 4 footer | 5 toolbar
Many Thanks, work for me excellent. Short Info: You have to declare the Variable 'element' not in the htc-File, but after the HTML-Form. For Example: Heino Michael Jackson Tom Waits Nina Hagen Marianne Rosenberg Hansi Rosenberg var theform; if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) { theform = document.Testformular; } else { theform = document.forms["Testformular"]; } var element = Testformular.Auswahl; Best Wishes, Schnies
Excellent post. Saved me a lot of time. Nice way to take an idea and make it that much better.
» more
Many Thanks, work for me excellent. Short Info: Y...
Excellent post. Saved me a lot of time. Nice way t...
» more (2)
» Next Space
comments
. Schnies (anonymous), Jul 30, 2008 10:49:40 AM #
Many Thanks, work for me excellent.
Short Info: You have to declare the Variable 'element' not in the htc-File, but after the HTML-Form. For Example:
Heino
Michael Jackson
Tom Waits
Nina Hagen
Marianne Rosenberg
Hansi Rosenberg
var theform;
if (window.navigator.appName.toLowerCase().indexOf("microsoft") > -1) {
theform = document.Testformular;
}
else {
theform = document.forms["Testformular"];
}
var element = Testformular.Auswahl;
Best Wishes,
Schnies
. Chad (anonymous), Jun 30, 2008 8:12:17 PM #
Excellent post. Saved me a lot of time. Nice way to take an idea and make it that much better.