Didier
08-26-2011, 07:21 AM
Hi,
i dont know how to add the livechat script to our site :(,
this is what need to be added :
<script type="text/javascript" src="http://www.bconnect.lu/Chat/Ivecom3/MasterServer/Public/ScriptProvider.php"></script>
and this is the page where it needs to be added, but there is already a javascript on it :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Mefaco BVBA - Industrial Fasteners and Tools</title>
<script type="text/javascript" src="simpletreemenu.js">
/***********************************************
* Simple Tree Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<link rel="stylesheet" type="text/css" href="simpletree.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<th class="style2" scope="row"> </th>
<td width="950" background="bg.jpg" class="style2"><p><!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="950" height="335" id="top" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="top.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#3e3e3e" />
<embed src="top.swf" quality="high" bgcolor="#ffffff" width="950" height="335" name="top" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object><script type="text/javascript" src="ieupdate.js"></script></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<th width="4" scope="row"> </th>
<td width="276">
</td>
<td width="10"> </td>
<td width="665">
<?php
require "connect.php";
$pand_db = db_connect();
$requete = "SELECT * FROM inhoud WHERE ID = 54";
$result = mysql_query ($requete,$pand_db) or pand_mysql_die();
$panden = mysql_fetch_object($result);
?>
<table width="93%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><? echo (html_entity_decode($panden->Nederlands)); ?><br /></td>
</tr>
</table></td>
</tr>
<tr>
<th scope="row"> </th>
<td valign="top"> </td>
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>
<p> </p></td>
<td class="style2"> </td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="51,110,263,141" href="index.php" target="_self" />
<area shape="rect" coords="52,142,262,172" href="product.php" target="_self" />
<area shape="rect" coords="53,175,262,209" href="route.php" target="_self" />
<area shape="rect" coords="54,211,260,244" href="contact.php" target="_self" />
</map>
</body>
</html>
So if anyone could help me out with this that would be great
Didier
i dont know how to add the livechat script to our site :(,
this is what need to be added :
<script type="text/javascript" src="http://www.bconnect.lu/Chat/Ivecom3/MasterServer/Public/ScriptProvider.php"></script>
and this is the page where it needs to be added, but there is already a javascript on it :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Mefaco BVBA - Industrial Fasteners and Tools</title>
<script type="text/javascript" src="simpletreemenu.js">
/***********************************************
* Simple Tree Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<link rel="stylesheet" type="text/css" href="simpletree.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<th class="style2" scope="row"> </th>
<td width="950" background="bg.jpg" class="style2"><p><!--url's used in the movie-->
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="950" height="335" id="top" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="top.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#3e3e3e" />
<embed src="top.swf" quality="high" bgcolor="#ffffff" width="950" height="335" name="top" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object><script type="text/javascript" src="ieupdate.js"></script></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<th width="4" scope="row"> </th>
<td width="276">
</td>
<td width="10"> </td>
<td width="665">
<?php
require "connect.php";
$pand_db = db_connect();
$requete = "SELECT * FROM inhoud WHERE ID = 54";
$result = mysql_query ($requete,$pand_db) or pand_mysql_die();
$panden = mysql_fetch_object($result);
?>
<table width="93%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><? echo (html_entity_decode($panden->Nederlands)); ?><br /></td>
</tr>
</table></td>
</tr>
<tr>
<th scope="row"> </th>
<td valign="top"> </td>
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>
<p> </p></td>
<td class="style2"> </td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="51,110,263,141" href="index.php" target="_self" />
<area shape="rect" coords="52,142,262,172" href="product.php" target="_self" />
<area shape="rect" coords="53,175,262,209" href="route.php" target="_self" />
<area shape="rect" coords="54,211,260,244" href="contact.php" target="_self" />
</map>
</body>
</html>
So if anyone could help me out with this that would be great
Didier