...kann mir hier zu was sagen...Weil:
Ich benutze 0.1.9 sp03 mit map24 block vom hier auf der seite die zum Download Verfügbar ist
Ich würde gerne die Zeil Adresse fest setzen.
so scheint es nicht zu funktionieren:
...
<input type=text name=dzip size=1 maxlength=5 style=\"font-family: arial, verdana, helvetica; font-size: 8pt;\" value=\"PLZ\" onFocus=\"javascript:if (document.routec.dzip.value == '66666') document.routec.dzip.value = '';\"><input type=text name=dcity size=8 maxlength=50 style=\"font-family: arial, verdana, helvetica; font-size: 8pt;\" value=\"Stadt\" onFocus=\"javascript:if (document.routec.dcity.value == 'Frankfurt') document.routec.dcity.value = '';\">
<input type=text name=dzip size=1 maxlength=5 style=\"font-family: arial, verdana, helvetica; font-size: 8pt;\" value=\"PLZ\" onFocus=\"javascript:if (document.routec.dzip.value == '66666') document.routec.dzip.value = '';\"><input type=text name=dcity size=8 maxlength=50 style=\"font-family: arial, verdana, helvetica; font-size: 8pt;\" value=\"Stadt\" onFocus=\"javascript:if (document.routec.dcity.value == 'Frankfurt') document.routec.dcity.value = '';\"
so geht's
<input type=text name=dzip size=1 maxlength=5 style=\"font-family: arial, verdana, helvetica; font-size: 8pt;\" value=\"66666\" onFocus=\"javascript:if (document.routec.dzip.value == 'PLZ) document.routec.dzip.value = '';\"><input type=text name=dcity size=8 maxlength=50 style=\"font-family: arial, verdana, helvetica; font-size: 8pt;\" value=\"Frankfurt\" onFocus=\"javascript:if (document.routec.dcity.value == 'Stadt') document.routec.dcity.value = '';\"
perfekt... :thumbup:
Danke