这是麻烦:
我有4个档案:
research.php :role:将 id 发送到 profil.php (这很好)。
profil.php :根据 id 显示数据
profil.php 包含 map.view.php ,它本身调用 map_controller.php 通过
downloadUrl("map_controller.php", function(data) {}
map_controller.php 生成 map.view.php 中所需的xml数据。为此,它需要来自 profil.php 的 id 。
问题:请传递map_controller.php中的 id 变量?
非常感谢。