谷歌地图的doctype错误

时间:2010-01-24 15:48:48

标签: php javascript google-maps doctype

我在尝试显示googlemaps时遇到错误

如果我加载googlemaps javascript源

我在firebug中收到此错误

syntax error
[Break on this error] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\nmaps?fil...sor=false (regel 1)

我有这个加载文件

<?php if (isset($gmap))?><script type="text/javascript" src="<?php echo __PUBLIEK_PAD; ?>/js/<?php echo $gmap; ?>"></script>

以下是我如何设置变量

$key='my-api-key';
$this->view->gmap="http://maps.google.com/maps?file=api&v=2&key=".$key."&sensor=false";
$this->view->js_gmaptest = 'gmaptest.js';

这里有什么东西可以导致问题吗? 我之前有过工作,但知道我不知道了。

谢谢,理查德

1 个答案:

答案 0 :(得分:2)

不确定是否是问题,但documentation表示文档的开头应如下所示:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">