|
Posted by phill.luckhurst@googlemail.com on 06/18/07 07:43
On 18 Jun, 08:30, Lammi <Lorenz.Lammersd...@gmail.com> wrote:
> 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";
>
> > }- Hide quoted text -
>
> - Show quoted text -
Beacuse I'm useless
Navigation:
[Reply to this message]
|