MAP24 Modul- Ziel adresse fix

Begonnen von gozengo, 25 Mai 2007, 14:17:58

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

gozengo

...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 = '';\">

der_luecke

<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 = '';\"
Grüsse
Olaf

Kein Support über Mail, (ungefragter) PN oder ICQ, ausschließlich direkt im Forum!
Das ich so was mal schreiben muss;-)

gozengo