Hi, I have been try to load markers with infowindows displaying some MySQL database items and the output of source code shows all these items loaded however any browser not displays the google map and Firebug returns this error : missing ) after argument list http://trekhotel.com/bina/html/track1.php?route=52 Line 331
The url page is http://trekhotel.com/bina/index.php?r=52 after select #tab-videos. and the source code line 331 is that : <?php echo "var marker = createMarker(point,'<div id=\"infowindow\" style= \"white-space:wrap;width:400px;height:300px;font-family:Arial, Helvetica, sans-serif;font-weight:bold; color:#FF0000; font-size:14px; \"><table><tr><td><a href=".addslashes($row['5'])." onclick='CB_Open(\"href=".addslashes($row['6']).",,tnhrf=nopreview,,width='600',,height=500\");return false' rel=\"clearbox\"><img src=".addslashes($row['5'])."></a></td></ tr><tr><td><strong>Name:" .addslashes($row['3']) . "</ strong><br><strong>Address: " .addslashes($row['4']) . " </strong></ font></h2></td></tr></table></div>',markerOptions);\n"; ?> I don't know if this error showing PHP syntax error or Javascript error. thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
