Practice examples for the site http://www.origamimauro.it
1) Script to copy on your site
1<script type="text/javascript" src="http://www.esajob.com/componenti/appesterne/js/appesterne.js"></script>
2) Copy the script on your site after the the opening tag <body>
1<html> 2<head> 3<title>....</title> 4</head> 5 6<body> 7<script type="text/javascript" src="http://www.esajob.com/componenti/appesterne/js/appesterne.js"></script> 8 9 10</body> 11</html>
3) Annunci da Id Utente e Id Sezione. Aggiungi questo comando dove vuoi sul tuo sito per visualizzare gli annunci su mappa.
1<div id="Uj_MappaAnnunci" style="width:805px; height:810px;"></div> 2<script type="text/javascript">Uj_AnnunciSuMappa(439, 44, 'Case', 'ITA');</script>
(439) Id Utente. l' Id Utente si trova nella propria pagina di menù dpo la login al portale.
(44) Id Sezione. Id numerico della Sezione del portale.
('Case') Tipo di Annunci. 'Case'=Annunci immobiliari, 'Base'=Annunci Vendita.
('ENG') Set the language to see. ITA: Italian ENG: English
Example code: 1 Annunci immobiliari su mappa.
1<div id="Uj_MappaAnnunci" style="width:805px; height:810px;"></div> 2<script type="text/javascript">Uj_AnnunciSuMappa(439, 44, 'Case', 'ITA');</script>