Warning: include() [function.include]: open_basedir restriction in effect. File(/home/httpd/vhosts/salondeguerison.com/httpdocs/en/includes/config.inc.php) is not within the allowed path(s): (/home/httpd/vhosts/laguerison.org/httpdocs:/tmp) in /home/httpd/vhosts/laguerison.org/httpdocs/it/javascript/change_image_js.php on line 6
Warning: include(/home/httpd/vhosts/salondeguerison.com/httpdocs/en/includes/config.inc.php) [function.include]: failed to open stream: Operation not permitted in /home/httpd/vhosts/laguerison.org/httpdocs/it/javascript/change_image_js.php on line 6
Warning: include() [function.include]: Failed opening '/home/httpd/vhosts/salondeguerison.com/httpdocs/en/includes/config.inc.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/httpd/vhosts/laguerison.org/httpdocs/it/javascript/change_image_js.php on line 6
var link = "/ax_form_change_image.php";function change_image(image_src,langue)
{
quantite = 1;
page_courante = document.getElementById('pagecourante').value;
divHeight = Math.max(document.body.clientHeight,document.documentElement.clientHeight,document.documentElement.scrollHeight);
divWidth = Math.max(document.body.clientWidth,document.documentElement.clientWidth);
sendData(link+'?image_src='+image_src+'&width='+divWidth+'&height='+divHeight+'&choix_langue='+langue+'&url='+page_courante, 'ax_message');
}