Posted by Lammi on 06/18/07 07:30
why not:
> {
> echo "var point = new GLatLng(" . $row['field_5'] . "," .
> $row['field_4'] . ");\n";
> echo "var marker = createMarker(point, '" .
> addslashes($row['field_1']) . "<br /><a href=\"" . $row['field_2'] . "
> \" target='_blank'>". $row['field_2'] ."</a><br .>" . $row['field_3'] . "',3);\n";
> echo "map.addOverlay(marker);\n";
> echo "\n";
>
> }
Navigation:
[Reply to this message]
|