Hallo gurus,
könnte mir bitte jemand mit meinem Problem helfen?
der folgende Code funktioniert in einem Verzeichnis in einem anden aber nicht???
<form name="form1" method="post" action="">
<select size=1 name="Auswahl" onChange="Go(this.form.Auswahl.options[this.form.Auswahl.options.selectedIndex].value)"
style="width:250px; background-color:#FFFFE0; font-size:9pt; font-family:Arial,sans-serif;" width="250">
//dieser code wird vom Smarty Template aufgelöst.
{html_options values=$option_values selected=$option_selected output=$option_output}
</select>
</form>
wenn ich auf die Seite gehe www.werosoft.com/blank/
dann das pulldown anklick bekomme ich den fehler, wenn ich den quelltext ansehe stimmt alles.
die selbe Funktion kommt auf www.weronet.com vor und da gehts????
kann jemand einen Fehler sehen??
danke im voraus
Ron