CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Invalid End Tag

by etwoss » 30 Sep 2015 15:31

Hi

With your help in the past i had a google api call working, Now i went over to Delphi XE8 and it does not work anymore.

I added
Code: Select all
procedure TIWFormAdminMotionChart.IWAppFormRender(Sender: TObject);
begin
  JavaScriptOnce :=
    '</script>' +
    '<script type="text/javascript" src="https://www.google.com/jsapi"></script>' +
    '<script type="text/javascript">' +
    'google.load(''visualization'', ''1'', {''packages'':[''motionchart'', ''piechart'', ''table'', ''annotatedtimeline'', ''linechart'', ''imagesparkline'']});';
end;


When i run i find and HTML error (Invalid End Tag on </Script>)

When we study the html source everything looks ok. (However if i comment my code, no error)

The only HTML between my code in the html and the end tag is your code in which i do not see anything strange,
In Notepad ++ every script has a proper end script tag,

Perhaps you see whats going on here.

Eric

Code: Select all
</script><script type="text/javascript" src="https://www.google.com/jsapi"></script><script type="text/javascript">google.load('visualization', '1', {'packages':['motionchart', 'piechart', 'table', 'annotatedtimeline', 'linechart', 'imagesparkline']});
function Validate() {
  return true;
}

function InitIWCLObjects() {
  IW.initIWCL(IWCLForm,"TFRAMETOPMENU1IWFRAMEREGION",false)
  if (TFRAMETOPMENU1IWFRAMEREGIONIWCL) {
    TFRAMETOPMENU1IWFRAMEREGIONIWCL.SetAlign(alTop);
    TFRAMETOPMENU1IWFRAMEREGIONIWCL.SetAnchors(new CreateAnchors(true, true, true, false));
  };
  if (TFRAMETOPMENU1IWFRAMEREGIONIWCL) {
    TFRAMETOPMENU1IWFRAMEREGIONIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMETOPMENU1IWFRAMEREGIONIWCL,"TOPBANDTFRAMETOPMENU1",false)
  if (TOPBANDTFRAMETOPMENU1IWCL) {
    TOPBANDTFRAMETOPMENU1IWCL.SetAlign(alBottom);
    TOPBANDTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(true, true, false, true));
  };
  if (TOPBANDTFRAMETOPMENU1IWCL) {
    TOPBANDTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMETOPMENU1IWFRAMEREGIONIWCL,"TOPSECTIONTFRAMETOPMENU1",false)
  if (TOPSECTIONTFRAMETOPMENU1IWCL) {
    TOPSECTIONTFRAMETOPMENU1IWCL.SetAlign(alClient);
    TOPSECTIONTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(true, true, true, true));
  };
  if (TOPSECTIONTFRAMETOPMENU1IWCL) {
    TOPSECTIONTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TOPSECTIONTFRAMETOPMENU1IWCL,"IMAGETOPLOGOTFRAMETOPMENU1",false);
  IW.initIWCL(TOPSECTIONTFRAMETOPMENU1IWCL,"USERSECTIONTFRAMETOPMENU1",false)
  if (USERSECTIONTFRAMETOPMENU1IWCL) {
    USERSECTIONTFRAMETOPMENU1IWCL.SetAlign(alRight);
    USERSECTIONTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, true));
  };
  if (USERSECTIONTFRAMETOPMENU1IWCL) {
    USERSECTIONTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"SIGNOUTTFRAMETOPMENU1",false)
  if (SIGNOUTTFRAMETOPMENU1IWCL) {
    SIGNOUTTFRAMETOPMENU1IWCL.SetAlign(alNone);
    SIGNOUTTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SIGNOUTTFRAMETOPMENU1IWCL) {
      SIGNOUTTFRAMETOPMENU1IWCL.HookEvent("click",SIGNOUTTFRAMETOPMENU1_onclick);
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"SETTINGSTFRAMETOPMENU1",false)
  if (SETTINGSTFRAMETOPMENU1IWCL) {
    SETTINGSTFRAMETOPMENU1IWCL.SetAlign(alNone);
    SETTINGSTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SETTINGSTFRAMETOPMENU1IWCL) {
      SETTINGSTFRAMETOPMENU1IWCL.HookEvent("click",SETTINGSTFRAMETOPMENU1_onclick);
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"LABELSETTINGSTFRAMETOPMENU1",false)
  if (LABELSETTINGSTFRAMETOPMENU1IWCL) {
    LABELSETTINGSTFRAMETOPMENU1IWCL.SetAlign(alNone);
    LABELSETTINGSTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (LABELSETTINGSTFRAMETOPMENU1IWCL) {
    LABELSETTINGSTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"LABELUSERNAMETFRAMETOPMENU1",false);
  if (LABELUSERNAMETFRAMETOPMENU1IWCL) {
    LABELUSERNAMETFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"SEPUSERSECTIONTFRAMETOPMENU1",false)
  if (SEPUSERSECTIONTFRAMETOPMENU1IWCL) {
    SEPUSERSECTIONTFRAMETOPMENU1IWCL.SetAlign(alNone);
    SEPUSERSECTIONTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SEPUSERSECTIONTFRAMETOPMENU1IWCL) {
    SEPUSERSECTIONTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(IWCLForm,"TFRAMEFOOTER1IWFRAMEREGION",false)
  if (TFRAMEFOOTER1IWFRAMEREGIONIWCL) {
    TFRAMEFOOTER1IWFRAMEREGIONIWCL.SetAlign(alBottom);
    TFRAMEFOOTER1IWFRAMEREGIONIWCL.SetAnchors(new CreateAnchors(true, true, false, true));
  };
  if (TFRAMEFOOTER1IWFRAMEREGIONIWCL) {
    TFRAMEFOOTER1IWFRAMEREGIONIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMEFOOTER1IWFRAMEREGIONIWCL,"REGIONFOOTERTFRAMEFOOTER1",false)
  if (REGIONFOOTERTFRAMEFOOTER1IWCL) {
    REGIONFOOTERTFRAMEFOOTER1IWCL.SetAlign(alNone);
    REGIONFOOTERTFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, false, false, false));
  };
  if (REGIONFOOTERTFRAMEFOOTER1IWCL) {
    REGIONFOOTERTFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"LNKFEEDBACKTFRAMEFOOTER1",false);
  if (LNKFEEDBACKTFRAMEFOOTER1IWCL) {
      LNKFEEDBACKTFRAMEFOOTER1IWCL.HookEvent("click",LNKFEEDBACKTFRAMEFOOTER1_onclick);
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"IWLINKPRIVACYPOLICYTFRAMEFOOTER1",false);
  if (IWLINKPRIVACYPOLICYTFRAMEFOOTER1IWCL) {
      IWLINKPRIVACYPOLICYTFRAMEFOOTER1IWCL.HookEvent("click",IWLINKPRIVACYPOLICYTFRAMEFOOTER1_onclick);
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"SEPUSERSECTIONTFRAMEFOOTER1",false)
  if (SEPUSERSECTIONTFRAMEFOOTER1IWCL) {
    SEPUSERSECTIONTFRAMEFOOTER1IWCL.SetAlign(alNone);
    SEPUSERSECTIONTFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SEPUSERSECTIONTFRAMEFOOTER1IWCL) {
    SEPUSERSECTIONTFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"SEPUSERSECTION3TFRAMEFOOTER1",false)
  if (SEPUSERSECTION3TFRAMEFOOTER1IWCL) {
    SEPUSERSECTION3TFRAMEFOOTER1IWCL.SetAlign(alNone);
    SEPUSERSECTION3TFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SEPUSERSECTION3TFRAMEFOOTER1IWCL) {
    SEPUSERSECTION3TFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"LBLCOPYRIGHTTFRAMEFOOTER1",false);
  if (LBLCOPYRIGHTTFRAMEFOOTER1IWCL) {
    LBLCOPYRIGHTTFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMEFOOTER1IWFRAMEREGIONIWCL,"REGIONCACHETFRAMEFOOTER1",false)
  if (REGIONCACHETFRAMEFOOTER1IWCL) {
    REGIONCACHETFRAMEFOOTER1IWCL.SetAlign(alNone);
    REGIONCACHETFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, true, false, false));
  };
  if (REGIONCACHETFRAMEFOOTER1IWCL) {
    REGIONCACHETFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(IWCLForm,"RGNMENUCG",false);
  if (RGNMENUCGIWCL) {
    RGNMENUCGIWCL.BorderWidthPixels = 1;
  }
  IW.initIWCL(RGNMENUCGIWCL,"MENUCG",false);
  if (MENUCGIWCL) {
    MENUCGIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(RGNMENUCGIWCL,"DDUSERS",false);
  if (DDUSERSIWCL) {
    DDUSERSIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(IWCLForm,"REGIONMOTION",false)
  if (REGIONMOTIONIWCL) {
    REGIONMOTIONIWCL.SetAlign(alNone);
    REGIONMOTIONIWCL.SetAnchors(new CreateAnchors(true, true, true, true));
  };
  if (REGIONMOTIONIWCL) {
    REGIONMOTIONIWCL.BorderWidthPixels = 0;
  }
}

function Initialize() {
GActivateLock = true;
InitRects(1254, 727);
InitIWCLObjects();
AttachBeforeUnload();
history.go(1);
Body_OnResize();
window.onresize = Body_OnResize;
document.body.onblur = Body_OnBlur;
IW.Utils.fixIEMargins();
window.scrollTo(0,0)
ReleaseLock();
$("#LABELSETTINGSTFRAMETOPMENU1").removeClass("cgloading");

$("#LABELUSERNAMETFRAMETOPMENU1").removeClass("cgloading");

$("#SEPUSERSECTIONTFRAMETOPMENU1").removeClass("cgloading");

$("#SEPUSERSECTIONTFRAMEFOOTER1").removeClass("cgloading");

$("#SEPUSERSECTION3TFRAMEFOOTER1").removeClass("cgloading");

$("#LBLCOPYRIGHTTFRAMEFOOTER1").removeClass("cgloading");


}
</script>

etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by assapan » 30 Sep 2015 15:50

Hi,
It seems that your script starts with a
Code: Select all
</script>
which is a tag for end of script , it should be at the end of your script
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by assapan » 30 Sep 2015 15:53

code should be
Code: Select all
   JavaScriptOnce :=
   '<script type="text/javascript" src="https://www.google.com/jsapi"></script>'
   +'<script type="text/javascript">google.load(''visualization'', ''1'', {''packages'':[''motionchart'', ''piechart'', ''table'', ''annotatedtimeline'', ''linechart'', ''imagesparkline'']});'
   +'</script>';
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by Alexander Bulei » 30 Sep 2015 15:57

Hi Eric,

As our friend assapan pointed, you missed the close tag of script at end

Code: Select all
</script>


Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by etwoss » 30 Sep 2015 16:03

Hi

Tested that without result, but will do again tomorrow.

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by etwoss » 01 Oct 2015 08:01

Hi

if i do so (code worked for years!) i get an Syntax error on the first line and a second on "'google' is undefined"

My first </Script>
Should end

Code: Select all
<script type="text/javascript">
IWAjaxErrorMode = 0;
function SIGNOUTTFRAMETOPMENU1_onclick(event) {
if (document.getElementById('SIGNOUTTFRAMETOPMENU1').href) {SubmitClickConfirm('SIGNOUTTFRAMETOPMENU1','', false, '');return false;} else return false;}
function SETTINGSTFRAMETOPMENU1_onclick(event) {
if (document.getElementById('SETTINGSTFRAMETOPMENU1').childNodes[0].href) {SubmitClickConfirm('SETTINGSTFRAMETOPMENU1','', false, '');return false;} else return false;}
var LABELSETTINGSTFRAMETOPMENU1IWCL = null;
var LABELUSERNAMETFRAMETOPMENU1IWCL = null;
var SEPUSERSECTIONTFRAMETOPMENU1IWCL = null;
var USERSECTIONTFRAMETOPMENU1IWCL = null;
var TOPBANDTFRAMETOPMENU1IWCL = null;
var TOPSECTIONTFRAMETOPMENU1IWCL = null;
function LNKFEEDBACKTFRAMEFOOTER1_onclick(event) {
if (document.getElementById('LNKFEEDBACKTFRAMEFOOTER1').href) {SubmitClickConfirm('LNKFEEDBACKTFRAMEFOOTER1','', false, '');return false;} else return false;}
function IWLINKPRIVACYPOLICYTFRAMEFOOTER1_onclick(event) {
if (document.getElementById('IWLINKPRIVACYPOLICYTFRAMEFOOTER1').href) {SubmitClickConfirm('IWLINKPRIVACYPOLICYTFRAMEFOOTER1','', false, '');return false;} else return false;}
var SEPUSERSECTIONTFRAMEFOOTER1IWCL = null;
var SEPUSERSECTION3TFRAMEFOOTER1IWCL = null;
var LBLCOPYRIGHTTFRAMEFOOTER1IWCL = null;
var REGIONFOOTERTFRAMEFOOTER1IWCL = null;
var REGIONCACHETFRAMEFOOTER1IWCL = null;
$(function(){$("#MENUCG_UL").navgoco({autoHeight:true,onClickBefore:function (e, submenu){   GEventIndicators["MENUCG.JQVertMenuOptions.OnClick"] = "sc0";   var url = "&ajaxevent=JQVertMenuOptions.OnClick"; url = url + "&itemId="+encodeURIComponent($(this).attr("id"));   executeAjaxEvent(url,MENUCGIWCL,"MENUCG.DoAjaxRequest",true,null,true); } });});
$(function(){$("#DDUSERS_JQ").select2({escapeMarkup:function (markup){return $("<span>").html(markup).text();},formatSelection:function (item,container){return item.label?item.label:item;},dropdownCss:{width:275},initSelection:function (element, callback){var data =  {value: element.val(), label: element.val()}; callback(data); },width:"copy",id:function (object) {return (typeof(object.value) != "undefined") ? object.value : object;},formatResult:function (item,container,query){return item.label?item.label:item;},ajax:{dataType:"json",url:"\/~uAoRG~xbeQDdEeAm0spLa\/IWCGJQ\/IDB4DCDAF48A0E4993A088D70E61D33909ActionGetSource",results:function (data, page) {  return { results: data.values?data.values:data, more: data.more?data.more:false }},data:function (term, page) { return {"term":term,"page":page};}}});$("#DDUSERS .select2-choice").css({"line-height":"23px","height":"23px"});$("#DDUSERS_JQ").on("change",function (e){$("input[name=DDUSERS_JQ_INDEX]").val(e.val);AddChangedControl("DDUSERS_JQ_INDEX");   GEventIndicators["DDUSERS.JQDropDownOptions.OnChange"] = "sc0";   var url = "&ajaxevent=JQDropDownOptions.OnChange";   executeAjaxEvent(url,DDUSERSIWCL,"DDUSERS.DoAjaxRequest",true,null,true); });$("#DDUSERS_JQ").on("select2-open",function (e){$("input[name=DDUSERS_JQ_INDEX]").val($("#DDUSERS_JQ").select2("val"));AddChangedControl("DDUSERS_JQ_INDEX");});});
var MENUCGIWCL = null;
var DDUSERSIWCL = null;
var TFRAMETOPMENU1IWFRAMEREGIONIWCL = null;
var TFRAMEFOOTER1IWFRAMEREGIONIWCL = null;
var RGNMENUCGIWCL = null;
var REGIONMOTIONIWCL = null;
function Body_OnBlur(){GSubmitting = false;}
function FormDefaultSubmit()
{return false;}
var GOnResizetimeout=1000;
var GURLBase="/~uAoRG~xbeQDdEeAm0spLa/$/";
var GAppID="~uAoRG~xbeQDdEeAm0spLa";
var GTrackID=7;
function IWTop(){return window;}

</script>



The complete HTML, checked in Notepad++ followed all <Script> </Script> looks good

Code: Select all
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Motion Chart</title>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.25)">
<meta Name="GENERATOR" content="IntraWeb v14.0.44 Serial 201530222">

<link rel="stylesheet" type="text/css" href="/ui-themes/start/jquery-ui.css">



<link href="/css/cgcss.min.css?v=2.7.0.111" rel="stylesheet" type="text/css"/>
<link href="/css/vertmenu/jquery.navgoco.themeroller.css?v=2.7.0.111" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="/$/js/IWLib__ECDA0402F.js"></script>
<script type="text/javascript" src="/jq/jquery_ui/jquery-ui-1.8.23.custom.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jquery.ui.touch-punch.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/lazyload.helper.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/lazyload.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jquery.form.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/cg.jquery.helper.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jquery.tabbable.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/cgload.fastclick.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jquery_ui/plugins/jquery.ba-throttle-debounce.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jquery_ui/plugins/jquery.cgresizefix.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jgReadmore/jquery.expander.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/vertmenu/jquery.navgoco.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/dropdown/jquery.dropdown.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/dropdown/jquery.dropdown.helper.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/jq/jquery.blockUI.min.js?v=2.7.0.111"></script>
<script type="text/javascript" src="/$/js/IWBase__ECDA0402F.js"></script>
<script type="text/javascript" src="/$/js/IWExplorer__ECDA0402F.js"></script>
<script type="text/javascript">
IWAjaxErrorMode = 0;
function SIGNOUTTFRAMETOPMENU1_onclick(event) {
if (document.getElementById('SIGNOUTTFRAMETOPMENU1').href) {SubmitClickConfirm('SIGNOUTTFRAMETOPMENU1','', false, '');return false;} else return false;}
function SETTINGSTFRAMETOPMENU1_onclick(event) {
if (document.getElementById('SETTINGSTFRAMETOPMENU1').childNodes[0].href) {SubmitClickConfirm('SETTINGSTFRAMETOPMENU1','', false, '');return false;} else return false;}
var LABELSETTINGSTFRAMETOPMENU1IWCL = null;
var LABELUSERNAMETFRAMETOPMENU1IWCL = null;
var SEPUSERSECTIONTFRAMETOPMENU1IWCL = null;
var USERSECTIONTFRAMETOPMENU1IWCL = null;
var TOPBANDTFRAMETOPMENU1IWCL = null;
var TOPSECTIONTFRAMETOPMENU1IWCL = null;
function LNKFEEDBACKTFRAMEFOOTER1_onclick(event) {
if (document.getElementById('LNKFEEDBACKTFRAMEFOOTER1').href) {SubmitClickConfirm('LNKFEEDBACKTFRAMEFOOTER1','', false, '');return false;} else return false;}
function IWLINKPRIVACYPOLICYTFRAMEFOOTER1_onclick(event) {
if (document.getElementById('IWLINKPRIVACYPOLICYTFRAMEFOOTER1').href) {SubmitClickConfirm('IWLINKPRIVACYPOLICYTFRAMEFOOTER1','', false, '');return false;} else return false;}
var SEPUSERSECTIONTFRAMEFOOTER1IWCL = null;
var SEPUSERSECTION3TFRAMEFOOTER1IWCL = null;
var LBLCOPYRIGHTTFRAMEFOOTER1IWCL = null;
var REGIONFOOTERTFRAMEFOOTER1IWCL = null;
var REGIONCACHETFRAMEFOOTER1IWCL = null;
$(function(){$("#MENUCG_UL").navgoco({autoHeight:true,onClickBefore:function (e, submenu){   GEventIndicators["MENUCG.JQVertMenuOptions.OnClick"] = "sc0";   var url = "&ajaxevent=JQVertMenuOptions.OnClick"; url = url + "&itemId="+encodeURIComponent($(this).attr("id"));   executeAjaxEvent(url,MENUCGIWCL,"MENUCG.DoAjaxRequest",true,null,true); } });});
$(function(){$("#DDUSERS_JQ").select2({escapeMarkup:function (markup){return $("<span>").html(markup).text();},formatSelection:function (item,container){return item.label?item.label:item;},dropdownCss:{width:275},initSelection:function (element, callback){var data =  {value: element.val(), label: element.val()}; callback(data); },width:"copy",id:function (object) {return (typeof(object.value) != "undefined") ? object.value : object;},formatResult:function (item,container,query){return item.label?item.label:item;},ajax:{dataType:"json",url:"\/nG-CWq~hEKYd8vEHFrnqna\/IWCGJQ\/ID0E99EB7367674D98AEC348802A4849D4ActionGetSource",results:function (data, page) {  return { results: data.values?data.values:data, more: data.more?data.more:false }},data:function (term, page) { return {"term":term,"page":page};}}});$("#DDUSERS .select2-choice").css({"line-height":"23px","height":"23px"});$("#DDUSERS_JQ").on("change",function (e){$("input[name=DDUSERS_JQ_INDEX]").val(e.val);AddChangedControl("DDUSERS_JQ_INDEX");   GEventIndicators["DDUSERS.JQDropDownOptions.OnChange"] = "sc0";   var url = "&ajaxevent=JQDropDownOptions.OnChange";   executeAjaxEvent(url,DDUSERSIWCL,"DDUSERS.DoAjaxRequest",true,null,true); });$("#DDUSERS_JQ").on("select2-open",function (e){$("input[name=DDUSERS_JQ_INDEX]").val($("#DDUSERS_JQ").select2("val"));AddChangedControl("DDUSERS_JQ_INDEX");});});
var MENUCGIWCL = null;
var DDUSERSIWCL = null;
var TFRAMETOPMENU1IWFRAMEREGIONIWCL = null;
var TFRAMEFOOTER1IWFRAMEREGIONIWCL = null;
var RGNMENUCGIWCL = null;
var REGIONMOTIONIWCL = null;
function Body_OnBlur(){GSubmitting = false;}
function FormDefaultSubmit()
{return false;}
var GOnResizetimeout=1000;
var GURLBase="/nG-CWq~hEKYd8vEHFrnqna/$/";
var GAppID="nG-CWq~hEKYd8vEHFrnqna";
var GTrackID=7;
function IWTop(){return window;}

</script><script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load('visualization', '1', {'packages':['motionchart', 'piechart', 'table', 'annotatedtimeline', 'linechart', 'imagesparkline']})
function Validate() {
  return true;
}

function InitIWCLObjects() {
  IW.initIWCL(IWCLForm,"TFRAMETOPMENU1IWFRAMEREGION",false)
  if (TFRAMETOPMENU1IWFRAMEREGIONIWCL) {
    TFRAMETOPMENU1IWFRAMEREGIONIWCL.SetAlign(alTop);
    TFRAMETOPMENU1IWFRAMEREGIONIWCL.SetAnchors(new CreateAnchors(true, true, true, false));
  };
  if (TFRAMETOPMENU1IWFRAMEREGIONIWCL) {
    TFRAMETOPMENU1IWFRAMEREGIONIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMETOPMENU1IWFRAMEREGIONIWCL,"TOPBANDTFRAMETOPMENU1",false)
  if (TOPBANDTFRAMETOPMENU1IWCL) {
    TOPBANDTFRAMETOPMENU1IWCL.SetAlign(alBottom);
    TOPBANDTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(true, true, false, true));
  };
  if (TOPBANDTFRAMETOPMENU1IWCL) {
    TOPBANDTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMETOPMENU1IWFRAMEREGIONIWCL,"TOPSECTIONTFRAMETOPMENU1",false)
  if (TOPSECTIONTFRAMETOPMENU1IWCL) {
    TOPSECTIONTFRAMETOPMENU1IWCL.SetAlign(alClient);
    TOPSECTIONTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(true, true, true, true));
  };
  if (TOPSECTIONTFRAMETOPMENU1IWCL) {
    TOPSECTIONTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TOPSECTIONTFRAMETOPMENU1IWCL,"IMAGETOPLOGOTFRAMETOPMENU1",false);
  IW.initIWCL(TOPSECTIONTFRAMETOPMENU1IWCL,"USERSECTIONTFRAMETOPMENU1",false)
  if (USERSECTIONTFRAMETOPMENU1IWCL) {
    USERSECTIONTFRAMETOPMENU1IWCL.SetAlign(alRight);
    USERSECTIONTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, true));
  };
  if (USERSECTIONTFRAMETOPMENU1IWCL) {
    USERSECTIONTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"SIGNOUTTFRAMETOPMENU1",false)
  if (SIGNOUTTFRAMETOPMENU1IWCL) {
    SIGNOUTTFRAMETOPMENU1IWCL.SetAlign(alNone);
    SIGNOUTTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SIGNOUTTFRAMETOPMENU1IWCL) {
      SIGNOUTTFRAMETOPMENU1IWCL.HookEvent("click",SIGNOUTTFRAMETOPMENU1_onclick);
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"SETTINGSTFRAMETOPMENU1",false)
  if (SETTINGSTFRAMETOPMENU1IWCL) {
    SETTINGSTFRAMETOPMENU1IWCL.SetAlign(alNone);
    SETTINGSTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SETTINGSTFRAMETOPMENU1IWCL) {
      SETTINGSTFRAMETOPMENU1IWCL.HookEvent("click",SETTINGSTFRAMETOPMENU1_onclick);
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"LABELSETTINGSTFRAMETOPMENU1",false)
  if (LABELSETTINGSTFRAMETOPMENU1IWCL) {
    LABELSETTINGSTFRAMETOPMENU1IWCL.SetAlign(alNone);
    LABELSETTINGSTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (LABELSETTINGSTFRAMETOPMENU1IWCL) {
    LABELSETTINGSTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"LABELUSERNAMETFRAMETOPMENU1",false);
  if (LABELUSERNAMETFRAMETOPMENU1IWCL) {
    LABELUSERNAMETFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(USERSECTIONTFRAMETOPMENU1IWCL,"SEPUSERSECTIONTFRAMETOPMENU1",false)
  if (SEPUSERSECTIONTFRAMETOPMENU1IWCL) {
    SEPUSERSECTIONTFRAMETOPMENU1IWCL.SetAlign(alNone);
    SEPUSERSECTIONTFRAMETOPMENU1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SEPUSERSECTIONTFRAMETOPMENU1IWCL) {
    SEPUSERSECTIONTFRAMETOPMENU1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(IWCLForm,"TFRAMEFOOTER1IWFRAMEREGION",false)
  if (TFRAMEFOOTER1IWFRAMEREGIONIWCL) {
    TFRAMEFOOTER1IWFRAMEREGIONIWCL.SetAlign(alBottom);
    TFRAMEFOOTER1IWFRAMEREGIONIWCL.SetAnchors(new CreateAnchors(true, true, false, true));
  };
  if (TFRAMEFOOTER1IWFRAMEREGIONIWCL) {
    TFRAMEFOOTER1IWFRAMEREGIONIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMEFOOTER1IWFRAMEREGIONIWCL,"REGIONFOOTERTFRAMEFOOTER1",false)
  if (REGIONFOOTERTFRAMEFOOTER1IWCL) {
    REGIONFOOTERTFRAMEFOOTER1IWCL.SetAlign(alNone);
    REGIONFOOTERTFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, false, false, false));
  };
  if (REGIONFOOTERTFRAMEFOOTER1IWCL) {
    REGIONFOOTERTFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"LNKFEEDBACKTFRAMEFOOTER1",false);
  if (LNKFEEDBACKTFRAMEFOOTER1IWCL) {
      LNKFEEDBACKTFRAMEFOOTER1IWCL.HookEvent("click",LNKFEEDBACKTFRAMEFOOTER1_onclick);
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"IWLINKPRIVACYPOLICYTFRAMEFOOTER1",false);
  if (IWLINKPRIVACYPOLICYTFRAMEFOOTER1IWCL) {
      IWLINKPRIVACYPOLICYTFRAMEFOOTER1IWCL.HookEvent("click",IWLINKPRIVACYPOLICYTFRAMEFOOTER1_onclick);
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"SEPUSERSECTIONTFRAMEFOOTER1",false)
  if (SEPUSERSECTIONTFRAMEFOOTER1IWCL) {
    SEPUSERSECTIONTFRAMEFOOTER1IWCL.SetAlign(alNone);
    SEPUSERSECTIONTFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SEPUSERSECTIONTFRAMEFOOTER1IWCL) {
    SEPUSERSECTIONTFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"SEPUSERSECTION3TFRAMEFOOTER1",false)
  if (SEPUSERSECTION3TFRAMEFOOTER1IWCL) {
    SEPUSERSECTION3TFRAMEFOOTER1IWCL.SetAlign(alNone);
    SEPUSERSECTION3TFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, true, true, false));
  };
  if (SEPUSERSECTION3TFRAMEFOOTER1IWCL) {
    SEPUSERSECTION3TFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(REGIONFOOTERTFRAMEFOOTER1IWCL,"LBLCOPYRIGHTTFRAMEFOOTER1",false);
  if (LBLCOPYRIGHTTFRAMEFOOTER1IWCL) {
    LBLCOPYRIGHTTFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(TFRAMEFOOTER1IWFRAMEREGIONIWCL,"REGIONCACHETFRAMEFOOTER1",false)
  if (REGIONCACHETFRAMEFOOTER1IWCL) {
    REGIONCACHETFRAMEFOOTER1IWCL.SetAlign(alNone);
    REGIONCACHETFRAMEFOOTER1IWCL.SetAnchors(new CreateAnchors(false, true, false, false));
  };
  if (REGIONCACHETFRAMEFOOTER1IWCL) {
    REGIONCACHETFRAMEFOOTER1IWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(IWCLForm,"RGNMENUCG",false);
  if (RGNMENUCGIWCL) {
    RGNMENUCGIWCL.BorderWidthPixels = 1;
  }
  IW.initIWCL(RGNMENUCGIWCL,"MENUCG",false);
  if (MENUCGIWCL) {
    MENUCGIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(RGNMENUCGIWCL,"DDUSERS",false);
  if (DDUSERSIWCL) {
    DDUSERSIWCL.BorderWidthPixels = 0;
  }
  IW.initIWCL(IWCLForm,"REGIONMOTION",false)
  if (REGIONMOTIONIWCL) {
    REGIONMOTIONIWCL.SetAlign(alNone);
    REGIONMOTIONIWCL.SetAnchors(new CreateAnchors(true, true, true, true));
  };
  if (REGIONMOTIONIWCL) {
    REGIONMOTIONIWCL.BorderWidthPixels = 0;
  }
}

function Initialize() {
GActivateLock = true;
InitRects(1254, 727);
InitIWCLObjects();
AttachBeforeUnload();
history.go(1);
Body_OnResize();
window.onresize = Body_OnResize;
document.body.onblur = Body_OnBlur;
IW.Utils.fixIEMargins();
window.scrollTo(0,0)
ReleaseLock();
$("#LABELSETTINGSTFRAMETOPMENU1").removeClass("cgloading");

$("#LABELUSERNAMETFRAMETOPMENU1").removeClass("cgloading");

$("#SEPUSERSECTIONTFRAMETOPMENU1").removeClass("cgloading");

$("#SEPUSERSECTIONTFRAMEFOOTER1").removeClass("cgloading");

$("#SEPUSERSECTION3TFRAMEFOOTER1").removeClass("cgloading");

$("#LBLCOPYRIGHTTFRAMEFOOTER1").removeClass("cgloading");


}
</script>





<style type="text/css">
.SIGNOUTTFRAMETOPMENU1CSS {position: absolute; left: 920px; top: 26px;z-index: 100; width: 75px; height: 16px; padding: 0; font-weight: normal; font-style: normal; text-decoration: underline;font-size: 12px; cursor: pointer; }
.SETTINGSTFRAMETOPMENU1CSS {position: absolute; left: 850px; top: 26px;z-index: 100; width: 54px; height: 16px; padding: 0; font-weight: normal; font-style: normal; text-decoration: underline;font-size: 12px; cursor: pointer; }
.IMAGETOPLOGOTFRAMETOPMENU1CSS {position: absolute; left: 10px; top: 11px;z-index: 100; padding: 0; font-weight: normal; font-style: normal; text-decoration: none;font-size: 13px; }
.LNKFEEDBACKTFRAMEFOOTER1CSS {position: absolute; left: 306px; top: 1px;z-index: 100; width: 104px; height: 17px; padding: 0; font-weight: normal; font-style: normal; text-decoration: underline;font-size: 10px; cursor: pointer; }
.IWLINKPRIVACYPOLICYTFRAMEFOOTER1CSS {position: absolute; left: 203px; top: 1px;z-index: 100; width: 85px; height: 17px; padding: 0; font-weight: normal; font-style: normal; text-decoration: underline;font-size: 10px; cursor: pointer; }
</style></head>
<body style="margin: 0;" onload="Initialize()" onunload="ReleaseIWCL()">
<script type="text/javascript">createIWLocker("");ActivateLock();</script><script type="text/javascript">var PreScript=false; PostScript=false;var PreAsyncScript=false; PostAsyncScript=false;</script>
<script type="text/javascript"> function CGCreateLock(url) {   var xLocker = document.createElement("div");   xLocker.style.backgroundImage = "url(" + url + ")";   document.getElementsByTagName("body")[0].appendChild(xLocker);   xLocker.style.visibility = "hidden"; } function CGGetEventName(params,handler) {  if (!handler) return "";  var pos = handler.indexOf(".");  if (pos > 0) {    if (handler.slice(pos+1) != "DoAjaxRequest") {      if (handler.substring(pos+1,pos+3) == "Do") handler = handler.slice(0,pos+1)+handler.slice(pos+3);      return handler;    }    handler = handler.slice(0,pos);  }  params = "" + params;  pos = params.indexOf("=");  if (pos > 0) {   params = params.slice(pos+1);   pos = params.indexOf("&");   if (pos > 0) params = params.slice(0,pos);  } return handler+"."+params; } function CGIsInStrArray(str,arr) {  for (var i=0;i<arr.length;i++) {    var patt = new RegExp(arr[i]);    if (patt.test(str)) return true;  }  return false; }  CGCreateLock("/css/loading-animation/black/Loading13.gif?v=2.7.0.111");  var PreAsyncScript=true; var PostAsyncScript=true; function PreAsyncProgressScript(params,handler) { function scCGGetNeedsIndicator(evt,handler) {  var pos = handler.indexOf(".");  if (pos > 0) handler = handler.slice(pos+1);  if (handler == "DoAjaxRequest") {    return CGIsInStrArray(evt,[".OnClick$"]);  }  else {    handler.slice(0,2);    return CGIsInStrArray(evt,[".OnAsyncDoubleClick$",".OnAsyncClick$"]);  } } function IndicatorAjaxBegin_sc0() {$.blockUI.defaults.css = {}; $.blockUI.defaults.overlayCSS = {};$.blockUI({message:"\r\n<img id=\"IWCGJQLOCKINDICATOR1_LOCKIMG\" src=\"\/css\/loading-animation\/black\/Loading13.gif?v=2.7.0.111\" width=\"75\" height=\"75\" class=\"cg-lock-image-align-horiz\">\r\n<span id=\"IWCGJQLOCKINDICATOR1_LOCKMSG\" class=\"cg-lock-indicator-msg\" style=\"display:table-cell;vertical-align: middle;font-weight: normal; font-style: normal; text-decoration: none;font-size: 18px; font-family: Arial, Sans-Serif, Verdana; \">Please wait...<\/span>",css:{},overlayCSS:{cursor:"wait"},title:null,theme:true,themedCSS:{top:"40%",width:"13%",left:"35%"},name:"IWCGJQLOCKINDICATOR1_0"});}var evt = CGGetEventName(params,handler); if (typeof(GEventIndicators)=="undefined") var fnc = ""; else var fnc = GEventIndicators[evt]; if (fnc && fnc.length > 0) fnc = "IndicatorAjaxBegin_" + fnc; if (fnc && fnc.length > 0) eval("if ("+fnc+") + "+fnc+"()");  } function PostAsyncProgressScript(params,handler) { function scCGGetNeedsIndicator(evt,handler) {  var pos = handler.indexOf(".");  if (pos > 0) handler = handler.slice(pos+1);  if (handler == "DoAjaxRequest") {    return CGIsInStrArray(evt,[".OnClick$"]);  }  else {    handler.slice(0,2);    return CGIsInStrArray(evt,[".OnAsyncDoubleClick$",".OnAsyncClick$"]);  } } function IndicatorAjaxEnd_sc0() {$.unblockUI();}var evt = CGGetEventName(params,handler); if (typeof(GEventIndicators)=="undefined") var fnc = ""; else var fnc = GEventIndicators[evt]; if (fnc && fnc.length > 0) fnc = "IndicatorAjaxEnd_" + fnc; if (fnc && fnc.length > 0) eval("if ("+fnc+") + "+fnc+"()");  } var PreScript=true; var PostScript=true; function PreProgressScript(params,handler) { ReleaseLock(); function scCGGetNeedsIndicator(evt,handler) {  var pos = handler.indexOf(".");  if (pos > 0) handler = handler.slice(pos+1);  if (handler == "DoAjaxRequest") {    return CGIsInStrArray(evt,[".OnClick$"]);  }  else {    handler.slice(0,2);    return CGIsInStrArray(evt,[".OnAsyncDoubleClick$",".OnAsyncClick$"]);  } } function IndicatorSubmitBegin_sc0() {$.blockUI.defaults.css = {}; $.blockUI.defaults.overlayCSS = {};$.blockUI({message:"\r\n<img id=\"IWCGJQLOCKINDICATOR1_LOCKIMG\" src=\"\/css\/loading-animation\/black\/Loading13.gif?v=2.7.0.111\" width=\"75\" height=\"75\" class=\"cg-lock-image-align-horiz\">\r\n<span id=\"IWCGJQLOCKINDICATOR1_LOCKMSG\" class=\"cg-lock-indicator-msg\" style=\"display:table-cell;vertical-align: middle;font-weight: normal; font-style: normal; text-decoration: none;font-size: 18px; font-family: Arial, Sans-Serif, Verdana; \">Please wait...<\/span>",css:{},overlayCSS:{cursor:"wait"},title:null,theme:true,themedCSS:{top:"40%",width:"13%",left:"35%"},name:"IWCGJQLOCKINDICATOR1_0"});}var evt = CGGetEventName(params,handler); if (typeof(GEventIndicators)=="undefined") var fnc = ""; else var fnc = GEventIndicators[evt]; if (fnc && fnc.length > 0) fnc = "IndicatorSubmitBegin_" + fnc; if (fnc && fnc.length > 0) eval("if ("+fnc+") + "+fnc+"()");  } function PostProgressScript(params,handler) { function scCGGetNeedsIndicator(evt,handler) {  var pos = handler.indexOf(".");  if (pos > 0) handler = handler.slice(pos+1);  if (handler == "DoAjaxRequest") {    return CGIsInStrArray(evt,[".OnClick$"]);  }  else {    handler.slice(0,2);    return CGIsInStrArray(evt,[".OnAsyncDoubleClick$",".OnAsyncClick$"]);  } } function IndicatorSubmitEnd_sc0() {$.unblockUI();}var evt = CGGetEventName(params,handler); if (typeof(GEventIndicators)=="undefined") var fnc = ""; else var fnc = GEventIndicators[evt]; if (fnc && fnc.length > 0) fnc = "IndicatorSubmitEnd_" + fnc; if (fnc && fnc.length > 0) eval("if ("+fnc+") + "+fnc+"()");  } </script>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 0px; top: 0px;z-index: 100; width: 1024px; height: 56px; padding: 0; border-style: none; border-width: 0px; padding: 0; " id="TFRAMETOPMENU1IWFRAMEREGION">
<div style="position: absolute; left: 0px; top: 50px;z-index: 100; width: 1024px; height: 6px; padding: 0; border-style: none; border-width: 0px; padding: 0; background:-ms-linear-gradient(top,#344175,#6B7AB8);" class="ui-widget ui-widget-content ui-corner-all" id="TOPBANDTFRAMETOPMENU1"></div>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 0px; top: 0px;z-index: 100; width: 1024px; height: 50px; padding: 0; border-style: none; border-width: 0px; padding: 0; " id="TOPSECTIONTFRAMETOPMENU1"><form onsubmit="return FormDefaultSubmit();">
<img src="/INFOmatch_H20.jpg" style="border-width: 0px; border-style: solid; " alt="/INFOmatch_H20.jpg" class="IMAGETOPLOGOTFRAMETOPMENU1CSS" id="IMAGETOPLOGOTFRAMETOPMENU1"></form>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 24px; top: 0px;z-index: 100; width: 1000px; height: 50px; padding: 0; border-style: none; border-width: 0px; padding: 0; " id="USERSECTIONTFRAMETOPMENU1"><form onsubmit="return FormDefaultSubmit();">
<a href="javascript:void(0);" title="Sign Out" class="SIGNOUTTFRAMETOPMENU1CSS" id="SIGNOUTTFRAMETOPMENU1" tabindex="0">Sign out</a>
<div style="text-align: center; " title="Settings" class="SETTINGSTFRAMETOPMENU1CSS" id="SETTINGSTFRAMETOPMENU1" tabindex="0"><a href="javascript:void(0);" style="font-weight: normal; font-style: normal; text-decoration: underline;font-size: 12px; ">Settings</a></div></form>
<div class="ui-widget" style="position: absolute;left: 840px;top: 26px;z-index: 100;width:6px;height:16px;padding:0;font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;border-style: none;border-width: 0px;" id="LABELSETTINGSTFRAMETOPMENU1">
<label style="font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;display:table-cell;white-space:nowrap;width:100%;height:100%;top:0;left:0;cursor:auto;vertical-align:middle;" id="LABELSETTINGSTFRAMETOPMENU1_JQ">|</label></div>
<div class="ui-widget" style="position: absolute;left: 457px;top: 24px;z-index: 100;width:377px;height:21px;padding: 0;border-style: none;border-width: 0px;overflow:auto;display:table;" id="LABELUSERNAMETFRAMETOPMENU1">
<label id="LABELUSERNAMETFRAMETOPMENU1_JQ" style="display:table-cell;white-space:nowrap;width:100%;height:100%;top:0;left:0;cursor:auto;text-align:right;vertical-align:middle;">Administrator</label></div>
<div class="ui-widget" style="position: absolute;left: 909px;top: 26px;z-index: 100;width:6px;height:16px;padding:0;font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;border-style: none;border-width: 0px;" id="SEPUSERSECTIONTFRAMETOPMENU1">
<label style="font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;display:table-cell;white-space:nowrap;width:100%;height:100%;top:0;left:0;cursor:auto;vertical-align:middle;" id="SEPUSERSECTIONTFRAMETOPMENU1_JQ">|</label></div></div></div></div>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 0px; top: 702px;z-index: 100; width: 1254px; height: 25px; padding: 0; border-style: none; border-width: 0px; padding: 0; " id="TFRAMEFOOTER1IWFRAMEREGION">
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 378px; top: 3px;z-index: 100; width: 512px; height: 20px; padding: 0; border-style: none; border-width: 1px; padding: 0; " id="REGIONFOOTERTFRAMEFOOTER1"><form onsubmit="return FormDefaultSubmit();">
<a href="javascript:void(0);" class="LNKFEEDBACKTFRAMEFOOTER1CSS" id="LNKFEEDBACKTFRAMEFOOTER1" tabindex="0">Send Feedback</a>
<a href="javascript:void(0);" class="IWLINKPRIVACYPOLICYTFRAMEFOOTER1CSS" id="IWLINKPRIVACYPOLICYTFRAMEFOOTER1" tabindex="0">Privacy Policy</a></form>
<div class="ui-widget" style="position: absolute;left: 190px;top: 1px;z-index: 100;width:6px;height:16px;padding:0;font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;cursor: default;border-style: none;border-width: 0px;" id="SEPUSERSECTIONTFRAMEFOOTER1">
<label style="font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;display:table-cell;white-space:nowrap;width:100%;height:100%;top:0;left:0;cursor:default;vertical-align:middle;" id="SEPUSERSECTIONTFRAMEFOOTER1_JQ">|</label></div>
<div class="ui-widget" style="position: absolute;left: 291px;top: 1px;z-index: 100;width:6px;height:16px;padding:0;font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;cursor: default;border-style: none;border-width: 0px;" id="SEPUSERSECTION3TFRAMEFOOTER1">
<label style="font-weight: normal;font-style: normal;text-decoration: none;font-size: 13px;color: #778899;display:table-cell;white-space:nowrap;width:100%;height:100%;top:0;left:0;cursor:default;vertical-align:middle;" id="SEPUSERSECTION3TFRAMEFOOTER1_JQ">|</label></div>
<div class="ui-widget" style="position: absolute;left: 57px;top: 2px;z-index: 100;width:112px;height:21px;padding:0;font-weight: normal;font-style: normal;text-decoration: none;font-size: 10px;border-style: none;border-width: 0px;" id="LBLCOPYRIGHTTFRAMEFOOTER1">
<label style="font-weight: normal;font-style: normal;text-decoration: none;font-size: 10px;display:table-cell;white-space:nowrap;width:100%;height:100%;top:0;left:0;cursor:auto;vertical-align:middle;" id="LBLCOPYRIGHTTFRAMEFOOTER1_JQ">&copy; Screen <FONT color="#FF0000">INFO</FONT>match
</label></div></div>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 1022px; top: 0px;z-index: 100; width: 232px; height: 25px; padding: 0; border-style: none; border-width: 0px; padding: 0; " id="REGIONCACHETFRAMEFOOTER1"></div></div>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 10px; top: 75px;z-index: 100; width: 144px; height: 278px; padding: 0; border-color:#808080; border-style: solid; border-width: 1px; padding: 0; " id="RGNMENUCG">
<div class=" IWCLIPCONTROL" style="position: absolute; left: 2px; top: 3px;z-index: 100; width: 140px; height: 250px; padding: 0; font-weight: normal; font-style: normal; text-decoration: none;font-size: 13px; border-style: none; border-width: 0px; overflow-x: hidden; overflow-y: hidden; padding: 0; " id="MENUCG">
<ul class="jqvertmenu" id="MENUCG_UL">
<li>
<a href="javascript:void(0)" id="MENUCG_0" style="height:20px;line-height:20px;"><div id="MENUCG_0_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_0_TITLE">Dashboard</span></div></a></li>
<li>
<a href="javascript:void(0)" id="MENUCG_1" style="height:20px;line-height:20px;"><div id="MENUCG_1_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_1_TITLE">Vendors</span></div></a></li>
<li>
<a href="javascript:void(0)" id="MENUCG_2" style="height:20px;line-height:20px;"><div id="MENUCG_2_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_2_TITLE">Terminals</span></div></a></li>
<li>
<a href="javascript:void(0)" id="MENUCG_3" style="height:20px;line-height:20px;"><div id="MENUCG_3_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_3_TITLE">Cost Centres</span></div></a></li>
<li>
<a href="javascript:void(0)" id="MENUCG_4" style="height:20px;line-height:20px;"><div id="MENUCG_4_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_4_TITLE">Pivot</span></div></a></li>
<li>
<a href="javascript:void(0)" id="MENUCG_5" style="height:20px;line-height:20px;"><div id="MENUCG_5_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_5_TITLE">Users</span></div></a></li>
<li>
<a href="javascript:void(0)" id="MENUCG_6" style="height:20px;line-height:20px;"><div id="MENUCG_6_iC" class="navgoco-itemContent" style="position:relative; display: list-item;"><span id="MENUCG_6_TITLE">Mailing</span></div></a></li></ul></div>
<div style="position: absolute; left: 2px; top: 249px;z-index: 100; width: 140px; height: 25px; padding: 0; border-style: none; border-width: 0px; padding: 0; " id="DDUSERS">
<link rel="stylesheet" type="text/css" media="screen" href="/css/dropdown/jquery.dropdown.min.css?v=2.7.0.111">

<input id="DDUSERS_JQ" name="DDUSERS_JQ" type="hidden" style="height:25px;width:140px;" class="ui-corner-top ui-corner-bottom"></div></div>
<div class="ui-widget ui-widget-content ui-corner-all" style="position: absolute; left: 185px; top: 75px;z-index: 100; width: 1030px; height: 627px; padding: 0; border-color:#C0C0C0; border-style: none; border-width: 1px; padding: 0; " id="REGIONMOTION"></div><form method="POST" name="SubmitForm" action="/nG-CWq~hEKYd8vEHFrnqna/$/">
<input type="hidden" name="DDUSERS_JQ_INDEX">
<input type="hidden" name="IW_FormName" value="IWFormAdminMotionChart">
<input type="hidden" name="IW_FormClass" value="TIWFormAdminMotionChart"></form></body></html>

Eric
You do not have the required permissions to view the files attached to this post.
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by assapan » 01 Oct 2015 09:13

Hi etwoss,
I have analysed your Html code with netbeans and found that effectively a end tag was missing.
i don't know why but your script is inserted in middle of page script so your script must end the first part of page script by </script> and then starts your own and reopen the next script part

so your script
Code: Select all
   JavaScriptOnce :=
   '</script>' // end of page script
   +'<script type="text/javascript" src="https://www.google.com/jsapi"></script>'
   +'<script type="text/javascript">google.load(''visualization'', ''1'', {''packages'':[''motionchart'', ''piechart'', ''table'', ''annotatedtimeline'', ''linechart'', ''imagesparkline'']});'
   +'</script>' // end of your script
   +'<script>' // reopen script
   ;
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by etwoss » 01 Oct 2015 10:46

Hi

Tried your code but get again ": Unexpected end tag.

on this

</script><script type="text/javascript" src="https://www.google.com/jsapi"></script><script type="text/javascript">google.load('visualization', '1', {'packages':['motionchart', 'piechart', 'table', 'annotatedtimeline', 'linechart', 'imagesparkline']});</script><script>

Tried all combinations.

This went ok in Delphi XE2 and earlier Intraweb version

Perhaps implementation of JavaScriptOnce changed?

Please try to add your code in IWAppFormRender

Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Alexander Bulei » 01 Oct 2015 11:10

Hi Eric,

For the faster support, please send me small testcase project.
T.I.A

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by assapan » 01 Oct 2015 14:12

Hi etwoss,
I have set the code in the IWAppFormRender of first form of my application and everything is loaded correctly

Image
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

Next

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.