1 |
fraynaud |
88 |
<?php |
2 |
|
|
// $Id: edition_d.php,v 1.4 2009-12-15 09:26:19 jbastide Exp $ |
3 |
|
|
/** |
4 |
|
|
* Fichiers requis |
5 |
|
|
*/ |
6 |
|
|
require_once "../obj/utils.class.php"; |
7 |
|
|
include ("../dyn/var.inc"); |
8 |
|
|
|
9 |
|
|
/** |
10 |
|
|
* Classe utils () |
11 |
|
|
*/ |
12 |
|
|
$f = new utils(NULL, "edition", _("Systeme Information geographique"), "ico_edition.png", "edition"); |
13 |
|
|
|
14 |
|
|
//echo "<a class='liendossier' href='http://anjouan/cadastre_majic/flash/index.php' target=_blank><img src='../trs/".$image_sig."'>Lien</a>" |
15 |
|
|
?> |
16 |
|
|
|
17 |
|
|
<script type='text/javascript'> |
18 |
|
|
alert("vv"); |
19 |
|
|
$.ajax({ |
20 |
|
|
type: 'GET', |
21 |
|
|
url:'http://anjouan/cadastre_majic/flash/index.php', |
22 |
|
|
cache: false, |
23 |
|
|
data: '', |
24 |
|
|
success: function(html){ |
25 |
|
|
$('#aff3').replaceWith(html); |
26 |
|
|
} |
27 |
|
|
}); |
28 |
|
|
</script><div id='aff3'></div> |