[Cartoweb-users] integration into a website
Mathieu Coudert
m.coudert at oieau.fr
Mon Sep 11 12:04:19 EDT 2006
Hi guillaume,
If you are using Firefox, try to use the Firebug extension in order to debug
your project
If you are already using it what is the error message?
Mathieu
_____
De : cartoweb-users-bounces at lists.maptools.org
[mailto:cartoweb-users-bounces at lists.maptools.org] De la part de guillaume
champlong
Envoyé : lundi 11 septembre 2006 14:58
À : cartoweb-users at lists.maptools.org
Objet : [Cartoweb-users] integration into a website
hi all,
I am trying to install my cartoweb project into a website with Ajax, but my
map is not displayed : I have the tools, the coordinates, etc, but instead
of the map, it's only written "Loading message" but it stops there, the map
never comes.
here's my code :
<script language="JavaScript" type="text/javascript">
function affiche_carte(paramDepart, paramArrivee ) {
var aleatoire ;
aleatoire=Math.random() ;
ajax = new Ajax.Updater(
'letrajet', // DIV id must be declared before the method was
called
'test.php',
{ // options
method:'get'
});
mondoc = document.getElementById('letrajet');
mondoc.innerHTML = "Recherche en cours...";
mondoc.style.visibility = 'visible';
}
</script>
My test.php page is something like:
<?
echo file.getContent('path/to/my_project.php?param1=X¶m2=Y¶m3=Z');
?>
any idea?
thanks
Guillaume
_____
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos
opinions et vos expériences. Cliquez ici
<http://fr.rd.yahoo.com/evt=42054/*http:/fr.answers.yahoo.com> .
--
Ce message a ete verifie par <http://www.mailscanner.info/> MailScanner
pour des virus ou des polluriels et rien de suspect n'a ete trouve.
Les donnees et renseignements contenus dans ce message sont personnels,
confidentiels et privés.Toute publication, utilisation ou diffusion, meme
partielle, doit etre autorisee.
Any data and information contained in this electronic mail is personal,
confidential and private. Any total or partial publication, use or
distribution must be authorized.
--
Ce message a ete verifie par MailScanner pour des virus ou des polluriels et rien de suspect n'a ete trouve.
Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et prives. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee.
Any data and information contained in this electronic mail is personal, confidential and secret. Any total or partial publication, use or distribution must be authorized.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/cartoweb-users/attachments/20060911/da414b74/attachment.html
More information about the Cartoweb-users
mailing list