Thank you! But the Timeout don't work yet.
I tried this in my template:
foreach($ref as $addr)
{
if($addr['Adresse'] != '')
{
echo "showAddress('".str_replace($old, $new,
$addr['Adresse'])."','".$addr['Beschreibung']."','".$addr['Typ']."','".
$addr['Kunde']."');\r\n";
echo "setTimeout(showAddress, 5000);";
}
}
Do I have a logic error?
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.