pragmaMx Support Forum

pragmaMx => Zusatzmodule => Thema gestartet von: gozengo am 25 Mai 2007, 14:17:58

Titel: MAP24 Modul- Ziel adresse fix
Beitrag von: gozengo am 25 Mai 2007, 14:17:58
...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 = '';\">
Titel: Re: MAP24 Modul- Ziel adresse fix
Beitrag von: der_luecke am 25 Mai 2007, 14:43:04
<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 = '';\"
Titel: Re: MAP24 Modul- Ziel adresse fix
Beitrag von: gozengo am 25 Mai 2007, 14:50:00
perfekt...  :thumbup:
Danke