Does anybody know how to link the values of inputs to the map24 links shown in the Map24 generated code starting with <!DocTYPE....
I have allready entered the Variables $Apartstreet, $City, and $Postalcode but it didn't work any help would be appreciated
$form_address_block = "
<b> <BIG> <font COLOR ='#0000FF'><BIG>".STEP3."</BIG></Font> : ".ADDRESSINFO." </BIG></b>
<TABLE Align = 'left' HSPACE = '100'>
<TR>
<TD Width = '80'> </TD>
<TD>".APARTSTREET.":</TD>
<TD>
<input style='border-style: solid; border-width: 1;' type='text' name='Apartstreet' size=40 value ='$Apartstreet'></TD>
</TR>
<TR>
<TD Width = '80'> </TD>
<TD> ".APARTHOUSE.":</TD>
<td><input style='border-style: solid; border-width: 1;' size = '18' type='text' name='Aparthouse' value ='$Aparthouse'>
<input style='border-style: solid; border-width: 1;' size = '19' type='text' name='Apartnumber' value ='$Apartnumber'></TD>
</td>
<TD>
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<!-- Code generated by Map24.codegenerator -->
<a href='http://link2.map24.com/?lid=2a96e82b&maptype=JAVA&width0=1500&zip0=$PostalCode&city0=$City&country0=AT&description0=Wiener-Wohnungen
&street0=$Apartstreet+4' target='_blank'>
<img src='http://img.map24.com/map24/link2map24/de/show_address_8.gif' border=0 alt='Map24' />
</a>
</TD>
</TR>
<TR>
<TD Width = '80'> </TD>
<TD>"._APARTPOSTALCITY.":</TD>
<TD> <input style='border-style: solid; border-width: 1;' type='text' name='PostalCode' size='8' value ='$Contacttele'>
<input style='border-style: solid; border-width: 1;' type='text' name='City' size='29' value ='$ContactEmail'></TD>
</TR>
</Table><BR>
";:confused: :confused: