Nobody knows ?
Well, after this before presented HTML code:
HTML Code:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>xxxxxxx</title>
<style type="text/css">@import url("themes/Sugar/style.css?s=5.2.0i&c=1"); </style>
<link href="themes/Sugar/colors.sugar.css?s=5.2.0i&c=1" rel="stylesheet" type="text/css" title="sugar" />
</HEAD>
<BODY style="margin: 10px">
There should be (checked from the local test box where its working) something similar to the following:
HTML Code:
<script type="text/javascript" src="include/javascript/sugar_3.js?s=longlist of numbers and letters&c=1"></script>
<script type="text/javascript" src="include/JSON.js?s=longlist of numbers and letters&c=1"></script>
<script type="text/javascript" src="include/javascript/popup_helper.js?s=longlist of numbers and letters&c=1"></script>
<script type='text/javascript' src='include/javascript/sugar_grp_overlib.js?s=longlist of numbers and letters&c=1'></script>
<script type="text/javascript">
...and conitunes with a long list of javascript paramters from by Leads db, e,g "DATE_ENTERED":"","DATE_MODIFIED":"","MODIFIED_USE R_ID":"","MODIFIED_BY_NAME":"","CREATED_BY":"","CR EATED_BY_NAME":"","DESCRIPTION":"","DE.........
The question, I suppose is: Which file(s) are responsible for generating the latter part of the code ? Where should these file(s) be located ?
Bookmarks