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 Annuncio. Aggiungi questo comando dove vuoi sul tuo sito per agganciare l'annuncio.
1onclick="Uj_AnnunciEsterniDaIdAnnucio('Base', 1, 'ENG');"
('Base') Tipo di Annuncio. 'Base'=Annuncio classico, 'Case'=Annuncio Immobiliare.
(1) Id Annuncio. Numero annuncio EsaJob. Si trova sull' indirizzo della pagina web all' apertura dell' annuncio.
('ENG') Set the language to see. ITA: Italian ENG: English
4) Annunci da Id Utente e Id Riferimento. Solo per Annunci Importati.
1onclick="Uj_AnnunciEsterniDaIdPersonale('Base', 0, '12345', 'ENG');"
('Base') Tipo di Annuncio. 'Base'=Annuncio classico, Case=Annuncio Immobiliare.
(0) Id Utente EsaJob. Si trova nel proprio menu personale di Login sotto Dati Personali.
('12345') Id Annuncio personale impostato dall'utente al momento dell'importazione.
('ENG') Set the language to see. ITA: Italian ENG: English
Example code: 1 Annuncio classico da Id Annuncio. Cliccare sull' immagine.
1<img src="http://www.origamimauro.it/foto/fotomiei/miniature/drago1.jpg" onclick="Uj_AnnunciEsterniDaIdAnnucio('Base', 1, 'ENG');" />
Example code: 2 Annuncio classico da Id Utente e Id Riferimento. Cliccare sul bottone.
1<input type="button" value="Mostra Annuncio" onclick="Uj_AnnunciEsterniDaIdPersonale('Base', 3, '12345', 'ENG');" />
Example code: 3 Annuncio Immobiliare da Id Annuncio. Cliccare sull' immagine.
1<img src="http://www.esajob.com/public/case/3/1/Miniatura/1.jpg" onclick="Uj_AnnunciEsterniDaIdAnnucio('Case', 1, 'ENG');" />
Example code: 4 Annuncio Immobiliare da Id Utente e Id Riferimento. Cliccare sul bottone.
1<input type="button" value="Mostra Annuncio" onclick="Uj_AnnunciEsterniDaIdPersonale('Case', 3, '54321', 'ENG');" />
Example code: 5 Annuncio Immobiliare da Id Annuncio. Cliccare sul Testo.
Apri Annuncio Immobiliare1<span style="color:red; size:13px; weight:bold; cursor:pointer;" onclick="Uj_AnnunciEsterniDaIdAnnucio('Case', 1, 'ENG');" >Apri Annuncio Immobiliare</span>