Guest User

Untitled

a guest
Oct 25th, 2018
2,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 343.46 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1"><title>
  2. GETOnline - Tracking Entry
  3. </title>
  4. <script src="//www.google-analytics.com/analytics.js" async=""></script><script src="files/effect_frame.js" type="text/javascript"></script>
  5. <link href="files/effect_context.css" rel="stylesheet" type="text/css"><link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css">
  6. <style type="text/css">
  7. .generate-events-processing{display:none;}
  8. a.status_img{color:green !important;}
  9. #trackresultDeliveryRun div{min-height:35px !important;}
  10. .pod-img-td div{overflow:auto !important;height:auto !important;}
  11. .cod-img-td div{overflow:auto !important;height:auto !important;}
  12. table.sortable tr td.lasttrack-td div{overflow:visible !important;height:auto !important;}
  13. .pod-image img{height:30px;}
  14. .edit-mode{display:none;}
  15. #trackresultDeliveryRun2{width:100%;}
  16. .deliveryrun-date{width:80px;}
  17. .deliveryrun-time{width:50px;}
  18. .deliveryrun-notes{width:100px;}
  19. .status-success{color:green;font-weight:bold;}
  20. .status-fail{color:red;font-weight:bold;}
  21.  
  22. .deliveryrun-result{display:none;}
  23. .entry-style{display:none;min-height:200px;}
  24. #style1{display:block;}
  25. #style2{font-size:11px;}
  26. #style2 table th,#style2 table td{padding:3px;}
  27. #style2 table.line th{text-align:left;padding-right:20px;}
  28. #style2 table.sortable{width:100%;}
  29. .errorMsg{-moz-border-radius: 5px;border-radius: 5px;}
  30. .gray{background-color:#CCC;}
  31. ul.cat-list{list-style:none;position:absolute;right:0px;top:0px;border-left:solid 1px #CCC;border-bottom:solid 1px #CCC;-moz-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;width:180px;}
  32. ul#cat_list{list-style:none;position:absolute;right:0px;top:34px;border-left:solid 1px #CCC;border-bottom:solid 1px #CCC;-moz-border-bottom-left-radius: 10px;border-bottom-left-radius: 10px;display:none;width:180px;}
  33.  
  34. ul.cat-list li.header{font-weight:bold;border-bottom:none;}
  35.  
  36. ul.cat-list li{padding:10px;border-bottom:solid 1px #CCC;font-size:11px;text-align:left;}
  37.  
  38. a.selected1:link{font-weight:bold;}
  39. a.blue:hover{text-decoration:underline;}
  40. </style>
  41. <script language="JavaScript" src="files/effect_popup.js" type="text/javascript"></script>
  42. <script language="JavaScript" src="files/effect_tab.js" type="text/javascript"></script>
  43. <script language="JavaScript" src="files/effect_sorttable.js" type="text/javascript"></script>
  44.  
  45.  
  46. <link href="files/effect_excel.css" rel="stylesheet" type="text/css">
  47. <script language="JavaScript" src="files/effect_excel.js" type="text/javascript"></script>
  48. <script language="JavaScript" src="files/calendar.js" type="text/javascript"></script>
  49. <link href="files/calendar.css" rel="stylesheet">
  50.  
  51.  
  52. <script language="javascript" type="text/javascript">
  53.  
  54. function JS_UpdateCustomTableTrackDetail(cview, trackconnote) {
  55.  
  56. ShowPopUp('popContentBG');
  57. ShowPopUp('popContent');
  58. document.getElementById('CustomTableTrackDetail').innerHTML = "";
  59. ShowPopUp('divprogress_CustomTableTrackDetail');
  60. PageMethods.WS_GetTrack(trackconnote, cview, GetTrack_OnSucceeded, GetTrack_OnFailed);
  61. }
  62.  
  63. function GetTrack_OnSucceeded(result, userContext, methodName) {
  64. document.getElementById('CustomTableTrackDetail').innerHTML = result;
  65. sortables_init();
  66. HidePopUp('divprogress_CustomTableTrackDetail');
  67. }
  68.  
  69. function GetTrack_OnFailed(error, userContext, methodName) {
  70. alert("LOAD TRACK FAILED : " + error);
  71. HidePopUp('divprogress_CustomTableTrackDetail');
  72. }
  73.  
  74. </script>
  75. <script language="javascript" type="text/javascript">
  76.  
  77. function JS_UpdateLocationList() {
  78. document.getElementById('DivTCodeHolder').innerHTML = "loading";
  79. document.getElementById('divLocation').innerHTML = "loading";
  80. PageMethods.WS_UpdateLocationList(UpdateLocationList_OnSucceeded, UpdateLocationList_OnFailed);
  81. }
  82.  
  83. function UpdateLocationList_OnSucceeded(result, userContext, methodName) {
  84. result = result.replace("style='width:255px;'", "style='width:255px;' class='Size9'");
  85. document.getElementById('divLocation').innerHTML = result;
  86. JS_UpdateTCode();
  87. }
  88.  
  89. function UpdateLocationList_OnFailed(error, userContext, methodName) {
  90. document.getElementById('divLocation').innerHTML = error;
  91. }
  92.  
  93.  
  94. </script>
  95. <script language="javascript" type="text/javascript">
  96.  
  97. function JS_UpdateAgentList() {
  98. document.getElementById('DivAgentList').innerHTML = "loading";
  99. PageMethods.WS_UpdateAgentList(UpdateAgentList_OnSucceeded, UpdateAgentList_OnFailed);
  100. }
  101.  
  102. function UpdateAgentList_OnSucceeded(result, userContext, methodName) {
  103. document.getElementById('DivAgentList').innerHTML = result;
  104. }
  105.  
  106. function UpdateAgentList_OnFailed(error, userContext, methodName) {
  107. document.getElementById('DivAgentList').innerHTML = error;
  108. }
  109.  
  110.  
  111. </script>
  112. <script language="javascript" type="text/javascript">
  113.  
  114. function JS_UpdateTrackList() {
  115. document.getElementById('CustomTableTrackList').innerHTML = "";
  116. ShowPopUp('divprogress_tracklist');
  117. PageMethods.WS_UpdateTrackList(document.getElementById('idTrackList').value, UpdateTrackList_OnSucceeded, UpdateTrackList_OnFailed);
  118.  
  119. }
  120.  
  121. function UpdateTrackList_OnSucceeded(result, userContext, methodName) {
  122. HidePopUp('divprogress_tracklist');
  123. document.getElementById('CustomTableTrackList').innerHTML = result;
  124. sortables_init();
  125. ShowPopUp('CustomTableTrackList');
  126.  
  127. }
  128.  
  129. function UpdateTrackList_OnFailed(error, userContext, methodName) {
  130. alert("UPDATE TRACK FAILED : " + error);
  131. HidePopUp('divprogress_tracklist');
  132. }
  133.  
  134.  
  135. </script>
  136. <script language="javascript">
  137. var rows = 11;
  138. function DetectKeyDown(tableID, inputID) {
  139. //alert("WWW");
  140. var e = window.event;
  141. var arrInputID = inputID.split("_");
  142. var colName = arrInputID[1];
  143. var inputRowNo = arrInputID[0];
  144. var rowCount = document.getElementById(tableID).rows.length;
  145. var rowIndex = showRowCell(inputID);
  146.  
  147. if (e.keyCode == 40) {
  148.  
  149. if (rowIndex == (rowCount - 1)) {
  150. InsertNewRow(tableID, inputID);
  151. //document.getElementById('new' + rows + '_' + colName).focus();
  152. rows = rows + 1;
  153. } else {
  154. document.getElementById('new' + (rowIndex + 1) + '_Date').focus();
  155. }
  156. // if (inputRowNo.startsWith('new')){
  157. // inputRowNo = inputRowNo.replace('new', '');
  158. // document.getElementById('new' + (parseInt(inputRowNo)+1) + '_' + colName).focus();
  159. // }else{
  160. // //if arrow down between exist data, how?
  161. // alert('new1_' + colName);
  162. // document.getElementById('new1_' + colName).focus();
  163. // }
  164. } else if (e.keyCode == 9) {
  165. if (rowIndex == (rowCount - 1)) {
  166. InsertNewRow(tableID, inputID);
  167. rows = rows + 1;
  168. }
  169.  
  170. }
  171. }
  172.  
  173. function showRowCell(element) {
  174. var cell, row;
  175.  
  176. if (document.getElementById(element).parentNode != 'undefined') {
  177. cell = document.getElementById(element).parentNode;
  178. row = cell.parentNode;
  179.  
  180. } else if (document.getElementById(element).parentElement != 'undefined') {
  181. cell = document.getElementById(element).parentElement;
  182. row = cell.parentElement;
  183. }
  184.  
  185. return row.rowIndex;
  186. }
  187.  
  188.  
  189. function InsertNewRow(tableID, inputID) {
  190. //alert("S");
  191. var e = window.event;
  192.  
  193. if (e.keyCode == 40 || e.keyCode == 9) {
  194.  
  195. var table = document.getElementById(tableID);
  196.  
  197. var rowCount = table.rows.length;
  198. var row = table.insertRow(rowCount);
  199. alert(rowCount);
  200. row.id = 'new' + rowCount;
  201.  
  202. var cell1 = row.insertCell(0);
  203. var element1 = document.createElement("input");
  204. element1.type = "text";
  205. element1.id = "new" + rows + "_Date";
  206. element1.style.border = "none";
  207. element1.onfocus = function () { document.getElementById(element1.id).style.border = "1px solid black"; };
  208. element1.onblur = function () { document.getElementById(element1.id).style.border = "none"; };
  209. cell1.appendChild(element1);
  210.  
  211. var cell2 = row.insertCell(1);
  212. var element2 = document.createElement("input");
  213. element2.type = "text";
  214. element2.id = "new" + rows + "_VersionNo";
  215. element2.style.border = "none";
  216. element2.onfocus = function () { document.getElementById(element2.id).style.border = "1px solid black"; };
  217. element2.onblur = function () { document.getElementById(element2.id).style.border = "none"; };
  218. cell2.appendChild(element2);
  219.  
  220. var cell3 = row.insertCell(2);
  221. var element3 = document.createElement("input");
  222. element3.type = "text";
  223. element3.id = "new" + rows + "_Module";
  224. element3.style.border = "none";
  225. element3.onfocus = function () { document.getElementById(element3.id).style.border = "1px solid black"; };
  226. element3.onblur = function () { document.getElementById(element3.id).style.border = "none"; };
  227. cell3.appendChild(element3);
  228.  
  229. var cell4 = row.insertCell(3);
  230. var element4 = document.createElement("input");
  231. element4.type = "text";
  232. element4.id = "new" + rows + "_Item";
  233. element4.style.border = "none";
  234. element4.onfocus = function () { document.getElementById(element4.id).style.border = "1px solid black"; };
  235. element4.onblur = function () { document.getElementById(element4.id).style.border = "none"; };
  236. cell4.appendChild(element4);
  237.  
  238. var cell5 = row.insertCell(4);
  239. var element5 = document.createElement("input");
  240. element5.type = "text";
  241. element5.id = "new" + rows + "_CompletedBy";
  242. element5.style.border = "none";
  243. element5.onfocus = function () { document.getElementById(element5.id).style.border = "1px solid black"; };
  244. element5.onblur = function () { document.getElementById(element5.id).style.border = "none"; };
  245. element5.onkeydown = function () { DetectKeyDown('tblEntry', element5.id); };
  246. cell5.appendChild(element5);
  247.  
  248. // if (e.keyCode == 40){
  249. // var arrCellID = inputID.split("_");
  250. // var colName = arrCellID[1];
  251. // var cellNo = arrCellID[0];
  252. // if (cellNo.startsWith('new')){
  253. // cellNo = cellNo.replace('new', '');
  254. // document.getElementById('new' + (parseInt(cellNo)+1) + '_' + colName).focus();
  255. // }else{
  256. // //if arrow down between exist data, how?
  257. // alert('new1_' + colName);
  258. // document.getElementById('new1_' + colName).focus();
  259. // }
  260. // }
  261. }
  262. }
  263. </script>
  264. <script language="javascript" type="text/javascript">
  265.  
  266. function CODchk() {
  267. if ($("#CODCollectible").is(':checked')) {
  268. document.getElementById("ShowSignature").checked = false;
  269. }
  270. }
  271. function SignatureChk() {
  272. if ($("#ShowSignature").is(':checked')) {
  273. document.getElementById("CODCollectible").checked = false;
  274. }
  275. }
  276.  
  277. function JS_ChangeStyle(id) {
  278. $(".entry-style").hide();
  279. $(".style-link").removeClass("selected1");
  280.  
  281. if (id == 1) { $("#style1").show(); $("#style1_link").addClass("selected1"); return false; }
  282. if (id == 2) { $("#style2").show(); $("#style2_link").addClass("selected1"); return false; }
  283. }
  284. function JS_LoadDeliveryRunIDListBox(firstload) {
  285. var inDate = "";
  286. var inDriver = "";
  287. var inStation = ""
  288. inDate = document.getElementById('txtDeliveryRunSearchDate').value;
  289. inDriver = document.getElementById('txtDeliveryRunSearchDriver').value;
  290. inStation = ""; //ReturnDropDownValue('cmbStation');
  291. ShowPopUp('divprogress_DelvRun');
  292. PageMethods.WS_LoadDeliveryRunIDListBox(inDate, inDriver, inStation, firstload, LoadDeliveryRunIDListBox_OnSucceeded, LoadDeliveryRunIDListBox_OnFailed);
  293.  
  294. }
  295. function JS_SaveDeliveryVerify() {
  296. var trackconnote = "";
  297. var deliveryrunid = $("#hiddenDeliveryRunID").val();
  298. var CODcomment = $("#txtCODcomment").val();
  299. $('.podcheckboxes:checked').each(function () {
  300. trackconnote += $(this).val() + ';';
  301. });
  302. if (trackconnote == "") { alert("Please select at least a shipment"); return false; }
  303. $(".pod-img-td").hide();
  304. $.ajax({
  305. type: 'POST',
  306. url: "webservice/api_deliveryrun.ashx",
  307. data: { "actiontype": "verifydelivery", "cn": trackconnote, "deliveryrun_id": deliveryrunid, "driversid": $("#lblDeliveryRunDriverLocalSID").val() },
  308. success: function (data) {
  309. try {
  310. JS_SearchRun();
  311. $(".pod-img-td").show();
  312. }
  313. catch (e) { };
  314. },
  315. async: true
  316. });
  317.  
  318. }
  319. function JS_SaveCODVerify() {
  320. var trackconnote = "";
  321. var CODcomment = "";
  322. var deliveryrunid = $("#hiddenDeliveryRunID").val();
  323. $('.codcheckboxes:checked').each(function () {
  324. trackconnote += $(this).val() + ';';
  325. CODcomment += document.getElementById("deliveryrun-comments-" + $(this).val()).value + ';';
  326. });
  327. if (trackconnote == "") { alert("Please select at least a shipment"); return false; }
  328. $(".cod-img-td").hide();
  329. $.ajax({
  330. type: 'POST',
  331. url: "webservice/api_deliveryrun.ashx",
  332. data: { "actiontype": "verifycod", "cn": trackconnote, "deliveryrun_id": deliveryrunid, "driversid": $("#lblDeliveryRunDriverLocalSID").val(), "CODcomment": CODcomment },
  333. success: function (data) {
  334. try {
  335. JS_SearchRun();
  336. $(".cod-img-td").show();
  337. }
  338. catch (e) { };
  339. },
  340. async: true
  341. });
  342.  
  343. }
  344. function JS_SaveDeliveryRun() {
  345. $(".generate-events-processing").show();
  346. $(".generate-events").hide();
  347. $('#trackresultDeliveryRun tr.data').each(function () {
  348. var deliveryrun_id = $(this).attr("sid");
  349. $(".status-" + deliveryrun_id).html("processing..");
  350. var err = 0;
  351. $(this).find(".style7").css("border", "solid 1px #CCC");
  352. $(this).find(".style7").css("background-color", "#fff");
  353. $(this).find(".deliveryrun-input").each(function () {
  354. //alert($(this).val());
  355. if ($(this).val() == "") {
  356. $(this).css("border", "solid 1px red");
  357. $(this).css("background-color", "#ffff99");
  358. $(".status-" + deliveryrun_id).html("F");
  359. err += 1;
  360. }
  361. });
  362. var deliveryrun_origin = $(this).find(".deliveryrun-origin").val();
  363. var deliveryrun_event = $(this).find(".deliveryrun-event").val();
  364. //var deliveryrun_eventname = $(this).find(".deliveryrun-event").val();
  365. var deliveryrun_eventname = $(this).find(".deliveryrun-event option:selected").text();
  366. var deliveryrun_connote = $(this).find(".deliveryrun-connote").val();
  367. var deliveryrun_date = $(this).find(".deliveryrun-date").val();
  368. var deliveryrun_time = $(this).find(".deliveryrun-time").val();
  369. var deliveryrun_notes = $(this).find(".deliveryrun-notes").val();
  370. var deliveryrunid = $("#hiddenDeliveryRunID").val();
  371. var deliveryrun_assocref = $("#lblDeliveryRunDriverLocalSID").val(); //hiddenDeliveryRunDriverLocalSID
  372. if (err == 0) {
  373. $.ajax({
  374. type: 'POST',
  375. url: "webservice/api_deliveryrun.ashx",
  376. data: { "actiontype": "deliveryrun_track_entry", "deliveryrun_origin": deliveryrun_origin, "deliveryrun_event": deliveryrun_event, "deliveryrun_eventname": deliveryrun_eventname, "deliveryrun_connote": deliveryrun_connote, "deliveryrun_date": deliveryrun_date, "deliveryrun_time": deliveryrun_time, "deliveryrun_notes": deliveryrun_notes, "deliveryrun_assocref": deliveryrun_assocref, "deliveryrun_id": deliveryrunid },
  377. success: function (data) {
  378. try {
  379. //alert(deliveryrun_id);
  380. //alert(data);
  381. if (data == "") { data = "ERR"; }
  382. if (Left(data, 2) != "OK") {
  383. $(".status-" + deliveryrun_id).html("<span title='" + data + "' class='status-fail'>F</span>");
  384. } else {
  385. $(".data-" + deliveryrun_id).find(".deliveryrun-time").val("");
  386. $(".data-" + deliveryrun_id).find(".deliveryrun-notes").val("");
  387.  
  388. $(".status-" + deliveryrun_id).html("<span class='status-success'>S</span>");
  389. $(".lasttrack-" + deliveryrun_id).html("" + Right(data, data.length - 2) + "");
  390. //Left(data,2)
  391. }
  392. }
  393. catch (e) { };
  394. }
  395. });
  396. } else {
  397. $(".status-" + deliveryrun_id).html("");
  398. }
  399.  
  400. });
  401. setTimeout(function () { $(".generate-events-processing").hide(); $(".generate-events").show(); }, 3000);
  402. }
  403.  
  404. function JS_SearchRunSheetDriverList() {
  405. $.ajax({
  406. type: 'POST',
  407. url: "webservice/api_deliveryrun.ashx",
  408. data: { "actiontype": "driver_list" },
  409. success: function (data) {
  410. try {
  411. $("#lblDeliveryRunDriverList").html(data);
  412. sortables_init();
  413. }
  414. catch (e) { };
  415. },
  416. async: true
  417. });
  418. }
  419.  
  420. function JS_SearchRunSheet() {
  421. var txtDeliveryRunSearchDate = $("#txtDeliveryRunSearchDate").val();
  422. var txtDeliveryRunSearchDriver = $("#txtDeliveryRunSearchDriver").val();
  423. $("#divDeliveryRunListHeader").html("loading..");
  424. $.ajax({
  425. type: 'POST',
  426. url: "webservice/api_deliveryrun.ashx",
  427. data: { "actiontype": "deliveryrun_header_list", "rundate": txtDeliveryRunSearchDate, "driverid": txtDeliveryRunSearchDriver },
  428. success: function (data) {
  429. try {
  430. $("#divDeliveryRunListHeader").html(data);
  431. sortables_init();
  432. }
  433. catch (e) { };
  434. },
  435. async: true
  436. });
  437. }
  438. function JS_SearchRun() {
  439. $(".deliveryrun-result").hide();
  440. $('#divDeliveryRunList').show();
  441. $("#divDeliveryRunList").html("loading..");
  442. var txtDeliveryRunSearch = $("#txtDeliveryRunSearch").val();
  443. var txtDeliveryRunSearchDate = $("#txtDeliveryRunSearchDate").val();
  444. var txtDeliveryRunSearchDriver = $("#txtDeliveryRunSearchDriver").val();
  445.  
  446. $("#txtDeliveryRunSearch").css("border", "solid 1px #CCC");
  447. $("#txtDeliveryRunSearch").css("background-color", "#fff");
  448. $("#DeliveryRunError").hide();
  449. if (txtDeliveryRunSearch == "" | txtDeliveryRunSearchDate == "") {
  450. $(this).css("border", "solid 1px red");
  451. $(this).css("background-color", "#ffff99");
  452. $("#DeliveryRunError").show();
  453. $("#lblDeliveryRunError").html("Please enter Delivery Run ID or Delivery Run Date.");
  454. $('#divDeliveryRunList').hide();
  455. return false;
  456. }
  457. var inPrintOrder;
  458. if (document.getElementById('optScan').checked == true) { inPrintOrder = document.getElementById('optScan').value; }
  459. if (document.getElementById('optConnote').checked == true) { inPrintOrder = document.getElementById('optConnote').value; }
  460. if (document.getElementById('optEvent').checked == true) { inPrintOrder = document.getElementById('optEvent').value; }
  461. var chkDefaultRecipient = "0";
  462. if ($("#chkDefaultRecipient").is(':checked')) { chkDefaultRecipient = "1"; }
  463. var ShowSignature = "", CODCollectible = "";
  464. if ($("#ShowSignature").is(':checked')) { ShowSignature = "1"; }
  465. if ($("#CODCollectible").is(':checked')) { CODCollectible = "1"; } //hy
  466. $.ajax({
  467. type: 'POST',
  468. url: "webservice/api_deliveryrun.ashx",
  469. data: { "actiontype": "deliveryrun_list", "runid": txtDeliveryRunSearch, "printorder": inPrintOrder, "rundate": txtDeliveryRunSearchDate, "driverid": txtDeliveryRunSearchDriver, "defaultreceivername": chkDefaultRecipient, "showsignature": ShowSignature, "codcollectible": CODCollectible },
  470. success: function (data) {
  471. try {
  472. $("#divDeliveryRunList").html("");
  473. if (data == "0") { $("#DeliveryRunError").show(); $("#lblDeliveryRunError").html("Delivery Run Sheet not found."); return false; }
  474. $("#divDeliveryRunList").html(data);
  475. $(".pod-image img").error(function () { $(this).hide(); })
  476. $("a.podimagelink").fancybox({ type: "image" });
  477. $(".deliveryrun-result").show();
  478. $(".deliveryrun-time:first").focus();
  479. if ($("#ShowSignature").is(':checked') == false) { $(".pod-img-td").hide(); } else { $(".pod-img-td").show(); }
  480. if ($("#CODCollectible").is(':checked') == false) { $(".cod-img-td").hide(); } else { $(".cod-img-td").show(); }
  481. $(".deliveryrun-notes").keyup(function (event) {
  482. if ($(this).val() == "?") {
  483. var connote = $(this).attr("connote");
  484. $.ajax({
  485. type: 'POST',
  486. url: "webservice/api_deliveryrun.ashx",
  487. data: { "actiontype": "deliveryrun_track_receivercontact", "deliveryrun_connote": connote },
  488. success: function (data) {
  489. try { $(".deliveryrun-notes-" + connote).val(data); }
  490. catch (e) { };
  491. }
  492. });
  493. }
  494. });
  495. if ($("#HideShipmentsWithPOD").is(':checked')) { $(".data-pod").hide(); }
  496.  
  497. sortables_init();
  498. var DistanceSaved = $("#DistanceSaved").val();
  499. var DelvRunOptimisedDistance = $("#DelvRunOptimisedDistance").val();
  500. if (DistanceSaved * 1 > 0) {
  501. $(".lbloptimisedinfo").html("<span style='font-weight:bold;color:green;'>This runsheet has been optimised. Distance cut short by " + DistanceSaved + "%.</span>");
  502. } else {
  503. $(".lbloptimisedinfo").html("");
  504. }
  505. $("#lblDeliveryRunID").html($("#hiddenDeliveryRunID").val());
  506. $("#lblDeliveryRunDate").html($("#hiddenDeliveryRunDate").val());
  507. $("#lblDeliveryRunDriver").html($("#hiddenDeliveryRunDriver").val());
  508. $("#lblDeliveryRunDriverLocalSID").val($("#hiddenDeliveryRunDriverLocalSID").val());
  509. $("#lblDeliveryRunTotal").html($("#trackresultDeliveryRun tr").length-1);
  510. $(".deliveryrun-origin-value").each(function () {
  511. if ($(this).attr("val") != "") {
  512. var prefixorigin = $(this).attr("val");
  513. if (prefixorigin != "-1") {
  514. $(this).find(".deliveryrun-origin").val(prefixorigin);
  515. }
  516. }
  517. });
  518. $(".item-connote").each(function () {
  519. if ($(this).html() != "") {
  520. var cn = $(this).html();
  521. JS_LoadImages(cn, $(this).parent().parent().attr("sid"));
  522. }
  523. });
  524.  
  525. }
  526. catch (e) { };
  527. },
  528. async: true
  529. });
  530. }
  531. function JS_LoadImages(cn,sid) {
  532. $.ajax({
  533. type: 'POST',
  534. url: "webservice/api_deliveryrun.ashx",
  535. data: { "actiontype": "hasimage", "cn": cn, "reftype": "Image"},
  536. success: function (data) {
  537. try {
  538. if (data=="OK"){
  539. var d = new Date();
  540. var randomd = d.getDate() + "_" + d.getMonth() + "_" + d.getSeconds() + "_" + d.getMinutes() + "_" + d.getHours();
  541. $(".lasttrack-" + sid).append("<br><a href=\"etrack_podimage.aspx?ifr=y&cn=" + cn + "&tses=" + randomd + "&type=Image\" class=\"normallink status_img\" target=\"_blank\">View Image</a>");
  542. }
  543. }
  544. catch (e) { };
  545. }
  546. });
  547. }
  548. </script>
  549. <link href="App_Themes/ThemeRed/main_css.css" rel="stylesheet" type="text/css"><script language="text/javascript" src="https://d39v736q6j54zf.cloudfront.net/v4/js/jquery-1.4.2.js" type="text/javascript"></script><script language="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js" type="text/javascript"></script><script language="text/javascript" src="https://d39v736q6j54zf.cloudfront.net/v4/js/jquery.corner.min.js" type="text/javascript"></script><script language="text/javascript" src="https://d39v736q6j54zf.cloudfront.net/v4/fancybox/jquery.fancybox-1.3.1.js" type="text/javascript"></script><link href="https://d39v736q6j54zf.cloudfront.net/v4/fancybox/jquery.fancybox-1.3.1.css" rel="stylesheet" type="text/css"><script language="text/javascript" type="text/javascript">var JQueryEnabled;JQueryEnabled = true;</script><link href="https://www.ffdx.net/v3/images/ff_skynet.ico" rel="icon" type="image/ico"><link href="https://www.ffdx.net/v3/images/ff_skynet.ico" rel="shortcut icon"><script language="javascript" type="text/javascript">
  550. function JS_UpdateDriverList() {
  551. document.getElementById('divDriver').innerHTML = "loading";
  552. PageMethods.WS_UpdateDriverList(UpdateDriverList_OnSucceeded, UpdateDriverList_OnFailed);
  553. }
  554. function UpdateDriverList_OnSucceeded(result, userContext, methodName) {
  555. document.getElementById('divDriver').innerHTML = result;
  556. $("#divDriver2").html(result.replace("lstDriver", "lstDriverPOD"));
  557.  
  558. $("#lstDriverPOD").prepend("<option value=''>-none-</option>");
  559. $("#lstDriverPOD").val("");
  560.  
  561. $("#lstDriverPOD").attr("onchange", "");
  562. }
  563. function UpdateDriverList_OnFailed(error, userContext, methodName) {
  564. document.getElementById('divDriver').innerHTML = error;
  565. }
  566. </script><script language="javascript" type="text/javascript">
  567.  
  568. function JS_UpdateTCode() {
  569. document.getElementById('DivTCodeHolder').innerHTML = "loading";
  570. PageMethods.WS_UpdateTCode2(UpdateTCode_OnSucceeded, UpdateTCode_OnFailed);
  571. }
  572.  
  573. function UpdateTCode_OnSucceeded(result, userContext, methodName) {
  574. result = result.replace("style='width:255px;'", "style='width:400px;' class='Size9'");
  575. document.getElementById('DivTCodeHolder').innerHTML = result;
  576. //$("#txtTCode").prepend("<option value=''>-- Select Event --</option>");
  577. //$("#txtTCode").val("");
  578. if ($("#txtHiddenEventSID").val() != "") {
  579. $("#txtTCode").val($("#txtHiddenEventSID").val());
  580. if ($("#txtAssocRef").val() != "") {
  581. var empid = $("#txtAssocRef").val();
  582. $("#lstDriver").val(empid);
  583. }
  584. DisplayAddInfo($("#txtTCode").val());
  585. } else { DisplayAddInfo("") }
  586.  
  587. if ($("#txtTCode option[value='285']").length !== 0) { JS_UpdateAreaList(); }
  588. }
  589.  
  590. function UpdateTCode_OnFailed(error, userContext, methodName) {
  591. document.getElementById('DivTCodeHolder').innerHTML = error;
  592. }
  593.  
  594.  
  595. </script><style type="text/css">
  596. #trackresultDeliveryRun table th{padding-right:3px;}
  597. </style></head>
  598.  
  599.  
  600.  
  601. <body>
  602. <form id="form1" action="./etrack_entry.aspx?sessionid=04EA7555CCE44CBA8C6DFA1916DA9AB7" method="post">
  603. <div class="aspNetHidden">
  604. <input name="__EVENTTARGET" id="__EVENTTARGET" type="hidden" value="">
  605. <input name="__EVENTARGUMENT" id="__EVENTARGUMENT" type="hidden" value="">
  606. <input name="__VIEWSTATE" id="__VIEWSTATE" type="hidden" value="/wEPDwUKMTc5MjkyMjQyNGRk1hEVTkfPHJdu52CELb7kYBTjTpl6sgPiUF3Jh/KddWM=">
  607. </div>
  608.  
  609. <script type="text/javascript">
  610. //<![CDATA[
  611. var theForm = document.forms['form1'];
  612. if (!theForm) {
  613. theForm = document.form1;
  614. }
  615. function __doPostBack(eventTarget, eventArgument) {
  616. if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
  617. theForm.__EVENTTARGET.value = eventTarget;
  618. theForm.__EVENTARGUMENT.value = eventArgument;
  619. theForm.submit();
  620. }
  621. }
  622. //]]>
  623. </script>
  624.  
  625.  
  626. <script src="/v4/WebResource.axd?d=sosmai0qS5_xEQg8O5ZVSSTh7_vIpp9yhes6DnwAm0TmGXKw4UkywGWgmAJgVtKiBMgeCKrYLIFn3yrYCygxhvugMBqbZz81axeaTeOS2js1&amp;t=636477533180000000" type="text/javascript"></script>
  627.  
  628.  
  629. <script src="https://d39v736q6j54zf.cloudfront.net/v4/files/effect_autocomplete_common.js" type="text/javascript"></script>
  630. <script src="https://d39v736q6j54zf.cloudfront.net/v4/files/effect_autocomplete.js" type="text/javascript"></script>
  631. <script src="/v4/ScriptResource.axd?d=-oqiZ358ZOEEhXwq_Wx7vkwUyg0RsV8rxbvwzq6sKLWJ5EG6zK2h1Qzl3o3FHpQ6D67cZe1whbwAyN2VDc7Xxq933H7xssnU_gcGz55Lda4R7YC9wU1CXJeLNT044wL1MrtsljjNBX8IapC8Ozec_zSQOAYBGgMOwTfcDxOdDwU1&amp;t=ffffffffb0622999" type="text/javascript"></script>
  632. <script src="/v4/ScriptResource.axd?d=1cr_u90xpdwRMfwbICr3OgaqrU64aL2m4JCuFxEifXsw1q-40Y--lhFNjjqmw1JqocqzUIsUumlXfbMHmnDMyaRRHK1hQkS2or2odNct4UqaEDuWFbrO-nYQ40pDnh6Oq2WEPx4ABvWh84IAZ-1Cea69zuYbx1cv9E12a2JQuxB1MT0GOGUIhSeiu9aecTfD0&amp;t=ffffffffb0622999" type="text/javascript"></script>
  633. <script type="text/javascript">
  634. //<![CDATA[
  635. var PageMethods = function() {
  636. PageMethods.initializeBase(this);
  637. this._timeout = 0;
  638. this._userContext = null;
  639. this._succeeded = null;
  640. this._failed = null;
  641. }
  642. PageMethods.prototype = {
  643. _get_path:function() {
  644. var p = this.get_path();
  645. if (p) return p;
  646. else return PageMethods._staticInstance.get_path();},
  647. WS_SendEmail:function(parentusersid,emailto,emailcc,emailbcc,subject,attachment,content,succeededCallback, failedCallback, userContext) {
  648. return this._invoke(this._get_path(), 'WS_SendEmail',false,{parentusersid:parentusersid,emailto:emailto,emailcc:emailcc,emailbcc:emailbcc,subject:subject,attachment:attachment,content:content},succeededCallback,failedCallback,userContext); },
  649. WS_SendEmailToSupport:function(parentusersid,toemail,name,email,subject,content,succeededCallback, failedCallback, userContext) {
  650. return this._invoke(this._get_path(), 'WS_SendEmailToSupport',false,{parentusersid:parentusersid,toemail:toemail,name:name,email:email,subject:subject,content:content},succeededCallback,failedCallback,userContext); },
  651. WS_HeaderShowBulletinList:function(succeededCallback, failedCallback, userContext) {
  652. return this._invoke(this._get_path(), 'WS_HeaderShowBulletinList',false,{},succeededCallback,failedCallback,userContext); },
  653. WS_GetPricing:function(inConnoteNo,succeededCallback, failedCallback, userContext) {
  654. return this._invoke(this._get_path(), 'WS_GetPricing',false,{inConnoteNo:inConnoteNo},succeededCallback,failedCallback,userContext); },
  655. WS_GetPricingMawb:function(inConnoteNo,MawbCentralDbSID,succeededCallback, failedCallback, userContext) {
  656. return this._invoke(this._get_path(), 'WS_GetPricingMawb',false,{inConnoteNo:inConnoteNo,MawbCentralDbSID:MawbCentralDbSID},succeededCallback,failedCallback,userContext); },
  657. WS_Header_SearchTrack_Extended:function(trackconnote,viewtype,stid,OptionalField,succeededCallback, failedCallback, userContext) {
  658. return this._invoke(this._get_path(), 'WS_Header_SearchTrack_Extended',false,{trackconnote:trackconnote,viewtype:viewtype,stid:stid,OptionalField:OptionalField},succeededCallback,failedCallback,userContext); },
  659. WS_Header_SearchTrack:function(trackconnote,viewtype,stid,searchref,succeededCallback, failedCallback, userContext) {
  660. return this._invoke(this._get_path(), 'WS_Header_SearchTrack',false,{trackconnote:trackconnote,viewtype:viewtype,stid:stid,searchref:searchref},succeededCallback,failedCallback,userContext); },
  661. WS_Header_SearchContact:function(Criteria,HiddenFieldID,pageno,succeededCallback, failedCallback, userContext) {
  662. return this._invoke(this._get_path(), 'WS_Header_SearchContact',false,{Criteria:Criteria,HiddenFieldID:HiddenFieldID,pageno:pageno},succeededCallback,failedCallback,userContext); },
  663. WS_Header_ContactDetails:function(sid,iactiontype,succeededCallback, failedCallback, userContext) {
  664. return this._invoke(this._get_path(), 'WS_Header_ContactDetails',false,{sid:sid,iactiontype:iactiontype},succeededCallback,failedCallback,userContext); },
  665. WS_FooterUpdateContent:function(ContentFileTagCode,ContentDesc,ContentFilesName,succeededCallback, failedCallback, userContext) {
  666. return this._invoke(this._get_path(), 'WS_FooterUpdateContent',false,{ContentFileTagCode:ContentFileTagCode,ContentDesc:ContentDesc,ContentFilesName:ContentFilesName},succeededCallback,failedCallback,userContext); },
  667. WS_CreateEntityDebtorList:function(succeededCallback, failedCallback, userContext) {
  668. return this._invoke(this._get_path(), 'WS_CreateEntityDebtorList',false,{},succeededCallback,failedCallback,userContext); },
  669. WS_CreateHeaderUserName:function(succeededCallback, failedCallback, userContext) {
  670. return this._invoke(this._get_path(), 'WS_CreateHeaderUserName',false,{},succeededCallback,failedCallback,userContext); },
  671. WS_CreateMainMenu:function(succeededCallback, failedCallback, userContext) {
  672. return this._invoke(this._get_path(), 'WS_CreateMainMenu',false,{},succeededCallback,failedCallback,userContext); },
  673. WS_GetMyBookmark:function(succeededCallback, failedCallback, userContext) {
  674. return this._invoke(this._get_path(), 'WS_GetMyBookmark',false,{},succeededCallback,failedCallback,userContext); },
  675. WS_UpdateMyBookmark:function(BookSID,BookURL,BookTitle,BookDescription,succeededCallback, failedCallback, userContext) {
  676. return this._invoke(this._get_path(), 'WS_UpdateMyBookmark',false,{BookSID:BookSID,BookURL:BookURL,BookTitle:BookTitle,BookDescription:BookDescription},succeededCallback,failedCallback,userContext); },
  677. WS_RemoveBookmark:function(BookSID,succeededCallback, failedCallback, userContext) {
  678. return this._invoke(this._get_path(), 'WS_RemoveBookmark',false,{BookSID:BookSID},succeededCallback,failedCallback,userContext); },
  679. WS_Header_LoadCurrencyList:function(idname,succeededCallback, failedCallback, userContext) {
  680. return this._invoke(this._get_path(), 'WS_Header_LoadCurrencyList',false,{idname:idname},succeededCallback,failedCallback,userContext); },
  681. WS_Header_SwapOffice:function(NewOfficeSID,succeededCallback, failedCallback, userContext) {
  682. return this._invoke(this._get_path(), 'WS_Header_SwapOffice',false,{NewOfficeSID:NewOfficeSID},succeededCallback,failedCallback,userContext); },
  683. WS_Header_LoadSTypeList:function(idname,succeededCallback, failedCallback, userContext) {
  684. return this._invoke(this._get_path(), 'WS_Header_LoadSTypeList',false,{idname:idname},succeededCallback,failedCallback,userContext); },
  685. WS_Header_LoadCountryList:function(idname,succeededCallback, failedCallback, userContext) {
  686. return this._invoke(this._get_path(), 'WS_Header_LoadCountryList',false,{idname:idname},succeededCallback,failedCallback,userContext); },
  687. WS_Header_GetTransitTime:function(LocationFromType,LocationFrom,DestinationType,Destination,ServiceTypeSID,succeededCallback, failedCallback, userContext) {
  688. return this._invoke(this._get_path(), 'WS_Header_GetTransitTime',false,{LocationFromType:LocationFromType,LocationFrom:LocationFrom,DestinationType:DestinationType,Destination:Destination,ServiceTypeSID:ServiceTypeSID},succeededCallback,failedCallback,userContext); },
  689. WS_Header_GetQuickQuote:function(LocationFromType,LocationFrom,DestinationType,Destination,ServiceTypeSID,CurrencySID,Weight,AccountCode,NumOfItems,succeededCallback, failedCallback, userContext) {
  690. return this._invoke(this._get_path(), 'WS_Header_GetQuickQuote',false,{LocationFromType:LocationFromType,LocationFrom:LocationFrom,DestinationType:DestinationType,Destination:Destination,ServiceTypeSID:ServiceTypeSID,CurrencySID:CurrencySID,Weight:Weight,AccountCode:AccountCode,NumOfItems:NumOfItems},succeededCallback,failedCallback,userContext); },
  691. WS_EmailPrintDoc:function(ModuleSID,ModuleName,MawbSID,ConnoteSID,CManifestSID,CConnoteSID,succeededCallback, failedCallback, userContext) {
  692. return this._invoke(this._get_path(), 'WS_EmailPrintDoc',false,{ModuleSID:ModuleSID,ModuleName:ModuleName,MawbSID:MawbSID,ConnoteSID:ConnoteSID,CManifestSID:CManifestSID,CConnoteSID:CConnoteSID},succeededCallback,failedCallback,userContext); },
  693. WS_LoadAdvanceSearchType:function(selected,succeededCallback, failedCallback, userContext) {
  694. return this._invoke(this._get_path(), 'WS_LoadAdvanceSearchType',false,{selected:selected},succeededCallback,failedCallback,userContext); },
  695. WS_GetChatUserList:function(EntitySID,UserSID,succeededCallback, failedCallback, userContext) {
  696. return this._invoke(this._get_path(), 'WS_GetChatUserList',false,{EntitySID:EntitySID,UserSID:UserSID},succeededCallback,failedCallback,userContext); },
  697. WS_GetChatMessage:function(tempChatFirstCall,succeededCallback, failedCallback, userContext) {
  698. return this._invoke(this._get_path(), 'WS_GetChatMessage',false,{tempChatFirstCall:tempChatFirstCall},succeededCallback,failedCallback,userContext); },
  699. WS_SendChatMessage:function(ToUserName,ToUserSID,CommentContent,succeededCallback, failedCallback, userContext) {
  700. return this._invoke(this._get_path(), 'WS_SendChatMessage',false,{ToUserName:ToUserName,ToUserSID:ToUserSID,CommentContent:CommentContent},succeededCallback,failedCallback,userContext); },
  701. WS_CloseChatSession:function(iid,succeededCallback, failedCallback, userContext) {
  702. return this._invoke(this._get_path(), 'WS_CloseChatSession',false,{iid:iid},succeededCallback,failedCallback,userContext); },
  703. WS_LikeForm:function(DivID,InsertLike,succeededCallback, failedCallback, userContext) {
  704. return this._invoke(this._get_path(), 'WS_LikeForm',false,{DivID:DivID,InsertLike:InsertLike},succeededCallback,failedCallback,userContext); },
  705. WS_LikeComment:function(CommentSID,DivID,InsertLike,succeededCallback, failedCallback, userContext) {
  706. return this._invoke(this._get_path(), 'WS_LikeComment',false,{CommentSID:CommentSID,DivID:DivID,InsertLike:InsertLike},succeededCallback,failedCallback,userContext); },
  707. WS_Header_ChangeLanguage:function(LanguageSID,succeededCallback, failedCallback, userContext) {
  708. return this._invoke(this._get_path(), 'WS_Header_ChangeLanguage',false,{LanguageSID:LanguageSID},succeededCallback,failedCallback,userContext); },
  709. WS_GetCommentCount:function(RefSID,ObjectSID,succeededCallback, failedCallback, userContext) {
  710. return this._invoke(this._get_path(), 'WS_GetCommentCount',false,{RefSID:RefSID,ObjectSID:ObjectSID},succeededCallback,failedCallback,userContext); },
  711. WS_PostMessage:function(OrderSID,ObjectSID,CommentContent,succeededCallback, failedCallback, userContext) {
  712. return this._invoke(this._get_path(), 'WS_PostMessage',false,{OrderSID:OrderSID,ObjectSID:ObjectSID,CommentContent:CommentContent},succeededCallback,failedCallback,userContext); },
  713. WS_PostComment:function(OrderSID,ObjectSID,CommentContent,succeededCallback, failedCallback, userContext) {
  714. return this._invoke(this._get_path(), 'WS_PostComment',false,{OrderSID:OrderSID,ObjectSID:ObjectSID,CommentContent:CommentContent},succeededCallback,failedCallback,userContext); },
  715. WS_ReadComment:function(CommentSID,succeededCallback, failedCallback, userContext) {
  716. return this._invoke(this._get_path(), 'WS_ReadComment',false,{CommentSID:CommentSID},succeededCallback,failedCallback,userContext); },
  717. WS_NotifyPeople:function(ObjectRefSID,ObjectSID,EmailContent,Subject,succeededCallback, failedCallback, userContext) {
  718. return this._invoke(this._get_path(), 'WS_NotifyPeople',false,{ObjectRefSID:ObjectRefSID,ObjectSID:ObjectSID,EmailContent:EmailContent,Subject:Subject},succeededCallback,failedCallback,userContext); },
  719. WS_AddNotifyPeople:function(EmailAddress,UserSID,ObjectRefSID,ObjectSID,succeededCallback, failedCallback, userContext) {
  720. return this._invoke(this._get_path(), 'WS_AddNotifyPeople',false,{EmailAddress:EmailAddress,UserSID:UserSID,ObjectRefSID:ObjectRefSID,ObjectSID:ObjectSID},succeededCallback,failedCallback,userContext); },
  721. WS_RemoveNotifyPeople:function(NotifyPeopleSID,TypeSID,succeededCallback, failedCallback, userContext) {
  722. return this._invoke(this._get_path(), 'WS_RemoveNotifyPeople',false,{NotifyPeopleSID:NotifyPeopleSID,TypeSID:TypeSID},succeededCallback,failedCallback,userContext); },
  723. WS_RemoveNotifyPeopleLong:function(ObjectSID,ObjectRefSID,UserSID,succeededCallback, failedCallback, userContext) {
  724. return this._invoke(this._get_path(), 'WS_RemoveNotifyPeopleLong',false,{ObjectSID:ObjectSID,ObjectRefSID:ObjectRefSID,UserSID:UserSID},succeededCallback,failedCallback,userContext); },
  725. WS_GetPHCountryFilter:function(succeededCallback, failedCallback, userContext) {
  726. return this._invoke(this._get_path(), 'WS_GetPHCountryFilter',false,{},succeededCallback,failedCallback,userContext); },
  727. WS_GetPHDayCountry:function(CurrentDay,CountrySID,CountryName,succeededCallback, failedCallback, userContext) {
  728. return this._invoke(this._get_path(), 'WS_GetPHDayCountry',false,{CurrentDay:CurrentDay,CountrySID:CountrySID,CountryName:CountryName},succeededCallback,failedCallback,userContext); },
  729. WS_GetPH:function(CountrySID,CurrentDate,succeededCallback, failedCallback, userContext) {
  730. return this._invoke(this._get_path(), 'WS_GetPH',false,{CountrySID:CountrySID,CurrentDate:CurrentDate},succeededCallback,failedCallback,userContext); },
  731. WS_AddCountryFromHolidayFilter:function(AttributeName,succeededCallback, failedCallback, userContext) {
  732. return this._invoke(this._get_path(), 'WS_AddCountryFromHolidayFilter',false,{AttributeName:AttributeName},succeededCallback,failedCallback,userContext); },
  733. WS_DeleteCountryFromHolidayFilter:function(AttributeSID,succeededCallback, failedCallback, userContext) {
  734. return this._invoke(this._get_path(), 'WS_DeleteCountryFromHolidayFilter',false,{AttributeSID:AttributeSID},succeededCallback,failedCallback,userContext); },
  735. WS_CheckFilterApply:function(CountrySID,CurrentDate,succeededCallback, failedCallback, userContext) {
  736. return this._invoke(this._get_path(), 'WS_CheckFilterApply',false,{CountrySID:CountrySID,CurrentDate:CurrentDate},succeededCallback,failedCallback,userContext); },
  737. WS_AddStatement:function(SubjectObjectSID,SubjectID,PredicateID,ObjectID,succeededCallback, failedCallback, userContext) {
  738. return this._invoke(this._get_path(), 'WS_AddStatement',false,{SubjectObjectSID:SubjectObjectSID,SubjectID:SubjectID,PredicateID:PredicateID,ObjectID:ObjectID},succeededCallback,failedCallback,userContext); },
  739. WS_InsertStatement:function(SubjectObjectSID,SubjectID,PredicateID,ObjectID,succeededCallback, failedCallback, userContext) {
  740. return this._invoke(this._get_path(), 'WS_InsertStatement',false,{SubjectObjectSID:SubjectObjectSID,SubjectID:SubjectID,PredicateID:PredicateID,ObjectID:ObjectID},succeededCallback,failedCallback,userContext); },
  741. WS_UpdateSmartTab:function(Enable,succeededCallback, failedCallback, userContext) {
  742. return this._invoke(this._get_path(), 'WS_UpdateSmartTab',false,{Enable:Enable},succeededCallback,failedCallback,userContext); },
  743. WS_LoadSmartTab:function(succeededCallback, failedCallback, userContext) {
  744. return this._invoke(this._get_path(), 'WS_LoadSmartTab',false,{},succeededCallback,failedCallback,userContext); },
  745. WS_AskQuestionRule:function(SubjectID,PredicateID,ObjectID,Criteria,succeededCallback, failedCallback, userContext) {
  746. return this._invoke(this._get_path(), 'WS_AskQuestionRule',false,{SubjectID:SubjectID,PredicateID:PredicateID,ObjectID:ObjectID,Criteria:Criteria},succeededCallback,failedCallback,userContext); },
  747. WS_LoadPODImage:function(ref,stid,succeededCallback, failedCallback, userContext) {
  748. return this._invoke(this._get_path(), 'WS_LoadPODImage',false,{ref:ref,stid:stid},succeededCallback,failedCallback,userContext); },
  749. WS_ShowImage:function(ref,stid,succeededCallback, failedCallback, userContext) {
  750. return this._invoke(this._get_path(), 'WS_ShowImage',false,{ref:ref,stid:stid},succeededCallback,failedCallback,userContext); },
  751. WS_CheckDate:function(txtDate,succeededCallback, failedCallback, userContext) {
  752. return this._invoke(this._get_path(), 'WS_CheckDate',false,{txtDate:txtDate},succeededCallback,failedCallback,userContext); },
  753. WS_UpdateDriverList:function(succeededCallback, failedCallback, userContext) {
  754. return this._invoke(this._get_path(), 'WS_UpdateDriverList',false,{},succeededCallback,failedCallback,userContext); },
  755. WS_UpdateAgentList:function(succeededCallback, failedCallback, userContext) {
  756. return this._invoke(this._get_path(), 'WS_UpdateAgentList',false,{},succeededCallback,failedCallback,userContext); },
  757. WS_UpdateLocationList:function(succeededCallback, failedCallback, userContext) {
  758. return this._invoke(this._get_path(), 'WS_UpdateLocationList',false,{},succeededCallback,failedCallback,userContext); },
  759. WS_UpdateTCode:function(succeededCallback, failedCallback, userContext) {
  760. return this._invoke(this._get_path(), 'WS_UpdateTCode',false,{},succeededCallback,failedCallback,userContext); },
  761. WS_GetCurrentTime:function(succeededCallback, failedCallback, userContext) {
  762. return this._invoke(this._get_path(), 'WS_GetCurrentTime',false,{},succeededCallback,failedCallback,userContext); },
  763. WS_GetTrack:function(trackconnote,viewtype,succeededCallback, failedCallback, userContext) {
  764. return this._invoke(this._get_path(), 'WS_GetTrack',false,{trackconnote:trackconnote,viewtype:viewtype},succeededCallback,failedCallback,userContext); },
  765. WS_UpdateTrack:function(txtEvent,txtEventName,trackEventParentsid,txtRef,txtDate,txtTime,txtNotes,txtTrackAgentSID,txtModBy,txtLocation,txtLocationName,txtRunInfo,txtCompliant,txtAssocRef,txtAssocRef2,txtAutoAssign,txtTrackLocation,FileSID,succeededCallback, failedCallback, userContext) {
  766. return this._invoke(this._get_path(), 'WS_UpdateTrack',false,{txtEvent:txtEvent,txtEventName:txtEventName,trackEventParentsid:trackEventParentsid,txtRef:txtRef,txtDate:txtDate,txtTime:txtTime,txtNotes:txtNotes,txtTrackAgentSID:txtTrackAgentSID,txtModBy:txtModBy,txtLocation:txtLocation,txtLocationName:txtLocationName,txtRunInfo:txtRunInfo,txtCompliant:txtCompliant,txtAssocRef:txtAssocRef,txtAssocRef2:txtAssocRef2,txtAutoAssign:txtAutoAssign,txtTrackLocation:txtTrackLocation,FileSID:FileSID},succeededCallback,failedCallback,userContext); },
  767. WS_UpdateTrackList:function(TrackCentraldbsidlist,succeededCallback, failedCallback, userContext) {
  768. return this._invoke(this._get_path(), 'WS_UpdateTrackList',false,{TrackCentraldbsidlist:TrackCentraldbsidlist},succeededCallback,failedCallback,userContext); },
  769. WS_UpdateCustomTableInbox:function(trackconnote,succeededCallback, failedCallback, userContext) {
  770. return this._invoke(this._get_path(), 'WS_UpdateCustomTableInbox',false,{trackconnote:trackconnote},succeededCallback,failedCallback,userContext); },
  771. WS_UpdateTCode2:function(succeededCallback, failedCallback, userContext) {
  772. return this._invoke(this._get_path(), 'WS_UpdateTCode2',false,{},succeededCallback,failedCallback,userContext); },
  773. WS_UpdateTrack2:function(txtEvent,txtEventName,trackEventParentsid,txtRef,txtDate,txtTime,txtNotes,txtTrackAgentSID,txtModBy,txtLocation,txtLocationName,txtRunInfo,txtCompliant,txtAssocRef,txtAssocRef2,txtAutoAssign,txtTrackLocation,FileSID,succeededCallback, failedCallback, userContext) {
  774. return this._invoke(this._get_path(), 'WS_UpdateTrack2',false,{txtEvent:txtEvent,txtEventName:txtEventName,trackEventParentsid:trackEventParentsid,txtRef:txtRef,txtDate:txtDate,txtTime:txtTime,txtNotes:txtNotes,txtTrackAgentSID:txtTrackAgentSID,txtModBy:txtModBy,txtLocation:txtLocation,txtLocationName:txtLocationName,txtRunInfo:txtRunInfo,txtCompliant:txtCompliant,txtAssocRef:txtAssocRef,txtAssocRef2:txtAssocRef2,txtAutoAssign:txtAutoAssign,txtTrackLocation:txtTrackLocation,FileSID:FileSID},succeededCallback,failedCallback,userContext); }}
  775. PageMethods.registerClass('PageMethods',Sys.Net.WebServiceProxy);
  776. PageMethods._staticInstance = new PageMethods();
  777. PageMethods.set_path = function(value) { PageMethods._staticInstance.set_path(value); }
  778. PageMethods.get_path = function() { return PageMethods._staticInstance.get_path(); }
  779. PageMethods.set_timeout = function(value) { PageMethods._staticInstance.set_timeout(value); }
  780. PageMethods.get_timeout = function() { return PageMethods._staticInstance.get_timeout(); }
  781. PageMethods.set_defaultUserContext = function(value) { PageMethods._staticInstance.set_defaultUserContext(value); }
  782. PageMethods.get_defaultUserContext = function() { return PageMethods._staticInstance.get_defaultUserContext(); }
  783. PageMethods.set_defaultSucceededCallback = function(value) { PageMethods._staticInstance.set_defaultSucceededCallback(value); }
  784. PageMethods.get_defaultSucceededCallback = function() { return PageMethods._staticInstance.get_defaultSucceededCallback(); }
  785. PageMethods.set_defaultFailedCallback = function(value) { PageMethods._staticInstance.set_defaultFailedCallback(value); }
  786. PageMethods.get_defaultFailedCallback = function() { return PageMethods._staticInstance.get_defaultFailedCallback(); }
  787. PageMethods.set_enableJsonp = function(value) { PageMethods._staticInstance.set_enableJsonp(value); }
  788. PageMethods.get_enableJsonp = function() { return PageMethods._staticInstance.get_enableJsonp(); }
  789. PageMethods.set_jsonpCallbackParameter = function(value) { PageMethods._staticInstance.set_jsonpCallbackParameter(value); }
  790. PageMethods.get_jsonpCallbackParameter = function() { return PageMethods._staticInstance.get_jsonpCallbackParameter(); }
  791. PageMethods.set_path("etrack_entry.aspx");
  792. PageMethods.WS_SendEmail= function(parentusersid,emailto,emailcc,emailbcc,subject,attachment,content,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_SendEmail(parentusersid,emailto,emailcc,emailbcc,subject,attachment,content,onSuccess,onFailed,userContext); }
  793. PageMethods.WS_SendEmailToSupport= function(parentusersid,toemail,name,email,subject,content,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_SendEmailToSupport(parentusersid,toemail,name,email,subject,content,onSuccess,onFailed,userContext); }
  794. PageMethods.WS_HeaderShowBulletinList= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_HeaderShowBulletinList(onSuccess,onFailed,userContext); }
  795. PageMethods.WS_GetPricing= function(inConnoteNo,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetPricing(inConnoteNo,onSuccess,onFailed,userContext); }
  796. PageMethods.WS_GetPricingMawb= function(inConnoteNo,MawbCentralDbSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetPricingMawb(inConnoteNo,MawbCentralDbSID,onSuccess,onFailed,userContext); }
  797. PageMethods.WS_Header_SearchTrack_Extended= function(trackconnote,viewtype,stid,OptionalField,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_SearchTrack_Extended(trackconnote,viewtype,stid,OptionalField,onSuccess,onFailed,userContext); }
  798. PageMethods.WS_Header_SearchTrack= function(trackconnote,viewtype,stid,searchref,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_SearchTrack(trackconnote,viewtype,stid,searchref,onSuccess,onFailed,userContext); }
  799. PageMethods.WS_Header_SearchContact= function(Criteria,HiddenFieldID,pageno,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_SearchContact(Criteria,HiddenFieldID,pageno,onSuccess,onFailed,userContext); }
  800. PageMethods.WS_Header_ContactDetails= function(sid,iactiontype,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_ContactDetails(sid,iactiontype,onSuccess,onFailed,userContext); }
  801. PageMethods.WS_FooterUpdateContent= function(ContentFileTagCode,ContentDesc,ContentFilesName,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_FooterUpdateContent(ContentFileTagCode,ContentDesc,ContentFilesName,onSuccess,onFailed,userContext); }
  802. PageMethods.WS_CreateEntityDebtorList= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_CreateEntityDebtorList(onSuccess,onFailed,userContext); }
  803. PageMethods.WS_CreateHeaderUserName= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_CreateHeaderUserName(onSuccess,onFailed,userContext); }
  804. PageMethods.WS_CreateMainMenu= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_CreateMainMenu(onSuccess,onFailed,userContext); }
  805. PageMethods.WS_GetMyBookmark= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetMyBookmark(onSuccess,onFailed,userContext); }
  806. PageMethods.WS_UpdateMyBookmark= function(BookSID,BookURL,BookTitle,BookDescription,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateMyBookmark(BookSID,BookURL,BookTitle,BookDescription,onSuccess,onFailed,userContext); }
  807. PageMethods.WS_RemoveBookmark= function(BookSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_RemoveBookmark(BookSID,onSuccess,onFailed,userContext); }
  808. PageMethods.WS_Header_LoadCurrencyList= function(idname,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_LoadCurrencyList(idname,onSuccess,onFailed,userContext); }
  809. PageMethods.WS_Header_SwapOffice= function(NewOfficeSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_SwapOffice(NewOfficeSID,onSuccess,onFailed,userContext); }
  810. PageMethods.WS_Header_LoadSTypeList= function(idname,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_LoadSTypeList(idname,onSuccess,onFailed,userContext); }
  811. PageMethods.WS_Header_LoadCountryList= function(idname,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_LoadCountryList(idname,onSuccess,onFailed,userContext); }
  812. PageMethods.WS_Header_GetTransitTime= function(LocationFromType,LocationFrom,DestinationType,Destination,ServiceTypeSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_GetTransitTime(LocationFromType,LocationFrom,DestinationType,Destination,ServiceTypeSID,onSuccess,onFailed,userContext); }
  813. PageMethods.WS_Header_GetQuickQuote= function(LocationFromType,LocationFrom,DestinationType,Destination,ServiceTypeSID,CurrencySID,Weight,AccountCode,NumOfItems,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_GetQuickQuote(LocationFromType,LocationFrom,DestinationType,Destination,ServiceTypeSID,CurrencySID,Weight,AccountCode,NumOfItems,onSuccess,onFailed,userContext); }
  814. PageMethods.WS_EmailPrintDoc= function(ModuleSID,ModuleName,MawbSID,ConnoteSID,CManifestSID,CConnoteSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_EmailPrintDoc(ModuleSID,ModuleName,MawbSID,ConnoteSID,CManifestSID,CConnoteSID,onSuccess,onFailed,userContext); }
  815. PageMethods.WS_LoadAdvanceSearchType= function(selected,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_LoadAdvanceSearchType(selected,onSuccess,onFailed,userContext); }
  816. PageMethods.WS_GetChatUserList= function(EntitySID,UserSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetChatUserList(EntitySID,UserSID,onSuccess,onFailed,userContext); }
  817. PageMethods.WS_GetChatMessage= function(tempChatFirstCall,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetChatMessage(tempChatFirstCall,onSuccess,onFailed,userContext); }
  818. PageMethods.WS_SendChatMessage= function(ToUserName,ToUserSID,CommentContent,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_SendChatMessage(ToUserName,ToUserSID,CommentContent,onSuccess,onFailed,userContext); }
  819. PageMethods.WS_CloseChatSession= function(iid,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_CloseChatSession(iid,onSuccess,onFailed,userContext); }
  820. PageMethods.WS_LikeForm= function(DivID,InsertLike,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_LikeForm(DivID,InsertLike,onSuccess,onFailed,userContext); }
  821. PageMethods.WS_LikeComment= function(CommentSID,DivID,InsertLike,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_LikeComment(CommentSID,DivID,InsertLike,onSuccess,onFailed,userContext); }
  822. PageMethods.WS_Header_ChangeLanguage= function(LanguageSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_Header_ChangeLanguage(LanguageSID,onSuccess,onFailed,userContext); }
  823. PageMethods.WS_GetCommentCount= function(RefSID,ObjectSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetCommentCount(RefSID,ObjectSID,onSuccess,onFailed,userContext); }
  824. PageMethods.WS_PostMessage= function(OrderSID,ObjectSID,CommentContent,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_PostMessage(OrderSID,ObjectSID,CommentContent,onSuccess,onFailed,userContext); }
  825. PageMethods.WS_PostComment= function(OrderSID,ObjectSID,CommentContent,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_PostComment(OrderSID,ObjectSID,CommentContent,onSuccess,onFailed,userContext); }
  826. PageMethods.WS_ReadComment= function(CommentSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_ReadComment(CommentSID,onSuccess,onFailed,userContext); }
  827. PageMethods.WS_NotifyPeople= function(ObjectRefSID,ObjectSID,EmailContent,Subject,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_NotifyPeople(ObjectRefSID,ObjectSID,EmailContent,Subject,onSuccess,onFailed,userContext); }
  828. PageMethods.WS_AddNotifyPeople= function(EmailAddress,UserSID,ObjectRefSID,ObjectSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_AddNotifyPeople(EmailAddress,UserSID,ObjectRefSID,ObjectSID,onSuccess,onFailed,userContext); }
  829. PageMethods.WS_RemoveNotifyPeople= function(NotifyPeopleSID,TypeSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_RemoveNotifyPeople(NotifyPeopleSID,TypeSID,onSuccess,onFailed,userContext); }
  830. PageMethods.WS_RemoveNotifyPeopleLong= function(ObjectSID,ObjectRefSID,UserSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_RemoveNotifyPeopleLong(ObjectSID,ObjectRefSID,UserSID,onSuccess,onFailed,userContext); }
  831. PageMethods.WS_GetPHCountryFilter= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetPHCountryFilter(onSuccess,onFailed,userContext); }
  832. PageMethods.WS_GetPHDayCountry= function(CurrentDay,CountrySID,CountryName,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetPHDayCountry(CurrentDay,CountrySID,CountryName,onSuccess,onFailed,userContext); }
  833. PageMethods.WS_GetPH= function(CountrySID,CurrentDate,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetPH(CountrySID,CurrentDate,onSuccess,onFailed,userContext); }
  834. PageMethods.WS_AddCountryFromHolidayFilter= function(AttributeName,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_AddCountryFromHolidayFilter(AttributeName,onSuccess,onFailed,userContext); }
  835. PageMethods.WS_DeleteCountryFromHolidayFilter= function(AttributeSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_DeleteCountryFromHolidayFilter(AttributeSID,onSuccess,onFailed,userContext); }
  836. PageMethods.WS_CheckFilterApply= function(CountrySID,CurrentDate,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_CheckFilterApply(CountrySID,CurrentDate,onSuccess,onFailed,userContext); }
  837. PageMethods.WS_AddStatement= function(SubjectObjectSID,SubjectID,PredicateID,ObjectID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_AddStatement(SubjectObjectSID,SubjectID,PredicateID,ObjectID,onSuccess,onFailed,userContext); }
  838. PageMethods.WS_InsertStatement= function(SubjectObjectSID,SubjectID,PredicateID,ObjectID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_InsertStatement(SubjectObjectSID,SubjectID,PredicateID,ObjectID,onSuccess,onFailed,userContext); }
  839. PageMethods.WS_UpdateSmartTab= function(Enable,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateSmartTab(Enable,onSuccess,onFailed,userContext); }
  840. PageMethods.WS_LoadSmartTab= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_LoadSmartTab(onSuccess,onFailed,userContext); }
  841. PageMethods.WS_AskQuestionRule= function(SubjectID,PredicateID,ObjectID,Criteria,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_AskQuestionRule(SubjectID,PredicateID,ObjectID,Criteria,onSuccess,onFailed,userContext); }
  842. PageMethods.WS_LoadPODImage= function(ref,stid,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_LoadPODImage(ref,stid,onSuccess,onFailed,userContext); }
  843. PageMethods.WS_ShowImage= function(ref,stid,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_ShowImage(ref,stid,onSuccess,onFailed,userContext); }
  844. PageMethods.WS_CheckDate= function(txtDate,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_CheckDate(txtDate,onSuccess,onFailed,userContext); }
  845. PageMethods.WS_UpdateDriverList= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateDriverList(onSuccess,onFailed,userContext); }
  846. PageMethods.WS_UpdateAgentList= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateAgentList(onSuccess,onFailed,userContext); }
  847. PageMethods.WS_UpdateLocationList= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateLocationList(onSuccess,onFailed,userContext); }
  848. PageMethods.WS_UpdateTCode= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateTCode(onSuccess,onFailed,userContext); }
  849. PageMethods.WS_GetCurrentTime= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetCurrentTime(onSuccess,onFailed,userContext); }
  850. PageMethods.WS_GetTrack= function(trackconnote,viewtype,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_GetTrack(trackconnote,viewtype,onSuccess,onFailed,userContext); }
  851. PageMethods.WS_UpdateTrack= function(txtEvent,txtEventName,trackEventParentsid,txtRef,txtDate,txtTime,txtNotes,txtTrackAgentSID,txtModBy,txtLocation,txtLocationName,txtRunInfo,txtCompliant,txtAssocRef,txtAssocRef2,txtAutoAssign,txtTrackLocation,FileSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateTrack(txtEvent,txtEventName,trackEventParentsid,txtRef,txtDate,txtTime,txtNotes,txtTrackAgentSID,txtModBy,txtLocation,txtLocationName,txtRunInfo,txtCompliant,txtAssocRef,txtAssocRef2,txtAutoAssign,txtTrackLocation,FileSID,onSuccess,onFailed,userContext); }
  852. PageMethods.WS_UpdateTrackList= function(TrackCentraldbsidlist,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateTrackList(TrackCentraldbsidlist,onSuccess,onFailed,userContext); }
  853. PageMethods.WS_UpdateCustomTableInbox= function(trackconnote,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateCustomTableInbox(trackconnote,onSuccess,onFailed,userContext); }
  854. PageMethods.WS_UpdateTCode2= function(onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateTCode2(onSuccess,onFailed,userContext); }
  855. PageMethods.WS_UpdateTrack2= function(txtEvent,txtEventName,trackEventParentsid,txtRef,txtDate,txtTime,txtNotes,txtTrackAgentSID,txtModBy,txtLocation,txtLocationName,txtRunInfo,txtCompliant,txtAssocRef,txtAssocRef2,txtAutoAssign,txtTrackLocation,FileSID,onSuccess,onFailed,userContext) {PageMethods._staticInstance.WS_UpdateTrack2(txtEvent,txtEventName,trackEventParentsid,txtRef,txtDate,txtTime,txtNotes,txtTrackAgentSID,txtModBy,txtLocation,txtLocationName,txtRunInfo,txtCompliant,txtAssocRef,txtAssocRef2,txtAutoAssign,txtTrackLocation,FileSID,onSuccess,onFailed,userContext); }
  856. //]]>
  857. </script>
  858.  
  859. <div class="aspNetHidden">
  860.  
  861. <input name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" type="hidden" value="C73E6D35">
  862. <input name="__EVENTVALIDATION" id="__EVENTVALIDATION" type="hidden" value="/wEdAA7c6XyhG1JrVH8P4kyJaZX79jZZUEXrISmpEWhn63+/XL8549py8A12mCvees/0QSnSW9+jeefzsrIcAd0WiLeRhcbNxTViAUd2Pd7edaGx8BmZNGIoRxDbQgAJKEOrD1+edGLfXu8RA4zY3asodIm5KwDQlhye9Ml7fY+cLsE1UxSTENoTE7/HZ0MELES9CB+yNKvZAn4SPrGvAnmYf/4QPePVXrtI2wGRPevrm9cjlMm+CQc83RzRQfMgFU1HWoGBxMS4UK9xJilAKZ797CofOEvHEGO9O4oiwsbjGvTzf97FUblQMKpRiJcrF8uhbjQtfdAYZ/x8F3eaZBbaICf4">
  863. </div>
  864. <script type="text/javascript">
  865. //<![CDATA[
  866. Sys.WebForms.PageRequestManager._initialize('Scriptmanager1', 'form1', [], [], [], 90, '');
  867. //]]>
  868. </script>
  869.  
  870.  
  871. <link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
  872. <style type="text/css">
  873. .stype-item{padding:10px;border-top:solid 1px #CCC;background-color:#f9f9f9;}
  874. .stype-item .stype-header{font-weight:bold;font-size:12px;}
  875. .quote-results{line-height:17px;padding:15px 15px 15px 15px;}
  876. .stype-item .quote-results{line-height:17px;padding:0px !important;}
  877. .app-item-holder{position:relative;margin-top:5px;}
  878. .app-item{padding:1px 15px 1px 0px;text-align:left;margin-left:10px;}
  879. .app-item img{border:none;}
  880. .app-item a:link,.app-item a:visited{color:#3B5998;}
  881. .app-item a:hover{color:#333;}
  882. .app-item-title{display:inline-block;padding-bottom:4px;padding-left:5px;}
  883. #div_pagelike_holder1, #div_pagelike_holder1 > #div1{display:none;}
  884. #navigation-tabs #sub-tabs{background:none !important;background-color:#333;}
  885. #navigation-tabs #sub-tabs ul{background-color:#f9f9f9;border-bottom:1px solid #f9f9f9;border-left:1px solid #f9f9f9;border-right:1px solid #f9f9f9;}
  886. #navigation-tabs #sub-tabs a {padding:0 16px 0 16px;font-family:Arial;font-weight:500; text-transform:uppercase;}
  887. #navigation-tabs #sub-tabs span.tab-dropdown a:hover{font-weight:500;}
  888. #navigation-tabs #sub-tabs ul li a{padding:0 20px 0 20px;}
  889. .right-nav-icons-group{padding-top:0px;}
  890. #right_menu .HeaderLink{font-size:30px;margin-left:5px;}
  891. .desc-div-container{border:solid 1px #c4c4c4;}
  892. .main-div .main-sub-header{color:#474747;}
  893. #breadcrumb{background-image:none;background-color:#f1f1f1;}
  894. #navigation-tabs #sub-tabs .tab-dropdown-hover{background:none;background-color:#f1f1f1;}
  895. </style>
  896. <script src="https://d39v736q6j54zf.cloudfront.net/v4/js/jquery.autocomplete.js" type="text/javascript"></script>
  897.  
  898. <script language="JavaScript" src="https://d39v736q6j54zf.cloudfront.net/v4/js/jquery.qtip-1.0.min.js" type="text/javascript"></script>
  899.  
  900. <script src="https://d39v736q6j54zf.cloudfront.net/v4/js/jquery-1.4.2.js" type="text/javascript"></script>
  901.  
  902.  
  903. <script language="javascript" src="https://d39v736q6j54zf.cloudfront.net/v4/js/common.min.js" type="text/javascript"></script>
  904. <script src="js/progressbar.js" type="text/javascript"></script>
  905.  
  906. <script language="javascript" src="https://d39v736q6j54zf.cloudfront.net/v4/js/popupblocker.js" type="text/javascript"></script>
  907. <script language="javascript" type="text/javascript">
  908. function JS_LoadAutoCompleteQuoteLocationList(){
  909. // to fluss the existing autocomplete
  910. var input = $("#txtHeaderQuoteLocationFrom_L").clone(false);
  911. var parent = $("#txtHeaderQuoteLocationFrom_L").parent();
  912. $("#txtHeaderQuoteLocationFrom_L").remove();
  913. parent.append(input);
  914.  
  915. var input = $("#txtHeaderQuoteDestinationFrom_L").clone(false);
  916. var parent = $("#txtHeaderQuoteDestinationFrom_L").parent();
  917. $("#txtHeaderQuoteDestinationFrom_L").remove();
  918. parent.append(input);
  919. //end of flush
  920.  
  921.  
  922. $('#txtHeaderQuoteLocationFrom_L').autocomplete({ serviceUrl:'webservice/autocomplete_location.ashx',minChars:1, maxHeight:400,width:400,zIndex: 9999,deferRequestBy: 0,params: {},noCache: true,onSelect: function(value, data){
  923. $("#txtHeaderQuoteLocationFrom_L").val(value);}});
  924.  
  925. $('#txtHeaderQuoteDestinationFrom_L').autocomplete({ serviceUrl:'webservice/autocomplete_location.ashx',minChars:1, maxHeight:400,width:400,zIndex: 9999,deferRequestBy: 0,params: {},noCache: true,onSelect: function(value, data){
  926. $("#txtHeaderQuoteDestinationFrom_L").val(value);}});
  927. }
  928. </script>
  929.  
  930. <script language="javascript" type="text/javascript">
  931. function JS_HashTag(strKeyword,strObjSID,strRef,strTitle,strUrl,strDesc){
  932. $.ajax({
  933. type: 'POST',
  934. url: "webservice/api_searchengine.ashx",
  935. data: { FuncType: "Index",
  936. Keyword: strKeyword,
  937. Type: "Me",
  938. Group: "Personal",
  939. RefID: strRef,
  940. ObjSID: strObjSID,
  941. Title: strTitle,
  942. Url: strUrl,
  943. Desc: strDesc,
  944. TypeDis: "Me"
  945. },
  946. success: function(data) {
  947. try //Firefox, Mozilla, Opera, etc.
  948. {
  949. }
  950. catch(e) {alert(e);};
  951. },
  952. async:true
  953. });
  954. }
  955. </script>
  956. <script language="javascript" type="text/javascript">
  957. function js_label_headermessagecount(){
  958. if($("#idNewMessageHolder").length>0){
  959. $.ajax({
  960. type: 'POST',
  961. url: "webservice/api_inbox.ashx",
  962. data: { tpe: "message"},
  963. success: function(data) {
  964. try //Firefox, Mozilla, Opera, etc.
  965. {
  966. if(data=="0"){$("#idNewMessageHolder").fadeOut(3000);}
  967. else{$("#idNewMessageHolder").fadeIn(3000);}
  968. if(data!="" & data!="0"){
  969. if(data*1==1){
  970. $("#idNewMessageHolderCount").html(data+" person has sent you message(s).");
  971. }else{
  972. $("#idNewMessageHolderCount").html(data+" people has sent you message(s).");
  973. }
  974.  
  975. }
  976. }
  977. catch(e) {};
  978. }
  979. });
  980. }
  981. }
  982. function js_label_headernotificationcount(){
  983. if($(".header-nav-inbox").length>0){
  984. $.ajax({
  985. type: 'POST',
  986. url: "webservice/api_inbox.ashx",
  987. data: { id: ""},
  988. success: function(data) {
  989. try //Firefox, Mozilla, Opera, etc.
  990. {
  991. //var obj = $.parseJSON(data);
  992. if(data=="0"){if($("#notification_counter").length>0){$("#notification_counter").remove();}}
  993. if(data!="" & data!="0"){
  994. var xhtm = "<div style='position:absolute;z-index:100;bottom:2px;right:0px;background-color:red;color:#FFF;text-decoration:none;font-size:10px;-moz-border-radius: 5px;border-radius: 5px;padding:0px 3px 0px 3px;' id='notification_counter'>"+data+"</div>";
  995. if($("#notification_counter").length==0){$(".header-nav-inbox").append(xhtm);}else{$("#notification_counter").html(data);}
  996.  
  997. var scntr = js_label_notification();
  998. $(".header-nav-inbox").qtip({
  999. content: '<div style="font-size:11px;">'+scntr+'</div>',
  1000. style: {background: '#fff', padding:0,
  1001. border: { width: 1, color:'#333' }},
  1002. hide: { when: 'mouseout', fixed: true },
  1003. position: { corner: {
  1004. target: 'leftBottom',
  1005. tooltip: 'leftTop'
  1006. }}
  1007.  
  1008. });
  1009. }
  1010. }
  1011. catch(e) {};
  1012. },
  1013. async:true
  1014. });
  1015. }
  1016. }
  1017. function js_label_notification(){
  1018. var scntr="";
  1019. $.ajax({
  1020. type: 'POST',
  1021. url: "webservice/api_inbox.ashx",
  1022. data: { "tpe": "detail"},
  1023. success: function(data) {
  1024.  
  1025. try //Firefox, Mozilla, Opera, etc.
  1026. {
  1027. scntr =data;
  1028. }
  1029. catch(e) {};
  1030. },
  1031. async:false
  1032. });
  1033. return scntr;
  1034. }
  1035.  
  1036.  
  1037. function js_label_user(uid){
  1038. var strContent="";
  1039. $.ajax({
  1040. type: 'POST',
  1041. url: "webservice/api_user.ashx",
  1042. data: { id: uid},
  1043. success: function(data) {
  1044. try //Firefox, Mozilla, Opera, etc.
  1045. {
  1046. var obj = $.parseJSON(data);
  1047. strContent+='<div class="fb-text-wrap" style="border-bottom:solid 0px #CCC;padding:3px 3px 3px 3px;">';
  1048. strContent+='<div class="comment-avatar-wrap" style="top:3px;left:0px;border:solid 0px #000;"><img alt="" class="comment-avatar" src="'+obj.UserPhoto+'"></div>';
  1049. strContent+='<div class="fb-text-wrap-item" style="padding-left:55px;">';
  1050. var AFilename;
  1051. var myDate = new Date();
  1052. AFilename = myDate.getMonth()+'_'+myDate.getDay()+'_'+myDate.getTime();
  1053. strContent+='<div class="blue" style="font-weight:bold;"><a href="about.aspx?uid='+obj.UserSID+'&sessionid='+AFilename+'" class="blue">'+obj.UserFirstName+' '+obj.UserLastName+'</a></div>';
  1054. strContent+='<div class="fb-comment" style="margin-top:2px;">'+obj.UserCompanyName+'</div>';
  1055. strContent+='<div class="fb-comment" style="margin-top:2px;">'+obj.UserEmail+'</div>';
  1056.  
  1057. strContent+='</div>';
  1058. strContent+='</div>';
  1059. }
  1060. catch(e) {};
  1061. },
  1062. async:false
  1063. });
  1064. return strContent;
  1065. }
  1066. function JS_LikeForm(divid,ilike) {
  1067. return false;
  1068. PageMethods.WS_LikeForm(divid,ilike,
  1069. function LikeForm_OnSucceeded(result, userContext, methodName) {
  1070. document.getElementById(divid).innerHTML=result;
  1071. }
  1072.  
  1073. ,
  1074. function LikeForm_OnFailed(error, userContext, methodName) {
  1075. document.getElementById(divid).innerHTML=error;
  1076. }
  1077.  
  1078. );
  1079. }
  1080.  
  1081. function JS_LikeComment(cmsid,divid,ilike) {
  1082. PageMethods.WS_LikeComment(cmsid,divid,ilike,
  1083. function LikeComment_OnSucceeded(result, userContext, methodName) {
  1084. document.getElementById(divid).innerHTML=result;
  1085. }
  1086.  
  1087. ,
  1088. function LikeComment_OnFailed(error, userContext, methodName) {
  1089. document.getElementById(divid).innerHTML=error;
  1090. }
  1091.  
  1092. );
  1093. }
  1094.  
  1095.  
  1096. function statfindPosX(obj){
  1097.  
  1098. var posX = obj.offsetLeft;var posY = obj.offsetTop;
  1099. while(obj.offsetParent){
  1100. posX=posX+obj.offsetParent.offsetLeft;
  1101. posY=posY+obj.offsetParent.offsetTop;
  1102. if(obj==document.getElementsByTagName('body')[0]){break}
  1103. else{obj=obj.offsetParent;}
  1104. }
  1105. return posX;
  1106. }
  1107.  
  1108. function statfindPosY(obj){
  1109. var posX = obj.offsetLeft;var posY = obj.offsetTop;
  1110. while(obj.offsetParent){
  1111. posX=posX+obj.offsetParent.offsetLeft;
  1112. posY=posY+obj.offsetParent.offsetTop;
  1113. if(obj==document.getElementsByTagName('body')[0]){break}
  1114. else{obj=obj.offsetParent;}
  1115. }
  1116. return posY;
  1117. }
  1118. function ShowPopUpBaseOnPosition(e,ename) {
  1119. var posx = 0;
  1120. var posy = 0;
  1121. if (!e) var e = window.event;
  1122. if (e.pageX || e.pageY)
  1123. {
  1124. posx = e.pageX;
  1125. posy = e.pageY;
  1126. } else if (e.clientX || e.clientY) {
  1127. posx = e.clientX;
  1128. posy = e.clientY;
  1129. }
  1130.  
  1131. document.getElementById('idChangeEntity').style.display='block';
  1132. document.getElementById('idChangeEntity').style.left=posx-100+'px';
  1133. document.getElementById('idChangeEntity').style.top='19px';
  1134. }
  1135.  
  1136.  
  1137. function findPosX(iid){
  1138. var obj = document.getElementById(iid);
  1139. var posX = obj.offsetLeft;var posY = obj.offsetTop;
  1140. while(obj.offsetParent){
  1141. posX=posX+obj.offsetParent.offsetLeft;
  1142. posY=posY+obj.offsetParent.offsetTop;
  1143. if(obj==document.getElementsByTagName('body')[0]){break}
  1144. else{obj=obj.offsetParent;}
  1145. }
  1146. return posX;
  1147. }
  1148.  
  1149. function findPosY(iid){
  1150. var obj = document.getElementById(iid);
  1151. var posX = obj.offsetLeft;var posY = obj.offsetTop;
  1152. while(obj.offsetParent){
  1153. posX=posX+obj.offsetParent.offsetLeft;
  1154. posY=posY+obj.offsetParent.offsetTop;
  1155. if(obj==document.getElementsByTagName('body')[0]){break}
  1156. else{obj=obj.offsetParent;}
  1157. }
  1158. return posY;
  1159. }
  1160. function getElementsByClassName(classname, node) { if(!node) node = document.getElementsByTagName("body")[0]; var a = []; var re = new RegExp('\\b' + classname + '\\b'); var els = node.getElementsByTagName("*"); for(var i=0,j=els.length; i<j; i++) if(re.test(els[i].className))a.push(els[i]); return a;}
  1161.  
  1162. function ChangeContent(QueryType,cssid,csref){
  1163.  
  1164. if(QueryType == "VIEWDETAIL")
  1165. {
  1166. location.href='customerservice.aspx?txthiddenCsStatus=p&csref='+csref+'&cssid='+cssid;
  1167. return false;
  1168. }
  1169.  
  1170. if(QueryType == "SYSTEMCONFIG")
  1171. { location.href='systemconfiguration.aspx';
  1172. return false;
  1173. }
  1174. if(QueryType == "MAINBOARD")
  1175. { location.href='mainboard.aspx';
  1176. return false;
  1177. }
  1178. if(QueryType == "IMPORT")
  1179. { location.href='import.aspx';
  1180. return false;
  1181. }
  1182. if(QueryType == "CUSTOMER")
  1183. { location.href='customer.aspx';
  1184. return false;
  1185. }
  1186. if(QueryType == "EVENT")
  1187. { location.href='event.aspx';
  1188. return false;
  1189. }
  1190. if(QueryType == "MENU")
  1191. { location.href='menu.aspx';
  1192. return false;
  1193. }
  1194. if(QueryType == "REPORTINGSERVICE")
  1195. {
  1196. location.href='reportingservice.aspx';
  1197. return false;
  1198. }
  1199.  
  1200. if(QueryType == "PENDING")
  1201. {
  1202. location.href='customerservice.aspx?txthiddenCsStatus=p';
  1203. return false;
  1204. }
  1205.  
  1206. if(QueryType == "CLOSED")
  1207. {
  1208. location.href='customerservice.aspx?txthiddenCsStatus=c';
  1209. return false;
  1210. }
  1211.  
  1212. if(QueryType == "PROFILE")
  1213. {
  1214. location.href='profile.aspx';
  1215. return false;
  1216. }
  1217.  
  1218. if(QueryType == "SEARCH")
  1219. {
  1220. var sid;
  1221. var sref;
  1222. var scallername;
  1223.  
  1224. sid = document.getElementById("wuc_customerservice_SideSearch1_txtSearchID").value;
  1225.  
  1226. sref = document.getElementById("wuc_customerservice_SideSearch1_txtSearchRef").value;
  1227. scallername = document.getElementById("wuc_customerservice_SideSearch1_txtSearchCallerName").value;
  1228. saltref = document.getElementById("wuc_customerservice_SideSearch1_txtAltRef").value;
  1229. ssenderref = document.getElementById("wuc_customerservice_SideSearch1_txtSenderRef").value;
  1230.  
  1231. location.href='customerservice.aspx?txthiddenCsStatus=s&txthiddenSearchID='+sid+'&txthiddenSearchRef='+sref+'&txthiddenSearchCallerName='+scallername+'&txthiddenSearchAltRef='+saltref+'&txthiddenSearchSenderRef='+ssenderref;
  1232. return false;
  1233. }
  1234. else
  1235. {
  1236. location.href='customerservice.aspx';
  1237. return false;
  1238. }
  1239. return false;
  1240. }
  1241.  
  1242.  
  1243. var HeaderTopBDHeight;
  1244. HeaderTopBDHeight=10;
  1245. function IncreaseTopHeight() {
  1246. $('#popLoad').show();
  1247. document.getElementById('idHeaderTop').height=(document.getElementById('idHeaderTop').height/1)+4;
  1248. HeaderTopBDHeight = document.getElementById('idHeaderTop').height;
  1249. if(HeaderTopBDHeight<=90)
  1250. setTimeout("IncreaseTopHeight()",10);
  1251. else
  1252. $("#DashItemList").show();
  1253. }
  1254.  
  1255. function DecreaseTopHeight() {
  1256. $("#DashItemList").hide();
  1257. document.getElementById('idHeaderTop').height=(document.getElementById('idHeaderTop').height/1)-4;
  1258. HeaderTopBDHeight = document.getElementById('idHeaderTop').height;
  1259. if(HeaderTopBDHeight>10)
  1260. setTimeout("DecreaseTopHeight()",10);
  1261. else
  1262. {
  1263. $('#popLoad').hide();
  1264. }
  1265. }
  1266.  
  1267.  
  1268.  
  1269. function JS_SwapOffice(dmsid) {
  1270. document.getElementById("idChangeEntityDebtorList").innerHTML = "updating..";
  1271. PageMethods.WS_Header_SwapOffice(dmsid,SwapOffice_OnSucceeded, SwapOffice_OnFailed);
  1272. }
  1273.  
  1274. function SwapOffice_OnSucceeded(result, userContext, methodName) {
  1275. JS_CreateHeaderUserName();
  1276. JS_CreateMainMenu();
  1277. }
  1278.  
  1279. function SwapOffice_OnFailed(error, userContext, methodName) {
  1280. alert("SWAP DOMAIN FAILED : " + error);
  1281. }
  1282.  
  1283. function JS_SwapDomain(dmsid,usid) {
  1284. document.getElementById('CustomSwapDomain').innerHTML="";
  1285. PageMethods.WS_SwapDomain(dmsid,usid,SwapDomain_OnSucceeded, SwapDomain_OnFailed);
  1286. }
  1287.  
  1288. function SwapDomain_OnSucceeded(result, userContext, methodName) {
  1289. document.getElementById('CustomSwapDomain').innerHTML = result;
  1290. $('#idChangeDomain').hide();
  1291. $('#divprogress_swapdomain').hide();
  1292. }
  1293.  
  1294. function SwapDomain_OnFailed(error, userContext, methodName) {
  1295. alert("SWAP DOMAIN FAILED : " + error);
  1296. $('#idChangeDomain').hide();
  1297. $('#divprogress_swapdomain').hide();
  1298. }
  1299. ///////////////////////////////////////////////////////////////////////////
  1300. function JS_SwapDomainRefresh(dmsid,usid) {
  1301. JS_SwapDomain(dmsid,usid);
  1302. document.getElementById('LitDomainName').innerHTML="";
  1303. PageMethods.WS_SwapDomainRefresh(dmsid,usid,SwapDomainRefresh_OnSucceeded, SwapDomainRefresh_OnFailed);
  1304. }
  1305.  
  1306. function SwapDomainRefresh_OnSucceeded(result, userContext, methodName) {
  1307. document.getElementById('LitDomainName').innerHTML = result+" ";
  1308. }
  1309.  
  1310. function SwapDomainRefresh_OnFailed(error, userContext, methodName) {
  1311. alert("SWAP DOMAIN REFRESH FAILED : " + error);
  1312. }
  1313.  
  1314. var ChatHeaderTopBDHeight;
  1315. ChatHeaderTopBDHeight=10;
  1316. function IncreaseTopDbHeight() {
  1317. $('#popChat').show();
  1318. document.getElementById('idHeaderChatTop').height=30;
  1319. document.getElementById("idChatContact").innerHTML = '<div style="padding:3px 3px 3px 10px;">Loading..</div>';
  1320. $('#idChatContact').show();
  1321.  
  1322. }
  1323. function DecreaseTopDbHeight() {
  1324. document.getElementById('idHeaderChatTop').height=(document.getElementById('idHeaderChatTop').height/1)-20;
  1325. ChatHeaderTopBDHeight = document.getElementById('idHeaderChatTop').height;
  1326. if(ChatHeaderTopBDHeight>25)
  1327. {
  1328. setTimeout("DecreaseTopDbHeight()",10);
  1329. }
  1330. else
  1331. {
  1332. $('#popChat').hide();
  1333. }
  1334. }
  1335. function JS_HeaderSendEmail() {
  1336. var strto,strcc,strbcc,strsubject,strcontent,strattachment;
  1337.  
  1338. strto = document.getElementById('txtHeaderEmailFormTo').value;
  1339. strcc = document.getElementById('txtHeaderEmailFormCc').value;
  1340. strbcc = document.getElementById('txtHeaderEmailFormBcc').value;
  1341. strsubject = document.getElementById('txtHeaderEmailFormSubject').value;
  1342. //strcontent = document.getElementById('txtHeaderEmailFormContent').value;
  1343. strcontent = document.getElementById('txtHeaderEmailFormContentdiv').innerHTML;
  1344.  
  1345. strattachment = document.getElementById('txtHeaderEmailFormAttachment').value;
  1346.  
  1347. document.getElementById('idEmailSent').className = "table1";
  1348. document.getElementById('idEmailSentContent').innerHTML = "<img id='img2' src='files/images_effect_popup/icn_save.jpg' border='0' class='HeaderIcon' height='20px' />&nbsp;&nbsp;Email Sent : " + strsubject;
  1349. $('#idSent').show();
  1350. $('#idLoadSendEmail').show();
  1351. $('#idEmailSent').hide();
  1352.  
  1353. PageMethods.WS_SendEmail('',strto,strcc,strbcc,strsubject,strattachment,strcontent,SendEmail_OnSucceeded, SendEmail_OnFailed);
  1354. }
  1355.  
  1356. function Left(str, n)
  1357. {
  1358. if (n <= 0)
  1359. return "";
  1360. else if (n > String(str).length)
  1361. return str;
  1362. else
  1363. return String(str).substring(0,n);
  1364. }
  1365.  
  1366. function SendEmail_OnSucceeded(result, userContext, methodName) {
  1367. $('#idLoadSendEmail').hide();
  1368. $('#idEmailSent').show();
  1369. if (Left(result,3)=="ERR")
  1370. {
  1371. document.getElementById('idEmailSent').className = "errorMsg";
  1372. document.getElementById('idEmailSentContent').innerHTML = "<img id='img2' src='images/icons/exclamation.png'/>&nbsp;&nbsp;Send Email Failed : " + result.replace(/\ERR : /g,"");
  1373. }
  1374. else
  1375. {
  1376. document.getElementById('txtHeaderEmailFormTo').value="";
  1377. document.getElementById('txtHeaderEmailFormCc').value="";
  1378. document.getElementById('txtHeaderEmailFormBcc').value="";
  1379. document.getElementById('txtHeaderEmailFormSubject').value="";
  1380. document.getElementById('txtHeaderEmailFormContent').value="";
  1381. document.getElementById('txtHeaderEmailFormContentdiv').innerHTML="";
  1382.  
  1383. document.getElementById('txtHeaderEmailFormAttachment').value="";
  1384. }
  1385.  
  1386. }
  1387.  
  1388. function SendEmail_OnFailed(error, userContext, methodName) {
  1389. $('#idLoadSendEmail').hide();
  1390. $('#idEmailSent').show();
  1391. document.getElementById('idEmailSentContent').innerHTML = "<img id='img2' src='files/images_effect_popup/icn_cancel.jpg' border='0' class='HeaderIcon' height='20px' />&nbsp;&nbsp;Send Email Failed : " + error;
  1392. }
  1393.  
  1394. function JS_SearchTrack(){
  1395. var AFilename;
  1396. var myDate = new Date();
  1397. AFilename = myDate.getMonth()+'_'+myDate.getDay()+'_'+myDate.getTime();
  1398. var svalue=$("#main-search").val();
  1399. if(svalue.indexOf("/")>=0){
  1400. location.href='search_results.aspx?cn='+document.getElementById('main-search').value+'&sessionid='+AFilename;
  1401. }else{
  1402. location.href='etrack.aspx?cn='+document.getElementById('main-search').value+'&sessionid='+AFilename;
  1403. }
  1404. }
  1405. </script>
  1406. <!--END Shared Page Method Function-->
  1407.  
  1408.  
  1409. <div id="idDebugnow" style="height: 500px; overflow: auto; display: none; z-index: 3000;">
  1410. </div>
  1411.  
  1412.  
  1413. <div id="top-header-wrapper-bg" style="top: 58px; width: 100%; height: 30px; position: absolute; background-color: rgb(71, 71, 71);"></div>
  1414. <div id="top-header-wrapper" style="text-align: center; position: relative; z-index: 10;">
  1415. <div style="margin: 0px auto; left: 0px; top: 0px; width: 1000px; height: 90px; text-align: left; display: inline-block; position: relative;">
  1416. <div style="height: 58px;">
  1417. <div style="padding: 0px 10px 0px 0px; display: inline-block;">
  1418.  
  1419. <img height="51" id="img3" src="https://www.ffdx.net/v3/images/company_logo/logo_skynet.jpg" border="0">
  1420.  
  1421. </div>
  1422. <div id="wuc_Header1_PanelHeadPersonalInfo">
  1423.  
  1424. <div class="Size9" style="padding: 2px 10px; top: 37px; text-align: center; right: 300px; color: navy; line-height: 18px; border-right-color: rgb(51, 51, 51); border-bottom-color: rgb(51, 51, 51); border-left-color: rgb(51, 51, 51); border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; display: inline-block; position: absolute; z-index: 100;">
  1425. </div>
  1426.  
  1427. <div class="Size9 top-nav-user" style="top: 5px; text-align: right; right: 10px; line-height: 18px; font-size: 12px; display: inline-block; position: absolute; z-index: 100;">
  1428. <span id="idSubUserName"><a class="blue" href="profile.aspx?uid=253220&amp;sessionid=0872452282867E2D761E43B93700B7F3">Dub.Ops</a>,&nbsp;Skynet Global (<a class="blue" href="abtstation.aspx?stationid=808&amp;sessionid=0872452282867E2D761E43B93700B7F3">SkyNet Dublin</a>)&nbsp;<a class="blue" id="btnChangeEntity" href="app_station.aspx">Change</a>&nbsp;<div id="idEnableChat" style="display: none;">YES</div></span>
  1429. <div class="right-nav-icons-group" id="right_menu">
  1430. <a title="Sign Out" class="HeaderLink" href="logout.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3"><i class="fa fa-sign-out"></i></a>
  1431.  
  1432. <a title="Contact List" class="HeaderLink" href="addressbook.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3"><i class="fa fa-book"></i></a>
  1433.  
  1434. <a title="Inbox" class="HeaderLink header-nav-inbox" href="inbox.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3"><i class="fa fa-envelope"></i></a>
  1435. <a title="My Profile" class="HeaderLink" href="profile.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3"><i class="fa fa-user"></i></a>
  1436.  
  1437. <a title="Help" class="HeaderLink iframe-help" id="lnk_help" href="help.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3"><i class="fa fa-info-circle"></i></a>
  1438. <script language="javascript" type="text/javascript">
  1439. function JS_RefreshHelpLink(){
  1440. var randomnumber="";
  1441. randomnumber=Math.floor(Math.random()*11);
  1442. $("#lnk_help").attr("href", "help.aspx?sessionid="+'04EA7555CCE44CBA8C6DFA1916DA9AB7'+"&no="+randomnumber);
  1443. }
  1444. </script>
  1445. </div>
  1446. <div id="showClicked"></div>
  1447. </div>
  1448.  
  1449. </div>
  1450. </div>
  1451. <div id="navigation-tabs">
  1452. <div id="sub-tabs" style="margin-bottom: 20px;">
  1453. <!--ALL///-->
  1454. <span style="width: 0px;"></span>
  1455. <style>
  1456. #tab-dropdown-160{display:none !important;}
  1457. </style>
  1458.  
  1459. <div id="idstrReturn" style="display: inline;">
  1460. <span class="tab-dropdown" id="tab-dropdown-21"><a id="tab-dropdown-21-a" href="dashboard.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Home</a></span><span class="tab-dropdown" id="tab-dropdown-29"><a id="tab-dropdown-29-a" href="eShipping.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Shipping</a><ul id="tab-dropdown-29-ul" style="display: none;"><li><a class="level1" href="eShipping.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Shipping</a></li><li><a class="level1" href="eshipping_express_entry.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Express Entry</a></li><li><a class="level1" href="ejob.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Job Scheduling</a></li><li><a class="level1" href="ecollect.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Collection</a></li><li><a class="level1" href="emanifest.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Manifesting</a></li><li><a class="level1" href="esupplies.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Supplies</a></li><li><a class="level1" href="altRef_update.aspx?sessionid=0872452282867E2D761E43B93700B7F3">AltRef Update</a></li></ul></span><span class="tab-dropdown" id="tab-dropdown-33"><a id="tab-dropdown-33-a" href="etrack.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Tracking</a><ul id="tab-dropdown-33-ul" style="display: none;"><li><a class="level1" href="etrack.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Tracking Enquiry</a></li><li><a class="level1" href="etrack_entry.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Tracking Entry</a></li></ul></span><span class="tab-dropdown" id="tab-dropdown-134"><a id="tab-dropdown-134-a" href="ereport.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Reporting</a><ul id="tab-dropdown-134-ul" style="display: none;"><li><a class="level1" href="rptCustOnlineShippingSummary.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Customer Online Shipping Summary</a></li><li><a class="level1" href="rptManifestSummary.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Manifest Summary</a></li><li><a class="level1" href="rptDeliveryRunManifest.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Delivery Run Manifest</a></li><li><a class="level1" href="rptShipmentHistory.aspx?sessionid=0872452282867E2D761E43B93700B7F3">Shipment History Report</a></li><li><a class="level1" href="rptEIS.aspx?sessionid=0872452282867E2D761E43B93700B7F3">EIS Shipment Report</a></li></ul></span><script type="text/javascript">addDropDown('21');addDropDown('29');addDropDown('33');addDropDown('134');</script></div>
  1461. <!--SEARCH BOX///-->
  1462.  
  1463. <div id="tab-search" style="display: block; position: relative;">
  1464. <input id="main-search" style="border: 0px solid rgb(255, 255, 255); border-image: none;" onkeydown="if(event.keyCode==13){JS_SearchTrack();return false;} " type="text" maxlength="50" placeholder="Search ..">
  1465. <a id="main-search-img" onclick="JS_SearchTrack();return false;"><img height="17" src="image/buttons/btn_search.gif"></a>
  1466.  
  1467. <div id="divSearchAdv" onfocusout="$('#divSearchAdv').hide();">
  1468. </div>
  1469. </div>
  1470.  
  1471. <!--END///-->
  1472. </div>
  1473.  
  1474.  
  1475.  
  1476.  
  1477. </div>
  1478. </div>
  1479.  
  1480.  
  1481.  
  1482. </div>
  1483.  
  1484. <div class="Size9" id="iFramedHeader" style="margin: 0px auto; width: 1000px; text-align: right; display: none; position: relative;">Welcome Dub.Ops, <a class="normallink" href="logout.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3&amp;redirect=">Sign Out</a></div>
  1485. <div id="idChangeDomain">
  1486. <div class="Size9" id="divprogress_swapdomain" style="text-align: left; margin-left: 20px; display: none;"><img class="HeaderIcon" id="img1" src="files/images_effect_popup/icn_loading.gif" border="0">&nbsp;Loading..</div>
  1487. <div class="table1" id="CustomSwapDomain" style="padding: 0px 10px 10px;"></div>
  1488. </div>
  1489. <div style='width: 100%; margin-bottom: 5px; vertical-align: middle; display: none; background-image: url("files/images_effect_popup/top_bg.gif");'>
  1490. <table width="900" height="60" align="center" style='margin-bottom: 5px; background-image: url("files/images_effect_popup/top_bg.gif"); background-color: rgb(21, 27, 84);' border="0" cellspacing="0" cellpadding="0">
  1491. <tbody><tr>
  1492. <td align="left" class="logoheader" valign="middle" style="padding-top: 2px;">
  1493. <img height="20" id="img4" src="files/images_effect_popup/ff_logosmall_tran.gif" border="0">
  1494. <a style="color: rgb(255, 255, 255);" href="#">GET Online</a>&nbsp;&nbsp;
  1495. <div style="width: 600px;">
  1496.  
  1497. </div>
  1498. </td>
  1499. <td width="400" align="right" valign="middle" style="width: 400px;">
  1500.  
  1501. <table>
  1502. <tbody><tr>
  1503. <td align="right" class="style1" style="color: rgb(255, 255, 255); line-height: 18px;">
  1504.  
  1505.  
  1506. </td>
  1507. </tr>
  1508. </tbody></table>
  1509.  
  1510.  
  1511. </td>
  1512. </tr>
  1513. </tbody></table>
  1514. </div>
  1515.  
  1516.  
  1517. <div class="popChat" id="idHeaderToolBarApplication" style="padding-right: 90px;">
  1518. <div class="popChatHolder Size9" style="border-radius: 5px; position: relative; min-width: 130px; -moz-border-radius: 5px;">
  1519. <div class="popupChatHeader" style="border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px;">Applications</div>
  1520. <div class="popupChatHeader" style="top: 0px; right: 5px; position: absolute;"><a onclick="$('#idHeaderToolBarApplication').slideUp('slow');" href="javascript:;">hide</a>&nbsp;</div>
  1521. <div class="app-item-holder">
  1522. <div class="app-item" style="display: none;"><a onclick="JS_Header_ShowPopUp('EmailForm');$('#idHeaderToolBarApplication').hide();" href="javascript:;"><img src="images/icons/email.png"><span class="app-item-title">Send Email</span></a></div>
  1523. <div class="app-item"><a class="send-email" href="mail/app_mail.aspx"><img src="images/icons/email.png"><span class="app-item-title">Send Email</span></a></div>
  1524.  
  1525. <div class="app-item"><a class="send-sms-link" href="app_sms.aspx"><img src="images/icons/phone.png"><span class="app-item-title">Send SMS</span></a></div>
  1526.  
  1527. <div class="app-item" style="display: none;"><a onclick="JS_Header_ShowPopUp('TrackingForm');$('#idHeaderToolBarApplication').hide();" href="javascript:;"><img src="images/icons/flag_green.png"><span class="app-item-title">Search Tracking</span></a></div>
  1528. <div class="app-item" style="display: none;"><a onclick="JS_Header_ShowPopUp('ContactForm');$('#idHeaderToolBarApplication').hide();" href="javascript:;"><img src="images/icons/book_open.png"><span class="app-item-title">Search Contacts</span></a></div>
  1529.  
  1530.  
  1531. <div class="app-item"><a id="app-quickquote" onclick="$('#idHeaderToolBarApplication').hide();" href="eshipping_quote_v2.aspx?sessionid=0872452282867E2D761E43B93700B7F3&amp;vs=eshipping"><img id="img10" src="images/icons/money.png"><span class="app-item-title">Quick Quote</span></a></div>
  1532.  
  1533.  
  1534. <div class="app-item" style="display: none;"><a onclick="JS_Header_ShowPopUp('TransitTimeForm');$('#idHeaderToolBarApplication').hide();" href="javascript:;"><img id="img6" src="images/icons/clock.png"><span class="app-item-title">Transit Time</span></a></div>
  1535.  
  1536.  
  1537. <div class="app-item"><a href="calendar.aspx?sessionid=0872452282867E2D761E43B93700B7F3"><img id="img5" src="images/icons/calendar.png"><span class="app-item-title">Calendar</span></a></div>
  1538. <div class="app-item"><a href="ticket.aspx?sessionid=0872452282867E2D761E43B93700B7F3"><img id="img7" src="images/icons/bug.png"><span class="app-item-title">Issue Tracker</span></a></div>
  1539. <div class="app-item" style="display: none;"><a href="cloud/file_list.aspx?sessionid=0872452282867E2D761E43B93700B7F3"><img id="img13" src="images/icons/folder_page.png"><span class="app-item-title">File Service</span></a></div>
  1540. <div class="app-item"><a href="https://ws01.ffdx.net/crm_v1/dashboard.aspx" target="_blank"><img id="asterisk_orange" src="images/icons/asterisk_orange.png"><span class="app-item-title">CRM Solution</span></a></div>
  1541. <div id="myappitem" style="margin: 5px 0px; padding: 7px 0px 5px; border-top-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-bottom-width: 0px; border-top-style: solid; border-bottom-style: solid;"></div>
  1542. <div class="app-item" style="display: none;"><a href="ewallet.aspx?sessionid=0872452282867E2D761E43B93700B7F3"><img id="img12" src="images/icons/money_dollar.png"><span class="app-item-title">E-Wallet</span></a></div>
  1543. <div class="app-item" style="display: none;"><a href="appstore.aspx?sessionid=0872452282867E2D761E43B93700B7F3"><img id="img9" src="images/icons/brick.png"><span class="app-item-title">Apps Store</span></a></div>
  1544. <div class="app-item" style="display: none;"><a href="developers.aspx?sessionid=0872452282867E2D761E43B93700B7F3"><img id="img11" src="images/icons/application_osx_terminal.png"><span class="app-item-title">Developers</span></a></div>
  1545. </div>
  1546.  
  1547. </div>
  1548. </div>
  1549.  
  1550. <div class="popChat" id="idHeaderBulletinList" style="padding-right: 90px;">
  1551. <div class="popChatHolder Size9">
  1552. <table style="min-width: 130px;" cellspacing="0" cellpadding="0">
  1553. <tbody><tr>
  1554. <td class="popupChatHeader">Recent Messages</td>
  1555. <td class="popupChatHeader" style="padding: 5px 2px 2px; text-align: right;"><a onclick="$('#idHeaderBulletinList').hide();" href="javascript:;">hide</a>&nbsp;</td>
  1556. </tr>
  1557. <tr>
  1558. <td class="Size9" style="text-align: left;" colspan="2">
  1559. <div id="idHeaderBulletinListContent" style="padding: 0px 5px 5px; -ms-overflow-x: hidden; -ms-overflow-y: auto; max-height: 300px;"></div></td>
  1560. </tr>
  1561. </tbody></table>
  1562. </div>
  1563. </div>
  1564.  
  1565. <div id="popChatBG"></div>
  1566. <div class="popChat" id="popChat" style="padding-right: 22px;">
  1567. <div class="popChatHolder Size9" id="idHeaderChatTop" style="border-radius: 5px; -moz-border-radius: 5px;">
  1568. <table style="min-width: 130px;" cellspacing="0" cellpadding="0">
  1569. <tbody><tr>
  1570. <td class="popupChatHeader" style="border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-top-left-radius: 5px; -moz-border-top-right-radius: 5px;">Chat</td>
  1571. <td class="popupChatHeader" style="padding: 5px 2px 2px; text-align: right;"><a onclick="$('#popChat').slideUp('slow');return false;" href="javascript:;">hide</a>&nbsp;</td>
  1572. </tr>
  1573. <tr>
  1574. <td class="Size9" style="text-align: left; padding-right: 20px;" colspan="2"><div id="idChatContact"><div style="padding: 3px 3px 3px 10px;">Loading..</div></div></td>
  1575. </tr>
  1576. </tbody></table>
  1577. </div>
  1578. </div>
  1579. <script language="javascript">
  1580. function JS_IniSmartTab(temp){
  1581. }
  1582. </script>
  1583. <div class="Size9 idSmartTabHolder" id="idNewMessageHolder" style="padding: 10px; border-radius: 8px; text-align: center; right: 20px; bottom: 35px; display: none; position: fixed; z-index: 1000; opacity: 0.5; background-color: red; -moz-opacity: 0.5; -khtml-opacity: 0.5; -moz-border-radius: 8px;">
  1584. <a title="Click to view messages" style="color: rgb(255, 255, 255); font-size: 11px; display: block;" href="message.aspx?sessionid=?sessionid=0872452282867E2D761E43B93700B7F3"><span id="idNewMessageHolderCount"></span></a>
  1585. <div style="right: 20px; bottom: -10px; border-top-color: red; border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-top-width: 10px; border-right-width: 10px; border-left-width: 10px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute;"></div>
  1586. </div>
  1587.  
  1588. <div id="wuc_Header1_idChatPanel">
  1589.  
  1590. <div class="ChatToolBar" id="dxbdIcon" style="right: 74px !important;">
  1591. <div class="table1" style="padding: 0px 2px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; float: right; cursor: pointer;">
  1592. <table cellspacing="0" cellpadding="0"><tbody><tr>
  1593. <td class="Size9" style="padding: 0px 10px 4px; height: 23px;"><a onclick="$('.popChat').hide();$('#idHeaderToolBarApplication').slideDown('slow');JS_LoadMyApp();" href="javascript:;">Applications</a></td>
  1594.  
  1595. </tr></tbody></table></div>
  1596. </div>
  1597.  
  1598. </div>
  1599. <div class="table1" id="idChangeEntity" style="padding: 5px; top: 30px; display: none; position: absolute; z-index: 1100;">
  1600. <div class="Size9">
  1601. <div id="idChangeEntityDebtorList"></div>
  1602. <div style="text-align: left; padding-top: 5px;">
  1603. <a class="button" id="wuc_Header1_btnHeaderUpdateChangeEntity" href="javascript:__doPostBack('wuc_Header1$btnHeaderUpdateChangeEntity','')">Update</a>
  1604. &nbsp;<a class="button button-alt-style1" onclick="$('#idChangeEntity').hide();" href="javascript:;">Cancel</a>
  1605. </div>
  1606. </div>
  1607. </div>
  1608. <script language="javascript" type="text/javascript">
  1609.  
  1610.  
  1611. function JS_CreateEntityDebtorList() {
  1612. if(document.getElementById("idChangeEntityDebtorList").innerHTML!="" & document.getElementById("idChangeEntityDebtorList").innerHTML!="updating.."){return false;}
  1613. document.getElementById("idChangeEntityDebtorList").innerHTML = "loading..";
  1614. PageMethods.WS_CreateEntityDebtorList(function CreateEntityDebtorList_OnSucceeded(result, userContext, methodName) {
  1615. document.getElementById("idChangeEntityDebtorList").innerHTML = result;
  1616. }, CreateEntityDebtorList_OnFailed);
  1617. }
  1618. function CreateEntityDebtorList_OnFailed(error, userContext, methodName) {
  1619. }
  1620.  
  1621.  
  1622. function JS_CreateHeaderUserName() {
  1623. document.getElementById("idSubUserName").innerHTML = "";
  1624. PageMethods.WS_CreateHeaderUserName(function CreateHeaderUserName_OnSucceeded(result, userContext, methodName) {
  1625. document.getElementById("idSubUserName").innerHTML = result;
  1626.  
  1627. if(document.getElementById("btnChangeEntity")){
  1628. JS_CreateEntityDebtorList();
  1629. }
  1630. if(document.getElementById("idEnableChat")){
  1631. if(document.getElementById("wuc_Header1_idChatPanel")){
  1632. $("#wuc_Header1_idChatPanel").show();
  1633. }
  1634. }
  1635. else{
  1636. if(document.getElementById("wuc_Header1_idChatPanel")){
  1637. $("#wuc_Header1_idChatPanel").hide();
  1638. }
  1639. }
  1640.  
  1641. }, CreateHeaderUserName_OnFailed);
  1642. }
  1643. function CreateHeaderUserName_OnFailed(error, userContext, methodName) {}
  1644. function JS_CreateMainMenu() {
  1645. document.getElementById("idstrReturn").innerHTML = "";
  1646. PageMethods.WS_CreateMainMenu(function CreateMainMenu_OnSucceeded(result, userContext, methodName) {
  1647. document.getElementById("idstrReturn").innerHTML = result;
  1648. var x = document.getElementById("idstrReturn").getElementsByTagName("script");
  1649. for(var i=0;i<x.length;i++)
  1650. {
  1651. eval(x[i].text);
  1652. }
  1653. }, CreateMainMenu_OnFailed);
  1654. }
  1655. function CreateMainMenu_OnFailed(error, userContext, methodName) {}
  1656. </script>
  1657. <script language="javascript" type="text/javascript">
  1658. var HeaderAutoCompleteList=new Array();
  1659. </script>
  1660.  
  1661. <script language="javascript" type="text/javascript">
  1662. function JS_HeaderShowBulletinList() {
  1663.  
  1664. $("#idHeaderBulletinList").show("fast");
  1665. $("#idHeaderBulletinListContent").show();
  1666. if(document.getElementById('idHeaderBulletinListContent').innerHTML!="" & document.getElementById('idHeaderBulletinListContent').innerHTML!="Loading..."){
  1667. return false}
  1668. document.getElementById('idHeaderBulletinListContent').innerHTML="Loading...";
  1669. PageMethods.WS_HeaderShowBulletinList(HeaderShowBulletinList_OnSucceeded, HeaderShowBulletinList_OnFailed);
  1670. }
  1671.  
  1672. function HeaderShowBulletinList_OnSucceeded(result, userContext, methodName) {
  1673. document.getElementById('idHeaderBulletinListContent').innerHTML = result;
  1674. }
  1675.  
  1676. function HeaderShowBulletinList_OnFailed(error, userContext, methodName) {
  1677. document.getElementById('idHeaderBulletinListContent').innerHTML = error;
  1678. }
  1679.  
  1680. </script>
  1681.  
  1682.  
  1683. <div class="footerBG" id="footerHeaderBG" style="z-index: 20;"></div>
  1684. <div class="footerContent" id="footerHeaderContent" style="z-index: 22;">
  1685. <div class="footerContentSub Size9" id="footerHeaderContentSub" style="height: auto; z-index: 24;">
  1686. <span class="topleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  1687. <span class="topright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  1688. <span class="bottomleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  1689. <span class="bottomright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  1690. <a class="footerContentClose btnover-2" onclick="$('#footerHeaderContent').hide();$('#footerHeaderBG').hide();" href="javascript:;"></a>
  1691. <div style="padding: 20px 10px; text-align: left;">
  1692. <div id="footerHeaderContentLoading">
  1693. <img class="HeaderIcon" id="img2" src="files/images_effect_popup/icn_loading.gif" border="0">&nbsp;
  1694. <h3>Loading</h3>
  1695. </div>
  1696. <div id="footerHeaderContentHolder"></div>
  1697. <div id="footerHeaderContentEmailForm" style="position: relative;">
  1698. <h3>Send an Email</h3>
  1699. <p style="padding-bottom: 10px;">This form allows you to send an email from anywhere within GETOnline. <input name="hiddenContactSIDAddTo" id="hiddenContactSIDAddTo" type="hidden">
  1700. </p>
  1701.  
  1702. <div class="errorMsg Size9" style="display: none;"><img src="images/icons/exclamation.png">&nbsp;Your email SMTP configuration has not been set up yet.Please go to your <a class="normallink" href="profile.aspx">Profile</a> to configure.</div>
  1703.  
  1704.  
  1705. <div class="Size9ProductDescClose" id="idSent" style="text-align: left; display: none;">
  1706. <div class="table1 Size9" id="idLoadSendEmail" style="padding: 5px; text-align: left; margin-bottom: 5px; display: none;">Sending Email ...</div>
  1707.  
  1708. <div id="idEmailSent" style="padding: 10px; text-align: left; display: none;">
  1709. <span class="Size9" id="idEmailSentContent"></span>&nbsp;<a class="normallink" onclick="$('#idSent').hide();JS_Header_HidePopUp('EmailForm');return false;" href="javascript:;">Hide this</a>
  1710. </div>
  1711.  
  1712. </div>
  1713.  
  1714. <table class="table3">
  1715. <tbody><tr>
  1716. <td align="right">
  1717. <a class="normallink" id="wuc_Header1_LinkButton1" onclick="return false;" href="javascript:__doPostBack('wuc_Header1$LinkButton1','')">To:</a>&nbsp;&nbsp;
  1718. </td>
  1719. <td align="left" class="Size9" colspan="2">
  1720. <input class="text-input" id="txtHeaderEmailFormTo" type="text" autocomplete="off">
  1721. <td align="left" class="Size9" style="display: none;">
  1722. <span id="btnActionEmailShowBcc">
  1723. <a class="normallink" id="wuc_Header1_LinkButton2" onclick="$S('divBcc').display='block';$S('btnActionEmailShowBcc').display='none';$S('btnActionEmailHideBcc').display='block';return false;" href="javascript:__doPostBack('wuc_Header1$LinkButton2','')">Show Bcc</a>
  1724. </span>
  1725. <span id="btnActionEmailHideBcc" style="display: none;">
  1726. <a class="normallink" id="wuc_Header1_LinkButton3" onclick="$S('divBcc').display='none';$S('btnActionEmailShowBcc').display='block';$S('btnActionEmailHideBcc').display='none';return false;" href="javascript:__doPostBack('wuc_Header1$LinkButton3','')">Hide Bcc</a>
  1727. </span>
  1728. </td>
  1729. </tr>
  1730.  
  1731. <tr>
  1732. <td align="right">
  1733. <a class="normallink" id="wuc_Header1_LinkButton4" onclick="return false;" href="javascript:__doPostBack('wuc_Header1$LinkButton4','')">Cc:</a>&nbsp;&nbsp;
  1734. </td>
  1735. <td align="left" colspan="2">
  1736. <input class="text-input" id="txtHeaderEmailFormCc" type="text" autocomplete="off">
  1737. </td>
  1738. </tr>
  1739.  
  1740. <tr id="divBcc" style="display: none;">
  1741. <td align="left">
  1742. <a class="normallink" id="wuc_Header1_LinkButton5" onclick="return false;" href="javascript:__doPostBack('wuc_Header1$LinkButton5','')">Bcc:</a>
  1743. </td>
  1744. <td align="left" colspan="2">
  1745. <input class="text-input" id="txtHeaderEmailFormBcc" type="text" autocomplete="off">
  1746. </td>
  1747. </tr>
  1748.  
  1749. <tr>
  1750. <td align="right">
  1751. Subject:&nbsp;&nbsp;
  1752. </td>
  1753. <td align="left" colspan="2">
  1754. <input class="text-input" id="txtHeaderEmailFormSubject" type="text">
  1755. </td>
  1756. </tr>
  1757.  
  1758. <tr>
  1759. <td align="right" valign="top"></td>
  1760. <td align="left" colspan="2">
  1761.  
  1762. <div id="txtHeaderEmailFormContentdiv" style="border: 1px solid rgb(204, 204, 204); border-image: none; width: 400px; height: 50px;" contenteditable="true">
  1763.  
  1764. </div>
  1765. <textarea class="text-area" id="txtHeaderEmailFormContent" style="display: none;" rows="5"></textarea>
  1766.  
  1767. <input id="txtHeaderEmailFormAttachment" type="hidden" value="">
  1768. <div class="table1 Size9" id="div_txtHeaderEmailFormAttachment" style="padding: 5px; width: 400px; margin-top: 5px; display: none;"></div>
  1769. </td>
  1770. </tr>
  1771.  
  1772. <tr>
  1773. <td></td>
  1774. <td style="padding-top: 5px; padding-bottom: 5px; position: relative;" colspan="2">
  1775. <div id="footerHeaderContentEmailFormButtons">
  1776. <a class="button" onclick="JS_HeaderSendEmail('EmailForm');" href="javascript:;">Send Now</a>&nbsp;<a class="button" onclick="JS_Header_HidePopUp('EmailForm');" href="javascript:;">Cancel</a>
  1777. </div>
  1778. </td>
  1779. </tr>
  1780.  
  1781.  
  1782. </tbody></table>
  1783. </div>
  1784.  
  1785. <div id="footerHeaderContentTrackingForm" style="position: relative;">
  1786. <h3>Tracking Enquiry</h3>
  1787. <p style="padding-bottom: 10px;">This form allows you to search for tracking details from anywhere within GETOnline.
  1788. </p>
  1789. <div style="position: relative;">
  1790. <table cellspacing="0" cellpadding="0">
  1791. <tbody><tr>
  1792. <td><input class="text-input" id="txtHeaderSearchTrackingConnote1" style="display: none;" onkeydown="if(event.keyCode==13) {JS_Header_SearchTrack(document.getElementById('txtHeaderSearchTrackingConnote').value);}" type="text">
  1793. <textarea class="text-input" id="txtHeaderSearchTrackingConnote" style="width: 180px;" rows="3"></textarea></td>
  1794. <td style="padding-left: 5px; vertical-align: top;"><a class="button" onclick="JS_Header_SearchTrack(document.getElementById('txtHeaderSearchTrackingConnote').value);return false;" href="javascript:;">Search</a></td>
  1795. </tr>
  1796. </tbody></table>
  1797. </div>
  1798. <div style="padding: 2px; width: 99%; margin-top: 10px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: dashed; position: relative; -ms-overflow-y: auto; max-height: 400px;">
  1799. <div id="footerHeaderContentTrackingFormHolder" style="width: 97%; padding-top: 10px;"></div>
  1800. </div>
  1801. </div>
  1802.  
  1803. <div id="footerHeaderContentQuickQuoteForm" style="display: none; position: relative;">
  1804. <h3 id="QuickQuoteHeader">Quick Quote</h3>
  1805. <p id="QuickQuoteHeaderDesc" style="padding-bottom: 10px;">This form allows you to retrieve quick quote.
  1806. </p>
  1807. <div style="position: relative;">
  1808. <table style="position: relative;" cellspacing="4" cellpadding="5">
  1809. <script language="javascript" type="text/javascript">
  1810. function JS_ChangeHeaderQuoteLocationFrom(stype){
  1811.  
  1812. $("#div_txtHeaderQuoteLocationFrom_L").hide();
  1813. $("#div_txtHeaderQuoteLocationFrom_C").hide();
  1814. $("#div_txtHeaderQuoteLocationFrom_P").hide();
  1815. //$("#txtFrmPostCode").val("");
  1816.  
  1817. if (stype=="P")
  1818. {
  1819. //$("#div_txtHeaderQuoteLocationFrom_C").show();
  1820. //$("#div_txtHeaderQuoteLocationFrom_P").show();
  1821. $("#txtHeaderQuoteLocationFrom_P_Country").removeClass("fixed-width-long");
  1822. $("#txtHeaderQuoteLocationFrom_P_Country").addClass("cbopostcode");
  1823. }
  1824. if (stype=="L")
  1825. {
  1826. //$("#div_txtHeaderQuoteLocationFrom_C").show();
  1827. //$("#div_txtHeaderQuoteLocationFrom_P").show();
  1828. $("#txtHeaderQuoteLocationFrom_L_Country").removeClass("fixed-width-long");
  1829. $("#txtHeaderQuoteLocationFrom_L_Country").addClass("cbopostcode");
  1830. }
  1831. $("#div_txtHeaderQuoteLocationFrom_"+stype).show();
  1832. }
  1833. </script>
  1834. <tbody><tr>
  1835. <td style="width: 110px;">Location From</td><td>
  1836. <input name="txtHeaderQuoteLocationFromType" class="Size9" id="txtHeaderQuoteLocationFromType_L" onclick="JS_ChangeHeaderQuoteLocationFrom(this.value);" type="radio" checked="checked" value="L">&nbsp;Location&nbsp;&nbsp;
  1837. <span class="QuickQuoteFormExt2"><input name="txtHeaderQuoteLocationFromType" class="Size9" id="txtHeaderQuoteLocationFromType_C" onclick="JS_ChangeHeaderQuoteLocationFrom(this.value);" type="radio" value="C">&nbsp;Country&nbsp;&nbsp;</span>
  1838. <span><input name="txtHeaderQuoteLocationFromType" class="Size9" id="txtHeaderQuoteLocationFromType_P" onclick="JS_ChangeHeaderQuoteLocationFrom(this.value);" type="radio" value="P">&nbsp;Postcode
  1839. </span>
  1840. </td>
  1841. </tr>
  1842. <tr>
  1843. <td>&nbsp;</td><td>
  1844. <input id="txtQuoteAccountCode" type="hidden">
  1845. <div id="div_txtHeaderQuoteLocationFrom_L">
  1846. <span style="padding-bottom: 5px; float: left;"><input class="Size9 fixed-width-long" id="txtHeaderQuoteLocationFrom_L" type="text" placeholder="Location Name" autocomplete="off"></span><br>
  1847. <div style="clear: both;"></div>
  1848. <span style="float: left;">Country:&nbsp;</span> <span id="spn_txtHeaderQuoteLocationFrom_L_Country" style="float: left;"></span>
  1849.  
  1850. </div>
  1851. <div id="div_txtHeaderQuoteLocationFrom_C" style="display: none;"></div>
  1852. <!--<select id="txtHeaderQuoteLocationFrom_C" class="text-input"></select>-->
  1853. <div id="div_txtHeaderQuoteLocationFrom_P" style="display: none;">
  1854. <span style="padding-bottom: 5px; float: left;"><input class="Size9 fixed-width-long" id="txtFrmPostCode" type="text" placeholder="Postcode"></span><br>
  1855. <div style="clear: both;"></div>
  1856. <span style="float: left;">Country:&nbsp;</span> <span id="spn_txtHeaderQuoteLocationFrom_P_Country" style="float: left;"></span>
  1857. </div>
  1858. </td>
  1859. </tr>
  1860. <script language="javascript" type="text/javascript">
  1861. function JS_ChangeHeaderQuoteDestination(stype){
  1862.  
  1863. $("#div_txtHeaderQuoteDestinationFrom_L").hide();
  1864. $("#div_txtHeaderQuoteDestinationFrom_C").hide();
  1865. $("#div_txtHeaderQuoteDestinationFrom_P").hide();
  1866. //$("#txtoPostCode").val("");
  1867. if (stype=="P")
  1868. {
  1869. //$("#div_txtHeaderQuoteDestinationFrom_C").show();
  1870. //$("#div_txtHeaderQuoteDestinationFrom_P").show();
  1871. $("#txtHeaderQuoteDestinationFrom_P_Country").removeClass("fixed-width-long");
  1872. $("#txtHeaderQuoteDestinationFrom_P_Country").addClass("cbopostcode");
  1873. }
  1874. if (stype=="L")
  1875. {
  1876. //$("#div_txtHeaderQuoteDestinationFrom_C").show();
  1877. //$("#div_txtHeaderQuoteDestinationFrom_P").show();
  1878. $("#txtHeaderQuoteDestinationFrom_L_Country").removeClass("fixed-width-long");
  1879. $("#txtHeaderQuoteDestinationFrom_L_Country").addClass("cbopostcode");
  1880. }
  1881. $("#div_txtHeaderQuoteDestinationFrom_"+stype).show();
  1882. }
  1883. </script>
  1884. <tr>
  1885. <td>Destination</td><td><input name="txtHeaderQuoteDestinationFromType" class="Size9" id="txtHeaderQuoteDestinationFromType_L" onclick="JS_ChangeHeaderQuoteDestination(this.value);" type="radio" checked="checked" value="L">&nbsp;Location&nbsp;&nbsp;
  1886. <span class="QuickQuoteFormExt2"><input name="txtHeaderQuoteDestinationFromType" class="Size9" id="txtHeaderQuoteDestinationFromType_C" onclick="JS_ChangeHeaderQuoteDestination(this.value);" type="radio" value="C">&nbsp;Country &nbsp;&nbsp;</span>
  1887. <span><input name="txtHeaderQuoteDestinationFromType" class="Size9" id="txtHeaderQuoteDestinationFromType_P" onclick="JS_ChangeHeaderQuoteDestination(this.value);" type="radio" value="P">&nbsp;Postcode
  1888. </span>
  1889. </td>
  1890. </tr>
  1891. <tr>
  1892. <td>&nbsp;</td><td>
  1893. <div id="div_txtHeaderQuoteDestinationFrom_L">
  1894. <span style="padding-bottom: 5px; float: left;"><input class="Size9 fixed-width-long" id="txtHeaderQuoteDestinationFrom_L" type="text" placeholder="Location Name" autocomplete="off"></span><br>
  1895. <div style="clear: both;"></div>
  1896. <span style="float: left;">Country:&nbsp;</span> <span id="spn_txtHeaderQuoteDestinationFrom_L_Country" style="float: left;"></span>
  1897. </div>
  1898. <div id="div_txtHeaderQuoteDestinationFrom_C" style="display: none;"></div>
  1899. <!--<select id="txtHeaderQuoteDestinationFrom_C" class="text-input"></select>-->
  1900. <div id="div_txtHeaderQuoteDestinationFrom_P" style="display: none;">
  1901. <span style="padding-bottom: 5px; float: left;"><input class="Size9 fixed-width-long" id="txtoPostCode" type="text" placeholder="Postcode"></span><br>
  1902. <div style="clear: both;"></div>
  1903. <span style="float: left;">Country:&nbsp;</span> <span id="spn_txtHeaderQuoteDestinationFrom_P_Country" style="float: left;"></span>
  1904. </div>
  1905. </td>
  1906. </tr>
  1907. <tr>
  1908. <td class="QuickQuoteFormExt">Service Type</td><td>
  1909. <script type="text/javascript">
  1910. function JS_CheckAllService(){
  1911. if($("#txtHeaderQuoteServiceTypeAll").is(':checked')){
  1912. $("#div_txtHeaderQuoteServiceType").hide();
  1913. }
  1914. else{
  1915. $("#div_txtHeaderQuoteServiceType").show();
  1916. }
  1917. }
  1918. </script>
  1919. <div id="div_txtHeaderQuoteServiceType" style="margin-right: 5px; display: inline-block;"></div><div class="QuickQuoteFormExt2" style="margin-top: 3px; display: inline-block;"> <input id="txtHeaderQuoteServiceTypeAll" onclick="JS_CheckAllService();" type="checkbox"> All</div>
  1920. <!--<select id="txtHeaderQuoteServiceType" class="text-input"></select>-->
  1921. </td>
  1922. </tr>
  1923. </tbody></table>
  1924. <table class="QuickQuoteFormExt" style="position: relative;" cellspacing="4" cellpadding="0">
  1925. <tbody><tr>
  1926. <td style="width: 110px;">Currency</td><td>
  1927. <div id="div_txtHeaderQuoteCurrency"></div>
  1928. <!--<select id="txtHeaderQuoteCurrency" class="text-input"></select>-->
  1929. </td>
  1930. </tr>
  1931. <tr class="QuickQuoteFormExt2">
  1932. <td>No. Of Items</td><td>
  1933. <input class="Size9" id="txtHeaderQuoteItem" type="text" value="1">
  1934. </td>
  1935. </tr>
  1936. <tr>
  1937. <td>Weight</td><td>
  1938. <input class="Size9" id="txtHeaderQuoteWeight" type="text">
  1939. <select name="cmbHeaderWeightMeasurement" class="Size9" id="cmbHeaderWeightMeasurement" style="width: 60px;">
  1940. <option value="G">G</option>
  1941. <option value="KGs">KGs</option>
  1942.  
  1943. </select>
  1944.  
  1945. </td>
  1946. </tr>
  1947. <tr class="QuickQuoteFormExt QuickQuoteFormExt2">
  1948. <td>Get Transit Time</td><td>
  1949. <input class="Size9" id="txtGetTransit" type="checkbox">
  1950. </td>
  1951. </tr>
  1952. <tr class="dtdc-notes" style="display: none;">
  1953. <td>&nbsp;</td><td>
  1954. <div class="dtdc-notes-label"></div>
  1955. </td>
  1956. </tr>
  1957. </tbody></table>
  1958. <table class="QuickQuoteFormExt" style="position: relative;" cellspacing="4" cellpadding="0">
  1959. <tbody><tr>
  1960. <td style="width: 110px;">&nbsp;</td><td style="position: relative;"><div style="position: relative;"><a class="button" onclick="JS_Header_GetQuickQuote();return false;" href="javascript:;">Get Quote Now</a></div></td>
  1961. </tr>
  1962. </tbody></table>
  1963. <table class="TransitTimeFormExt" style="position: relative;" cellspacing="4" cellpadding="0">
  1964. <tbody><tr>
  1965. <td style="width: 110px;">&nbsp;</td><td style="position: relative;"><div style="position: relative;"><a class="button" onclick="JS_Header_GetTransitTime();return false;" href="javascript:;">Get Transit Time</a></div></td>
  1966. </tr>
  1967. </tbody></table>
  1968.  
  1969. </div>
  1970.  
  1971. <div id="footerHeaderContentQuickQuoteFormHolder" style="width: 97%; margin-top: 10px; -ms-overflow-y: auto; max-height: 200px;"></div>
  1972.  
  1973. </div>
  1974.  
  1975.  
  1976. <div id="footerHeaderContentContactForm" style="display: none; position: relative;">
  1977. <h3>Address Book</h3>
  1978. <p style="padding-bottom: 10px;">This form allows you to search the contacts in your address book. For full features, go to your <a class="normallink" href="addressbook.aspx">address book</a>.
  1979. </p>
  1980. <div style="position: relative;">
  1981. <input class="text-input" id="txtHeaderSearchContactText" onkeydown="if(event.keyCode==13) {JS_Header_SearchContact(1);}" type="text">&nbsp;<a class="button" onclick="JS_Header_SearchContact(1);return false;" href="javascript:;">Search Now</a>
  1982. </div>
  1983. <div style="padding: 2px; width: 100%; -ms-overflow-y: auto; max-height: 400px;">
  1984. <div id="footerHeaderContentContactFormHolder" style="width: 97%; padding-top: 10px;"></div>
  1985. <div id="footerHeaderContentContactFormHolderDetail" style="width: 97%; padding-top: 10px;"></div>
  1986. </div>
  1987. </div>
  1988. </div>
  1989. </div>
  1990. </div>
  1991. <script language="javascript" type="text/javascript">
  1992. function JS_GetPricing(ConNo) {
  1993. if(document.getElementById('divpricedetail')){
  1994. document.getElementById('divpricedetail').style.display="block";
  1995. PageMethods.WS_GetPricing(ConNo,GetPricingHead_OnSucceeded, GetPricingHead_OnFailed);}
  1996.  
  1997. }
  1998. function JS_GetPricingMawb(ConNo,MawbCentraldbSID) {
  1999. $.fancybox({
  2000. href: "#trackpricing",
  2001. width: 300
  2002. });
  2003. $(".track-price-holder").html("Retrieving price ..");
  2004. PageMethods.WS_GetPricingMawb(ConNo,MawbCentraldbSID,function GetPricingHead_OnSucceeded(result,userContext, methodName) {
  2005. if(isNaN(result)){
  2006. if(Left(result,5)=="DONE|"){
  2007. result = result.replace("DONE|","");
  2008. }
  2009. if(result.indexOf("NZD ")>0){result=result.replace("EX VAT","EX GST");}
  2010. if(result.indexOf("SGD ")>0){result=result.replace("EX VAT","EX GST");}
  2011. $(".track-price-holder").html(result);
  2012. }
  2013. else{
  2014. $(".track-price-holder").html("Price : " + result);}
  2015.  
  2016. }, GetPricingHead_OnFailed);
  2017. }
  2018. function GetPricingHead_OnSucceeded(result,userContext, methodName) {
  2019.  
  2020. if(isNaN(result)){
  2021.  
  2022. if(Left(result,5)=="DONE|"){
  2023. result = result.replace("DONE|","");
  2024. }
  2025. if(result.indexOf("NZD ")>0){result=result.replace("EX VAT","EX GST");}
  2026. if(result.indexOf("SGD ")>0){result=result.replace("EX VAT","EX GST");}
  2027. document.getElementById('divpricedetail').innerHTML=result;
  2028.  
  2029. }
  2030. else{
  2031. document.getElementById('divpricedetail').innerHTML="Price : " + result;}
  2032. $(".showmanifestprice").show();
  2033. }
  2034. function GetPricingHead_OnFailed(error, userContext, methodName) {
  2035. document.getElementById('divpricedetail').innerHTML=error;
  2036. }
  2037. </script>
  2038. <script language="javascript" type="text/javascript">
  2039.  
  2040. function JS_Header_SearchTrack(trackconnote) {
  2041. if(document.getElementById('txtHeaderSearchTrackingConnote')){
  2042. document.getElementById('txtHeaderSearchTrackingConnote').value=trackconnote;}
  2043. JS_Header_ShowPopUp("TrackingForm");
  2044. if(trackconnote=="")
  2045. return false;
  2046. if(trackconnote.length < 3 ){alert("Invalid tracking number"); return false;}
  2047. document.getElementById('footerHeaderContentTrackingFormHolder').innerHTML="Loading...";
  2048. PageMethods.WS_Header_SearchTrack(trackconnote,"aview",'',1,function Header_SearchTrack_OnSucceeded(result, userContext, methodName) {
  2049. document.getElementById('footerHeaderContentTrackingFormHolder').innerHTML = result;
  2050.  
  2051. //Added to show progress bar by Yaya on 05112013
  2052. var state=$(" #img5").attr("alt");
  2053. console.log(state);
  2054.  
  2055. //$("#tracking_status_bar #img5:first").after('<div id="bar" style="height :20px; width :500px;margin:0px 30px 30px 30px;"><div id="progressBar" class="progressbar"><div></div></div><div class ="statusline" ></div><div class="dashes"></div>');
  2056. $("#tracking_status_bar #img5:first").after('<div id="bar" style="height :20px; width :500px;margin:0px 30px 30px 30px;"><div id="progressBar" class="progressbar" style="box-shadow:none;height:20px;border: 0px solid #111;background-color:#CCC;width:100%;"><div style="background-color:#6693BC !important;background:none;height:20px;"></div></div><div class ="statusline" ></div><div class="dashes"></div>');
  2057. $("#tracking_status_bar #img5:first").remove();
  2058. //$("#tracking_status_bar").html("");
  2059. //$("#tracking_status_bar").append('<div id="bar" style="height :20px; width :500px;margin:30px;"><div id="progressBar" class="progressbar"><div></div></div><div class ="statusline" ></div>');
  2060. var StypeRemail=""
  2061. if($("#div_styperemail").length>0){
  2062. StypeRemail = $("#div_styperemail").html();
  2063. }
  2064.  
  2065. if(StypeRemail=="True"){
  2066. var progress=["Documentation Prepared","Booking Arranged","Collected","In Transit","Arrived at Destination", "Out for Delivery", "Posted/<br>Mailed"]; }else{
  2067. var progress=["Documentation Prepared","Booking Arranged","Collected","In Transit","Arrived at Destination", "Out for Delivery", "Delivered"];
  2068. }
  2069. listbar(progress);currentprogress(state);
  2070.  
  2071. JS_GetPricing(trackconnote);
  2072. JS_LoadTargetTT();
  2073. JS_LoadDaysOutstanding();
  2074. $(".show-map").fancybox({'type':'iframe','height':400,'width':400});
  2075. sortables_init();
  2076. JS_LoadPODImage(trackconnote);
  2077. }, Header_SearchTrack_OnFailed);
  2078. }
  2079.  
  2080. function JS_Header_SearchTrackDetail(trackconnote) {
  2081. JS_Header_ShowPopUp("TrackingForm");
  2082. if(trackconnote=="")
  2083. return false;
  2084. if(trackconnote.length < 3 ){alert("Invalid tracking number"); return false;}
  2085. document.getElementById('footerHeaderContentTrackingFormHolder').innerHTML="Loading...";
  2086. PageMethods.WS_Header_SearchTrack(trackconnote,"aview",'',0,function Header_SearchTrack_OnSucceeded(result, userContext, methodName) {
  2087. document.getElementById('footerHeaderContentTrackingFormHolder').innerHTML = result;
  2088. JS_GetPricing(trackconnote);
  2089. JS_LoadTargetTT();
  2090. JS_LoadDaysOutstanding();
  2091. $(".show-map").fancybox({'type':'iframe','height':400,'width':400});
  2092. sortables_init();
  2093. JS_LoadPODImage(trackconnote);
  2094. }, Header_SearchTrack_OnFailed);
  2095. }
  2096.  
  2097.  
  2098.  
  2099. function Header_SearchTrack_OnFailed(error, userContext, methodName) {
  2100. alert("LOAD INBOX FAILED : " + error);
  2101. }
  2102. function JS_LoadPODImage(ref) {
  2103. if($('#status_addon').length>0){PageMethods.WS_LoadPODImage(ref,"",
  2104. function LoadPODImage_OnSucceeded(result, userContext, methodName) {
  2105. if(result!="OK"){return false;}
  2106. var d = new Date();
  2107. var randomd = d.getDate()+"_"+d.getMonth()+"_"+d.getSeconds()+"_"+d.getMinutes()+"_"+d.getHours();
  2108. $("#status_addon").html("- <a href=\"etrack_podimage.aspx?ifr=y&type=POD&cn=" + ref + "&tses=" + randomd + "&stid=\" class=\"normallink status-addon\">View Signature</a>");
  2109. $("a.status-addon").fancybox({
  2110. 'autoScale' : true,
  2111. 'type':'iframe',
  2112. 'width':800,
  2113. 'height':'100%',
  2114. onStart : function() {
  2115. //return window.confirm('Continue?');
  2116. $("body").css({'overflow':'hidden'});
  2117. },
  2118. onClosed : function() {
  2119. //alert('Closed!');
  2120. $("body").css({"overflow":"visible"});
  2121. }
  2122. });
  2123. }
  2124. , LoadPODImage_OnFailed); }
  2125. }
  2126. function JS_ShowImage(ref) {
  2127. if($('#status_img').length>0){PageMethods.WS_ShowImage(ref,"",
  2128. function ShowImage_OnSucceeded(result, userContext, methodName) {
  2129. if(result!="OK"){return false;}
  2130. var d = new Date();
  2131. var randomd = d.getDate()+"_"+d.getMonth()+"_"+d.getSeconds()+"_"+d.getMinutes()+"_"+d.getHours();
  2132. $("#status_img").html("<a href=\"etrack_podimage.aspx?ifr=y&cn="+ref+"&tses="+randomd+"&type=Image&stid=\" class=\"normallink status_img\">View Image</a>");
  2133. $("a.status_img").fancybox({
  2134. 'autoScale' : true,
  2135. 'type':'iframe',
  2136. 'width':800,
  2137. 'height':'100%',
  2138. onStart : function() {
  2139. $("body").css({'overflow':'hidden'});
  2140. },
  2141. onClosed : function() {
  2142. $("body").css({"overflow":"visible"});
  2143. }
  2144. });
  2145. }
  2146. , ShowImage_OnFailed); }
  2147. }
  2148. function LoadPODImage_OnFailed(error, userContext, methodName) {}
  2149. function ShowImage_OnFailed(error, userContext, methodName) {}
  2150.  
  2151. function SelectContact(UserSID) {
  2152. if(document.getElementById('hiddenContactSIDAddTo').value=="hdnSUID"){
  2153. document.getElementById('hdnSUID').value = UserSID;
  2154. JS_GetSenderInfoByname();
  2155. }
  2156.  
  2157. if(document.getElementById('hiddenContactSIDAddTo').value=="hdnRUID"){
  2158. document.getElementById('hdnRUID').value = UserSID;
  2159. JS_GetReceiverInfoByname();
  2160. }
  2161. $('#footerHeaderContent').hide();
  2162. $('#footerHeaderBG').hide();
  2163. }
  2164.  
  2165.  
  2166. function JS_Header_SearchContact(pageno) {
  2167. var searchtext;
  2168. if(document.getElementById('txtHeaderSearchContactText')){
  2169. searchtext = document.getElementById('txtHeaderSearchContactText').value;}
  2170. else {searchtext="";}
  2171. if(searchtext=="")
  2172. return false;
  2173. document.getElementById('footerHeaderContentContactFormHolder').style.display="block";
  2174. document.getElementById('footerHeaderContentContactFormHolderDetail').style.display="none";
  2175. document.getElementById('footerHeaderContentContactFormHolder').innerHTML="Loading...";
  2176. PageMethods.WS_Header_SearchContact(searchtext,document.getElementById('hiddenContactSIDAddTo').value,pageno,Header_SearchContact_OnSucceeded, Header_SearchContact_OnFailed);
  2177. }
  2178.  
  2179. function Header_SearchContact_OnSucceeded(result, userContext, methodName) {
  2180. document.getElementById('footerHeaderContentContactFormHolder').innerHTML = result; sortables_init();
  2181. }
  2182.  
  2183. function Header_SearchContact_OnFailed(error, userContext, methodName) {
  2184. alert("Searh Contact Failed : " + error);
  2185. }
  2186. function JS_Header_CloseContactDetails() {
  2187. document.getElementById('footerHeaderContentContactFormHolder').style.display="block";
  2188. document.getElementById('footerHeaderContentContactFormHolderDetail').style.display="none";
  2189. }
  2190. function JS_Header_ContactDetails(sid,iactiontype) {
  2191. document.getElementById('footerHeaderContentContactFormHolder').style.display="none";
  2192. document.getElementById('footerHeaderContentContactFormHolderDetail').style.display="block";
  2193. document.getElementById('footerHeaderContentContactFormHolderDetail').innerHTML="Loading...";
  2194. PageMethods.WS_Header_ContactDetails(sid,iactiontype,Header_ContactDetails_OnSucceeded, Header_ContactDetails_OnFailed);
  2195. }
  2196.  
  2197. function Header_ContactDetails_OnSucceeded(result, userContext, methodName) {
  2198. document.getElementById('footerHeaderContentContactFormHolderDetail').innerHTML = result;
  2199. //$("a.button").corner("5px");
  2200. }
  2201.  
  2202. function Header_ContactDetails_OnFailed(error, userContext, methodName) {
  2203. alert("Load Contact Detail Failed : " + error);
  2204. }
  2205.  
  2206. </script>
  2207. <script language="javascript" type="text/javascript">
  2208.  
  2209. function JS_LoadTargetTT() {
  2210. if($('#hdneTrackMawbSID').length>0 ){
  2211. var Mawbdate =$('#hdneTrackMawbDate').val();
  2212. var PODdate =$('#hdnPODDate').val();
  2213. var strMawbid = $('#hdneTrackMawbSID').val();
  2214. var strConid =$('#hdneTrackConnoteSID').val();
  2215. var TrackPrefix ="";
  2216. if($('#hdneTrackPrefix')){
  2217. TrackPrefix =$('#hdneTrackPrefix').val();
  2218. }
  2219. $.ajax({
  2220. type: 'POST',
  2221. url: "webservice/api_transittime.ashx",
  2222. //mext time qoute ur param.. den param value can bve same name! easier to match back
  2223. data: {"MawbID": strMawbid,"ConnoteID": strConid,"MawbDate": Mawbdate,"PODdate": PODdate,"TrackPrefix":TrackPrefix,"stid":'',"FuncType":"GETTargetTT"},
  2224. success: function(data) {
  2225. try //Firefox, Mozilla, Opera, etc.
  2226. {
  2227. if(data==""){return false;}
  2228. $("#tr_TargetTT").show();
  2229. $("#txtTargetTT").html(data);
  2230. }
  2231. catch(e) {};
  2232. }
  2233. });
  2234. }
  2235. }
  2236.  
  2237. function JS_LoadDaysOutstanding() {
  2238. if($('#txtDaysOutstanding').length>0){
  2239. var strMawbid = $('#hdneTrackMawbSID').val();
  2240. var strConid =$('#hdneTrackConnoteSID').val();
  2241. var TrackPrefix ="";
  2242. if($('#hdneTrackPrefix')){
  2243. TrackPrefix =$('#hdneTrackPrefix').val();
  2244. }
  2245. $.ajax({
  2246. type: 'POST',
  2247. url: "webservice/api_transittime.ashx",
  2248. data: {"MawbID": strMawbid,"ConnoteID": strConid,"TrackPrefix":TrackPrefix,"stid":'',FuncType:"GETDaysOutstanding"},
  2249. success: function(data) {
  2250. try //Firefox, Mozilla, Opera, etc.
  2251. {
  2252. if(data==""){return false;}
  2253. $("#tr_DaysOutstanding").show();
  2254. $("#txtDaysOutstanding").html(data);
  2255. }
  2256. catch(e) {};
  2257. }
  2258. });
  2259. }
  2260. }
  2261. </script>
  2262. <script language="javascript" type="text/javascript">
  2263. function JS_Header_LoadCountryList(idname,divname) {
  2264. document.getElementById(divname).innerHTML="Loading...";
  2265. PageMethods.WS_Header_LoadCountryList(idname,function Header_LoadCountryList_OnSucceeded(result, userContext, methodName) {
  2266. document.getElementById(divname).innerHTML = result;
  2267. //todo
  2268. //if(divname=="txtHeaderQuoteLocationFrom_L"){
  2269. //if($("#txtSLocation").length>0){$("#"+idname).val($("#txtSLocation").val());}
  2270. //}
  2271. //if(divname=="txtHeaderQuoteDestinationFrom_L"){
  2272. //if($("#txtRLocation").length>0){$("#"+idname).val($("#txtRLocation").val());}
  2273. //}
  2274. $("#txtHeaderQuoteLocationFrom_C").val($("#cmbSCountry").val());
  2275. $("#txtHeaderQuoteLocationFrom_P_Country").val($("#cmbSCountry").val());
  2276. $("#txtHeaderQuoteLocationFrom_L_Country").val($("#cmbSCountry").val());
  2277. $("#txtHeaderQuoteDestinationFrom_C").val($("#cmbRCountry").val());
  2278. $("#txtHeaderQuoteDestinationFrom_P_Country").val($("#cmbRCountry").val());
  2279. $("#txtHeaderQuoteDestinationFrom_L_Country").val($("#cmbRCountry").val());
  2280. }, Header_LoadCountryList_OnFailed);
  2281. }
  2282.  
  2283. function Header_LoadCountryList_OnFailed(error, userContext, methodName) {
  2284. alert("Load Country List Failed : " + error);
  2285. }
  2286.  
  2287. function JS_Header_LoadSTypeList(idname,divname) {
  2288. if(document.getElementById(divname)){
  2289. }else{return false;}
  2290. document.getElementById(divname).innerHTML="Loading...";
  2291. PageMethods.WS_Header_LoadSTypeList(idname,function Header_LoadSTypeList_OnSucceeded(result, userContext, methodName) {
  2292. document.getElementById(divname).innerHTML = result;
  2293. if($("#cmbServices").length>0){$("#"+idname).val($("#cmbServices").val());}
  2294. $("#"+idname+" option[sort='-1']").remove();
  2295.  
  2296. }, Header_LoadSTypeList_OnFailed);
  2297. }
  2298.  
  2299. function Header_LoadSTypeList_OnFailed(error, userContext, methodName) {
  2300. alert("Load Service Type List Failed : " + error);
  2301. }
  2302.  
  2303. function JS_Header_LoadCurrencyList(idname,divname) {
  2304. if(document.getElementById(divname)){
  2305. }else{return false;}
  2306. document.getElementById(divname).innerHTML="Loading...";
  2307. PageMethods.WS_Header_LoadCurrencyList(idname,function Header_LoadCurrencyList_OnSucceeded(result, userContext, methodName) {
  2308. document.getElementById(divname).innerHTML = result;
  2309. if($("#cmbCustomCurrency").length>0){$("#"+idname).val($("#cmbCustomCurrency").val());}
  2310. }, Header_LoadCurrencyList_OnFailed);
  2311. }
  2312.  
  2313. function Header_LoadCurrencyList_OnFailed(error, userContext, methodName) {
  2314. alert("Load Currency List Failed : " + error);
  2315. }
  2316. function JS_Header_LoadQuoteFromEShipping() {
  2317.  
  2318. var ParamAccountCode = "";
  2319. var hdnAccSID = "";
  2320. if($("#txtBillTo").length>0){ParamAccountCode=$("#txtBillTo").val();}
  2321. if($(".txtBillTo").length>0){ParamAccountCode=$(".txtBillTo").html();}
  2322. if($("#hdnAccSID").length>0){hdnAccSID=$("#hdnAccSID").val();}
  2323. //if((ParamAccountCode=="100183" | ParamAccountCode=="100310" | ParamAccountCode=="100226" | ParamAccountCode=="100227" | ParamAccountCode=="100305" | ParamAccountCode=="100115") & hdnAccSID=="-1680"){
  2324.  
  2325. $("#txtHeaderQuoteServiceType").val($("#cmbServices").val());
  2326. $("#txtHeaderQuoteCurrency").val($("#cmbCustomCurrency").val());
  2327. $("#div_txtHeaderQuoteServiceType").show();$("#txtHeaderQuoteServiceTypeAll").attr('checked','');
  2328. var txtCubic=0;
  2329. var txtWeight=0;
  2330. $("#txtHeaderQuoteItem").val($("#txtNoOfItem").val());
  2331. if($("#txtCubic").val()=="Infinity"){$("#txtCubic").val("");}
  2332. if(isNaN($("#txtCubic").val())==false){var txtCubic=$("#txtCubic").val()/1;}
  2333. if(isNaN($("#txtWeight").val())==false){var txtWeight=$("#txtWeight").val()/1;}
  2334. //if(document.getElementById("cmbWeightMeasurement").value=="G"){
  2335. // document.getElementById("txtHeaderQuoteWeight").value = document.getElementById("txtWeight").value;
  2336. // }
  2337. //else
  2338. //{
  2339. // txtCubic=txtCubic*1000;
  2340. // txtWeight=txtWeight*1000;
  2341. // document.getElementById("txtHeaderQuoteWeight").value = (document.getElementById("txtWeight").value/1) * 1000;
  2342. // }
  2343. //alert(txtCubic);
  2344. $("#txtHeaderQuoteWeight").val($("#txtWeight").val());
  2345. $("#cmbHeaderWeightMeasurement").val($("#cmbWeightMeasurement").val());
  2346. if(txtCubic>txtWeight){document.getElementById("txtHeaderQuoteWeight").value = txtCubic;}
  2347. document.getElementById("txtHeaderQuoteLocationFromType_L").checked = true;
  2348. document.getElementById("txtHeaderQuoteDestinationFromType_L").checked = true;
  2349. JS_ChangeHeaderQuoteLocationFrom("L");
  2350. JS_ChangeHeaderQuoteDestination("L");
  2351. document.getElementById("txtHeaderQuoteLocationFrom_L").value = document.getElementById("txtSLocation").value;
  2352. document.getElementById("txtHeaderQuoteDestinationFrom_L").value = document.getElementById("txtRLocation").value;
  2353. if($("#txtBillTo").length>0){
  2354. var txtBillTo = $("#txtBillTo").val();
  2355. $("#txtQuoteAccountCode").val(txtBillTo);
  2356. }else{
  2357. $("#txtQuoteAccountCode").val("");
  2358. }
  2359. $("#txtFrmPostCode").val($("#txtSPostcode").val());
  2360. $("#txtoPostCode").val($("#txtRPostcode").val());
  2361. $("#txtHeaderQuoteLocationFrom_C").val($("#cmbSCountry").val());
  2362. $("#txtHeaderQuoteLocationFrom_P_Country").val($("#cmbSCountry").val());
  2363. $("#txtHeaderQuoteLocationFrom_L_Country").val($("#cmbSCountry").val());
  2364. $("#txtHeaderQuoteDestinationFrom_C").val($("#cmbRCountry").val());
  2365. $("#txtHeaderQuoteDestinationFrom_P_Country").val($("#cmbRCountry").val());
  2366. $("#txtHeaderQuoteDestinationFrom_L_Country").val($("#cmbRCountry").val());
  2367. // if ($("#txtHeaderQuoteWeight").val() != "0" ){
  2368.  
  2369. // JS_Header_GetQuickQuote();
  2370. //}
  2371. if(hdnAccSID=="-1680" | hdnAccSID=="-1684" | hdnAccSID=="-1682"){
  2372. $("#txtHeaderQuoteLocationFromType_P").click();
  2373. $("#txtHeaderQuoteDestinationFromType_P").click();
  2374. $(".QuickQuoteFormExt2").hide();
  2375. }else{
  2376. $(".QuickQuoteFormExt2").show();
  2377. }
  2378.  
  2379. }
  2380.  
  2381. function JS_Header_GetTransitTime() {
  2382. var LocationFromType , LocationFrom , DestinationType , Destination , ServiceTypeSID;
  2383.  
  2384. if(document.getElementById("txtHeaderQuoteLocationFromType_L").checked){
  2385. LocationFromType="L";
  2386. LocationFrom = document.getElementById("txtHeaderQuoteLocationFrom_L").value;
  2387. }
  2388. if(document.getElementById("txtHeaderQuoteLocationFromType_C").checked){
  2389. LocationFromType="C";
  2390. if(document.getElementById("txtHeaderQuoteLocationFrom_C")){
  2391. LocationFrom = document.getElementById("txtHeaderQuoteLocationFrom_C").options[document.getElementById("txtHeaderQuoteLocationFrom_C").selectedIndex].text;
  2392. }else{
  2393. alert("Country list not loaded yet");
  2394. return false;
  2395. }
  2396. }
  2397.  
  2398. if(LocationFrom==""){
  2399. alert("Please key in location from");
  2400. return false;
  2401. }
  2402.  
  2403. if(document.getElementById("txtHeaderQuoteDestinationFromType_L").checked){
  2404. DestinationType="L";
  2405. Destination = document.getElementById("txtHeaderQuoteDestinationFrom_L").value;
  2406. }
  2407. if(document.getElementById("txtHeaderQuoteDestinationFromType_C").checked){
  2408. DestinationType="C";
  2409. if(document.getElementById("txtHeaderQuoteDestinationFrom_C")){
  2410. Destination = document.getElementById("txtHeaderQuoteDestinationFrom_C").options[document.getElementById("txtHeaderQuoteDestinationFrom_C").selectedIndex].text;
  2411. }else{
  2412. alert("Country list not loaded yet");
  2413. return false;
  2414. }
  2415. }
  2416.  
  2417. if(Destination==""){
  2418. alert("Please key in destination");
  2419. return false;
  2420. }
  2421.  
  2422.  
  2423. if(document.getElementById("txtHeaderQuoteServiceType")){
  2424. ServiceTypeSID = document.getElementById("txtHeaderQuoteServiceType").options[document.getElementById("txtHeaderQuoteServiceType").selectedIndex].value;
  2425. }else{
  2426. alert("Service Type list not loaded yet");
  2427. return false;
  2428. }
  2429.  
  2430. if(ServiceTypeSID==0){
  2431. alert("Please select a service type");
  2432. return false;
  2433. }
  2434.  
  2435. document.getElementById("footerHeaderContentQuickQuoteFormHolder").innerHTML=" Retrieving transit time ...";
  2436. PageMethods.WS_Header_GetTransitTime(LocationFromType , LocationFrom , DestinationType , Destination , ServiceTypeSID , Header_GetTransitTime_OnSucceeded, Header_GetQuickQuote_OnFailed);
  2437. }
  2438. function Header_GetTransitTime_OnSucceeded(result, userContext, methodName) {
  2439. document.getElementById("footerHeaderContentQuickQuoteFormHolder").innerHTML = "<div style='' class='table1'>"+result+"</div>";
  2440. }
  2441. function JS_GetHeaderServiceIsDoc(){
  2442. var stypenondox = $("#txtHeaderQuoteServiceType option:selected").attr("stypenondox");
  2443. if(!stypenondox){stypenondox="";}
  2444. if(stypenondox=="FALSE"){return 1;}else{return 0;}
  2445. }
  2446. function JS_ChangetxtHeaderQuoteServiceType(){
  2447. var txtadditionalinfo = $("#txtadditionalinfo").val();
  2448. $("#cmbHeaderWeightMeasurement").attr("disabled","");
  2449. $("#txtHeaderQuoteWeight").attr("disabled","");
  2450. var ServiceCode = $("#txtHeaderQuoteServiceType").val(); //$("#cmbServices").val(); //stypecode
  2451.  
  2452. }
  2453. function JS_Header_GetQuickQuote_FEDEX() {
  2454.  
  2455. var txtInsuranceValue = "";
  2456. if($("#txtInsuranceValue").length>0){
  2457. if($("#chkInsurance").is(':checked')){
  2458. txtInsuranceValue=$("#txtInsuranceValue").val();
  2459. }
  2460. }
  2461. if(txtInsuranceValue==""){txtInsuranceValue = 0;}
  2462. if(isNaN(txtInsuranceValue)){txtInsuranceValue=0;}
  2463.  
  2464. var ParamAccountCode = "";
  2465. if($("#txtBillTo").length>0){ParamAccountCode=$("#txtBillTo").val();}
  2466. if($(".txtBillTo").length>0){ParamAccountCode=$(".txtBillTo").html();}
  2467. var ParamStationSID = $("#hdnAccSID").val();
  2468. var SenderName = $("#txtSContact").val();
  2469. var SenderCompanyName = $("#txtSCompany").val();
  2470. var SenderAdd1 = $("#txtSAddress1").val();
  2471. var SenderAdd2 = $("#txtSAddress2").val();
  2472. var SenderState = $("#txtSState").val();
  2473. var SenderCity = $("#txtHeaderQuoteLocationFrom_L").val(); //$("#txtSLocation").val();
  2474. var SenderPostcode = $("#txtSPostcode").val();
  2475. var SenderCountryCode = $("#txtHeaderQuoteLocationFrom_L_Country").val(); //country code cmbSCountry
  2476. var SenderCountryName = $("#txtHeaderQuoteLocationFrom_L_Country").val();
  2477. if ($("#txtHeaderQuoteLocationFromType_P").is(':checked') == true) {
  2478. SenderCity = $("#txtSLocation").val();
  2479. SenderPostcode = $("#txtFrmPostCode").val();
  2480. SenderCountryCode = $("#txtHeaderQuoteLocationFrom_P_Country").val();
  2481. SenderCountryName = $("#txtHeaderQuoteLocationFrom_P_Country").val();
  2482. }
  2483. var SenderMobile = ''; //not needed
  2484. var SenderEmail = ''; //not needed
  2485. var isResidential = false; //$("#txtBillTo").val();
  2486. var RecName = $("#txtRContact").val();
  2487. var RecCompanyName = $("#txtRCompany").val();
  2488. var RecAdd1 = $("#txtRAddress1").val();
  2489. var RecAdd2 = $("#txtRAddress2").val();
  2490. var RecState = $("#txtRState").val();
  2491. var RecCity = $("#txtHeaderQuoteDestinationFrom_L").val(); //$("#txtRLocation").val();
  2492. var RecPostcode = $("#txtRPostcode").val();
  2493. var RecCountryCode = $("#txtHeaderQuoteDestinationFrom_L_Country").val(); //cmbRCountry
  2494. var RecCountryName = $("#txtHeaderQuoteDestinationFrom_L_Country").val();
  2495. if ($("#txtHeaderQuoteDestinationFromType_P").is(':checked') == true) {
  2496. var RecCity = $("#txtRLocation").val();
  2497. var RecPostcode = $("#txtoPostCode").val();
  2498. var RecCountryCode = $("#txtHeaderQuoteDestinationFrom_P_Country").val();
  2499. var RecCountryName = $("#txtHeaderQuoteDestinationFrom_P_Country").val();
  2500. }
  2501. var RecMobile = ''; //not needed
  2502. var RecMobile2 = ''; //not needed
  2503. var RecEmail = ''; //not needed
  2504. var isRecResidential = false;
  2505. if($("#chkResidential").is(':checked')){
  2506. isRecResidential = true;
  2507. }
  2508. var ServiceCode = $("#txtHeaderQuoteServiceType").val(); //$("#cmbServices").val(); //stypecode
  2509. var ServiceRefSID = ''; //not needed
  2510. var ServiceDebtorSID = ''; //not needed
  2511. var Currency = $("#cmbCustomCurrency").val();
  2512. var TaxCharge = '0'; //not needed
  2513. var FuelSurcharge = ''; //not needed
  2514. var BasicCharge = ''; //not needed
  2515. var PickupCharge = ''; //not needed
  2516. var DiscountCode = ''; //not needed
  2517. var DiscountValue = '0'; //not needed
  2518. var DiscountAmount = '0'; //not needed
  2519. var DiscountType = ''; //not needed
  2520. var DiscountRateID = ''; //not needed
  2521. var PromotionType = ''; //not needed
  2522. var CubicCalcValue = ''; //not needed
  2523. var OtherCharges = ''; //not needed
  2524. var Additional_Packaging = 'YOUR_PACKAGING';
  2525. var InsuranceValue = ''; //not needed
  2526. var ParcelContent = '';
  2527. var ParcelValue = $("#txtCustomValue").val();
  2528. var ParcelCurrency = $("#cmbCustomCurrency").val();
  2529. var ParcelSpecialRequest = "";
  2530. var IsHighValue = false; //$("#txtBillTo").val();
  2531. var GoodsOrigin = '';
  2532. var ShipTerms = '';
  2533. var COD = 0;
  2534. var DryIce = 0;
  2535. var Signature = "";
  2536. var WeightUnit = $("#cmbHeaderWeightMeasurement").val(); //$("#cmbWeightMeasurement").val();
  2537. var Weight = $("#txtHeaderQuoteWeight").val(); //$("#txtWeight").val();
  2538. var CubicUnit = $("#cmbCubicMeasure").val();
  2539. var Width = $("#txtCubicW").val();
  2540. var Length = $("#txtCubicL").val();
  2541. var Height = $("#txtCubicH").val();
  2542. $("#footerHeaderContentQuickQuoteFormHolder").html("loading");
  2543.  
  2544. var Saturday_Pickup = "0";
  2545. var Saturday_Delivery = "0";
  2546. var txtadditionalinfo = $("#txtadditionalinfo").val();
  2547. if(txtadditionalinfo.indexOf("<Saturday_Pickup>1</Saturday_Pickup>")>=0){Saturday_Pickup = 1;}
  2548. if(txtadditionalinfo.indexOf("<Saturday_Delivery>1</Saturday_Delivery>")>=0){Saturday_Delivery = 1;}
  2549.  
  2550. if(txtadditionalinfo.indexOf("<Packaging>YOUR_PACKAGING</Packaging>")>=0){Additional_Packaging = "YOUR_PACKAGING";}
  2551. if(txtadditionalinfo.indexOf("<Packaging>FEDEX_10KG_BOX</Packaging>")>=0){Additional_Packaging = "FEDEX_10KG_BOX";}
  2552. if(txtadditionalinfo.indexOf("<Packaging>FEDEX_25KG_BOX</Packaging>")>=0){Additional_Packaging = "FEDEX_25KG_BOX";}
  2553. if(txtadditionalinfo.indexOf("<Packaging>FEDEX_BOX</Packaging>")>=0){Additional_Packaging = "FEDEX_BOX";}
  2554. if(txtadditionalinfo.indexOf("<Packaging>FEDEX_ENVELOPE</Packaging>")>=0){Additional_Packaging = "FEDEX_ENVELOPE";}
  2555. if(txtadditionalinfo.indexOf("<Packaging>FEDEX_PAK</Packaging>")>=0){Additional_Packaging = "FEDEX_PAK";}
  2556. if(txtadditionalinfo.indexOf("<Packaging>FEDEX_TUBE</Packaging>")>=0){Additional_Packaging = "FEDEX_TUBE";}
  2557. if(ServiceCode=="271"){
  2558. Additional_Packaging = "YOUR_PACKAGING";
  2559. if((Weight*1 < 1) & ($("#cmbHeaderWeightMeasurement").val()=="lbs")){
  2560. alert("Minimum weight is 1 lbs.");return false;
  2561. }
  2562. }
  2563. else if(JS_GetServiceIsDoc()=="1"){
  2564. Additional_Packaging = "FEDEX_ENVELOPE";
  2565. if((Weight*1 > 1) & ($("#cmbHeaderWeightMeasurement").val()=="lbs")){
  2566. alert("Doc service only allows weight equals 1 lbs or below");return false;
  2567. }
  2568. }
  2569. if(ServiceCode=="273" | ServiceCode=="276" | ServiceCode=="286" ){
  2570. Additional_Packaging = "FEDEX_ENVELOPE";
  2571. }
  2572. if(ServiceCode=="271" | ServiceCode=="274" | ServiceCode=="275" | ServiceCode=="277" ){
  2573. Additional_Packaging = "YOUR_PACKAGING";
  2574. }
  2575. if(txtadditionalinfo.indexOf("<DryIce>1</DryIce>")>=0){DryIce = 1;}
  2576. if(txtadditionalinfo.indexOf("<COD>1</COD>")>=0){COD = 1;}
  2577. if(txtadditionalinfo.indexOf("<Signature>DIRECT</Signature>")>=0){Signature="DIRECT";}
  2578. if(txtadditionalinfo.indexOf("<Signature>ADULT</Signature>")>=0){Signature="ADULT";}
  2579. $.ajax({
  2580. type: 'POST',
  2581. url: "webservice/api_carrierrate_fedex.ashx",
  2582. data: { "action": "getrate",'ParamAccountCode':ParamAccountCode, 'ParamStationSID':ParamStationSID, 'SenderName':SenderName, 'SenderCompanyName':SenderCompanyName, 'SenderAdd1':SenderAdd1, 'SenderAdd2':SenderAdd2, 'SenderState':SenderState, 'SenderCity':SenderCity, 'SenderPostcode':SenderPostcode, 'SenderCountryCode':SenderCountryCode, 'SenderCountryName':SenderCountryName, 'SenderMobile':SenderMobile, 'SenderEmail':SenderEmail, 'isResidential':isResidential, 'RecName':RecName, 'RecCompanyName':RecCompanyName, 'RecAdd1':RecAdd1, 'RecAdd2':RecAdd2, 'RecState':RecState, 'RecCity':RecCity, 'RecPostcode':RecPostcode, 'RecCountryCode':RecCountryCode, 'RecCountryName':RecCountryName, 'RecMobile':RecMobile, 'RecMobile2':RecMobile2, 'RecEmail':RecEmail, 'isRecResidential':isRecResidential, 'ServiceCode':ServiceCode, 'ServiceRefSID':ServiceRefSID, 'ServiceDebtorSID':ServiceDebtorSID, 'Currency':Currency, 'TaxCharge':TaxCharge, 'FuelSurcharge':FuelSurcharge, 'BasicCharge':BasicCharge, 'PickupCharge':PickupCharge, 'DiscountCode':DiscountCode, 'DiscountValue':DiscountValue, 'DiscountAmount':DiscountAmount, 'DiscountType':DiscountType, 'DiscountRateID':DiscountRateID, 'PromotionType':PromotionType, 'CubicCalcValue':CubicCalcValue, 'OtherCharges':OtherCharges, 'Additional_Packaging':Additional_Packaging, 'InsuranceValue':InsuranceValue, 'ParcelContent':ParcelContent, 'ParcelValue':ParcelValue, 'ParcelCurrency':ParcelCurrency, 'ParcelSpecialRequest':ParcelSpecialRequest, 'IsHighValue':IsHighValue, 'GoodsOrigin':GoodsOrigin, 'ShipTerms':ShipTerms, 'WeightUnit':WeightUnit, 'Weight':Weight, 'CubicUnit':CubicUnit, 'Width':Width, 'Length':Length, 'Height':Height,"Saturday_Pickup":Saturday_Pickup, "Saturday_Delivery":Saturday_Delivery,"COD":COD,"DryIce":DryIce, "Signature":Signature},
  2583. success: function(data) {
  2584. //$("#footerHeaderContentQuickQuoteFormHolder").html(data);
  2585. var mydata = $.parseJSON(data);
  2586. //var obj = $.parseJSON(data);
  2587. var html = "";
  2588. var totalamt = 0;
  2589.  
  2590. html = html + "<div class='' style='margin-left:18px;margin-bottom:5px;'>";
  2591. html = html + "<div class='' style='text-align:left;text-transform:capitalize;display:inline-block;'><label>Basic Charge:</label></div>";
  2592. html = html + "<div class=' ' style='text-align:left;display:inline-block;'><label style='text-transform: uppercase;'>" + mydata[0].Currency + ' ' + mydata[0].Basic + "</label> " + "" + "</div>";
  2593. html = html + "</div>";
  2594. totalamt += mydata[0].Basic * 1;
  2595.  
  2596. html = html + "<div class='' style='margin-left:18px;margin-bottom:5px;'>";
  2597. html = html + "<div class='' style='text-align:left;text-transform:capitalize;display:inline-block;'><label>Fuel Surcharge:</label></div>";
  2598. html = html + "<div class=' ' style='text-align:left;display:inline-block;'><label style='text-transform: uppercase;'>" + mydata[0].Currency + ' ' + mydata[0].FS + "</label> " + "" + "</div>";
  2599. html = html + "</div>";
  2600.  
  2601. totalamt += mydata[0].FS * 1;
  2602. if(txtInsuranceValue*1>0){
  2603. var insurancecharge = 6;
  2604. if((parseInt((txtInsuranceValue*1 - 300) / 100) * 1)>0){
  2605. insurancecharge += parseInt((txtInsuranceValue*1 - 300) / 100) * 1;
  2606. }
  2607. html = html + "<div class='' style='margin-left:18px;margin-bottom:5px;'>";
  2608. html = html + "<div class='' style='text-align:left;text-transform:capitalize;display:inline-block;'><label>Insurance Charge:</label></div>";
  2609. html = html + "<div class=' ' style='text-align:left;display:inline-block;'><label style='text-transform: uppercase;'>" + mydata[0].Currency + ' ' + insurancecharge + "</label> " + "" + "</div>";
  2610. html = html + "</div>";
  2611. totalamt += insurancecharge * 1;
  2612. }
  2613.  
  2614. $.each(mydata[0].Charges, function (i, fedexcharges) {
  2615. html = html + "<div class='' style='margin-left:18px;margin-bottom:5px;'>";
  2616. html = html + "<div class='' style='text-align:left;text-transform:capitalize;display:inline-block;'><label>" + fedexcharges.Code.replace(/_/g, ' ') + ":</label></div>";
  2617. html = html + "<div class=' ' style='text-align:left;display:inline-block;'><label style='text-transform: uppercase;'>" + fedexcharges.Currency + " " + parseFloat(fedexcharges.Amount).toFixed(2) + "</label> " + "" + "</div>";
  2618. html = html + "</div>";
  2619. totalamt += fedexcharges.Amount * 1;
  2620. //fedextotal = fedextotal + parseFloat(fedexcharges.Amount);
  2621. //tjq("#hidAddOn").attr(fedexcharges.Code, fedexcharges.Amount);
  2622. });
  2623. html = html + "<div class='' style='margin-left:18px;margin-bottom:5px;'>";
  2624. html = html + "<div class='' style='text-align:left;text-transform:capitalize;display:inline-block;'><label>Total:</label></div>";
  2625. html = html + "<div class=' ' style='text-align:left;display:inline-block;'><label style='text-transform: uppercase;'>" + mydata[0].Currency + ' ' + parseFloat(totalamt).toFixed(2) + "</label> " + "" + "</div>";
  2626. html = html + "</div>";
  2627. $("#footerHeaderContentQuickQuoteFormHolder").html(html);
  2628. }
  2629. });
  2630. }
  2631. function JS_Header_GetQuickQuote() {
  2632. var ParamAccountCode = "";
  2633. var hdnAccSID = "";
  2634. if($("#txtBillTo").length>0){ParamAccountCode=$("#txtBillTo").val();}
  2635. if($(".txtBillTo").length>0){ParamAccountCode=$(".txtBillTo").html();}
  2636. if($("#hdnAccSID").length>0){hdnAccSID=$("#hdnAccSID").val();}
  2637. //if((ParamAccountCode=="100183" | ParamAccountCode=="100310" | ParamAccountCode=="100226" | ParamAccountCode=="100227" | ParamAccountCode=="100305" | ParamAccountCode=="100115") & hdnAccSID=="-1680"){
  2638.  
  2639. var fedexstype = ",271,272,276,277,275,273,274,280,281,282,283,286,398,399,400,";
  2640. if(fedexstype.indexOf("," + $("#txtHeaderQuoteServiceType").val() + ",") >= 0){
  2641. if(hdnAccSID=="-1680" | hdnAccSID=="-1684" | hdnAccSID=="-1682"){
  2642. JS_Header_GetQuickQuote_FEDEX();
  2643. return false;
  2644. }
  2645. }
  2646.  
  2647. var LocationFromType , LocationFrom , DestinationType , Destination , ServiceTypeSID , Currency , Weight;
  2648. Destination = "";
  2649. if(document.getElementById("txtHeaderQuoteLocationFromType_L").checked){
  2650. LocationFromType="L";
  2651. //LocationFrom = document.getElementById("txtHeaderQuoteLocationFrom_L").value;
  2652. LocationFrom = document.getElementById("txtHeaderQuoteLocationFrom_L").value+"|"+$("#txtHeaderQuoteLocationFrom_L_Country").val();
  2653. }
  2654. if(document.getElementById("txtHeaderQuoteLocationFromType_C").checked){
  2655. LocationFromType="C";
  2656. if(document.getElementById("txtHeaderQuoteLocationFrom_C")){
  2657. LocationFrom = document.getElementById("txtHeaderQuoteLocationFrom_C").options[document.getElementById("txtHeaderQuoteLocationFrom_C").selectedIndex].text;
  2658. }else{
  2659. alert("Country list not loaded yet");
  2660. return false;
  2661. }
  2662. }
  2663.  
  2664. if ($("#txtHeaderQuoteLocationFromType_P").is(':checked') == true) {
  2665. LocationFromType="P";
  2666. if ($("#txtFrmPostCode").val() !="")
  2667. {
  2668. LocationFrom=$("#txtFrmPostCode").val() + "|" + $("#txtHeaderQuoteLocationFrom_P_Country option:selected").text();
  2669. }else{
  2670. LocationFromType="C";
  2671. if(document.getElementById("txtHeaderQuoteLocationFrom_P_Country")){
  2672. LocationFrom = document.getElementById("txtHeaderQuoteLocationFrom_P_Country").options[document.getElementById("txtHeaderQuoteLocationFrom_P_Country").selectedIndex].text;
  2673. }else{
  2674. alert("Country list not loaded yet");
  2675. return false;
  2676. }
  2677. }
  2678. }
  2679. if(LocationFrom==""){
  2680. alert("Please key in location from");
  2681. return false;
  2682. }
  2683.  
  2684. if(document.getElementById("txtHeaderQuoteDestinationFromType_L").checked){
  2685. DestinationType="L";
  2686. //Destination = document.getElementById("txtHeaderQuoteDestinationFrom_L").value;
  2687. Destination = document.getElementById("txtHeaderQuoteDestinationFrom_L").value+"|"+$("#txtHeaderQuoteDestinationFrom_L_Country").val();
  2688. }
  2689. if(document.getElementById("txtHeaderQuoteDestinationFromType_C").checked){
  2690. DestinationType="C";
  2691. if(document.getElementById("txtHeaderQuoteDestinationFrom_C")){
  2692. Destination = document.getElementById("txtHeaderQuoteDestinationFrom_C").options[document.getElementById("txtHeaderQuoteDestinationFrom_C").selectedIndex].text;
  2693. }else{
  2694. alert("Country list not loaded yet");
  2695. return false;
  2696. }
  2697. }
  2698. if ($("#txtHeaderQuoteDestinationFromType_P").is(':checked') == true) {
  2699. DestinationType="P";
  2700. if ($("#txtoPostCode").val() != ""){
  2701. Destination=$("#txtoPostCode").val() + "|" + $("#txtHeaderQuoteDestinationFrom_P_Country option:selected").text();
  2702. }else{
  2703. DestinationType="C";
  2704. if(document.getElementById("txtHeaderQuoteDestinationFrom_P_Country")){
  2705. Destination = document.getElementById("txtHeaderQuoteDestinationFrom_P_Country").options[document.getElementById("txtHeaderQuoteDestinationFrom_P_Country").selectedIndex].text;
  2706. }else{
  2707. alert("Country list not loaded yet");
  2708. return false;
  2709. }
  2710. }
  2711. }
  2712.  
  2713. if(Destination==""){
  2714. alert("Please key in destination");
  2715. return false;
  2716. }
  2717.  
  2718.  
  2719. if(document.getElementById("txtHeaderQuoteServiceType")){
  2720. ServiceTypeSID = document.getElementById("txtHeaderQuoteServiceType").options[document.getElementById("txtHeaderQuoteServiceType").selectedIndex].value;
  2721. }else{
  2722. alert("Service Type list not loaded yet");
  2723. return false;
  2724. }
  2725.  
  2726. var CheckAllServices=0;
  2727. if($("#txtHeaderQuoteServiceTypeAll").is(':checked')){CheckAllServices=1;}
  2728. if(ServiceTypeSID==0 & CheckAllServices==0){
  2729. alert("Please select a service type");
  2730. return false;
  2731. }
  2732.  
  2733. if(document.getElementById("txtHeaderQuoteCurrency")){
  2734. Currency = document.getElementById("txtHeaderQuoteCurrency").options[document.getElementById("txtHeaderQuoteCurrency").selectedIndex].value;
  2735. }else{
  2736. alert("Service Type list not loaded yet");
  2737. return false;
  2738. }
  2739.  
  2740. if(document.getElementById("txtHeaderQuoteWeight").value==""){
  2741. alert("Please enter weight");
  2742. return false;
  2743. }
  2744.  
  2745. if(isNaN(document.getElementById("txtHeaderQuoteWeight").value)){
  2746. alert("Please enter a valid value for weight");
  2747. return false;
  2748. }
  2749. Weight = document.getElementById("txtHeaderQuoteWeight").value + "|" + $("#cmbHeaderWeightMeasurement option:selected").text();
  2750. var txtQuoteAccountCode=$("#txtQuoteAccountCode").val();
  2751. var txtHeaderQuoteItem=$("#txtHeaderQuoteItem").val();
  2752. document.getElementById("footerHeaderContentQuickQuoteFormHolder").innerHTML=" Loading price ...";
  2753. //do while
  2754. if(CheckAllServices==1){
  2755. $("#txtHeaderQuoteServiceType option").each(function() {
  2756. if($(this).val()!="0"){
  2757. var stext=$(this).html();
  2758. PageMethods.WS_Header_GetQuickQuote(LocationFromType , LocationFrom , DestinationType , Destination , $(this).val() , Currency , Weight,txtQuoteAccountCode,txtHeaderQuoteItem,
  2759. function Header_GetQuickQuote_OnSucceeded2(result, userContext, methodName) {
  2760. if($("#footerHeaderContentQuickQuoteFormHolder").html()==" Loading price ..."){$("#footerHeaderContentQuickQuoteFormHolder").html("");}
  2761. $("#footerHeaderContentQuickQuoteFormHolder").append("<div class='stype-item'><div class='stype-header'>"+stext+"</div>"+result+"</div>");
  2762. }
  2763. , Header_GetQuickQuote_OnFailed);
  2764. }
  2765. });
  2766. }else{
  2767.  
  2768. PageMethods.WS_Header_GetQuickQuote(LocationFromType , LocationFrom , DestinationType , Destination , ServiceTypeSID , Currency , Weight,txtQuoteAccountCode,txtHeaderQuoteItem,function fun(result, userContext, methodName) {
  2769. if($("#footerHeaderContentQuickQuoteFormHolder").html()==" Loading price ..."){$("#footerHeaderContentQuickQuoteFormHolder").html("");}
  2770. $("#footerHeaderContentQuickQuoteFormHolder").append("<div class='stype-item'>"+result+"</div>");
  2771. });
  2772.  
  2773. if($("#txtGetTransit").is(':checked')){
  2774. PageMethods.WS_Header_GetTransitTime(LocationFromType , LocationFrom , DestinationType , Destination , ServiceTypeSID , function fun(result, userContext, methodName) {
  2775. if($("#footerHeaderContentQuickQuoteFormHolder").html()==" Loading price ..."){$("#footerHeaderContentQuickQuoteFormHolder").html("");}
  2776. $("#footerHeaderContentQuickQuoteFormHolder").append("<div class='stype-item'>"+result+"</div>");});
  2777. }
  2778. }
  2779. }
  2780. function Header_GetQuickQuote_OnSucceeded(result, userContext, methodName) {
  2781. if($("#footerHeaderContentQuickQuoteFormHolder").html()==" Loading price ..."){$("#footerHeaderContentQuickQuoteFormHolder").html("");}
  2782. $("#footerHeaderContentQuickQuoteFormHolder").append("<div class='stype-item'>"+result+"</div>");
  2783. }
  2784. function Header_GetQuickQuote_OnFailed(error, userContext, methodName) {
  2785. alert("Load Currency List Failed : " + error);
  2786. }
  2787.  
  2788. </script>
  2789. <style type="text/css">
  2790. .cbopostcode{ width:180px;}
  2791. </style>
  2792.  
  2793. <script language="javascript" type="text/javascript">
  2794. function JS_Header_ShowPopUp(FormName){
  2795. if(FormName=="TrackingForm"){
  2796. document.getElementById("footerHeaderContentSub").style.width = "1000px";}
  2797. else{
  2798. if(FormName=="ContactForm"){
  2799. document.getElementById("footerHeaderContentSub").style.width = "700px";
  2800. document.getElementById("hiddenContactSIDAddTo").value="";
  2801. }
  2802. else{
  2803. document.getElementById("footerHeaderContentSub").style.width = "500px";
  2804. }
  2805. }
  2806.  
  2807. if(FormName=="QuickQuoteForm"){
  2808. document.getElementById("footerHeaderContentQuickQuoteFormHolder").innerHTML="";
  2809. if($("#txtSLocation").length==0){
  2810. $.ajax({
  2811. type: 'POST',
  2812. url: "webservice/api_station_loc.ashx",
  2813. data: { id: "0"},
  2814. success: function(data) {
  2815. $("#txtHeaderQuoteLocationFrom_L").val(data);
  2816. },
  2817. async:true
  2818. });
  2819. }
  2820.  
  2821.  
  2822. if(document.getElementById("div_txtHeaderQuoteLocationFrom_C").innerHTML==""){
  2823. JS_Header_LoadCountryList("txtHeaderQuoteLocationFrom_C","div_txtHeaderQuoteLocationFrom_C");
  2824. }
  2825. if(document.getElementById("div_txtHeaderQuoteDestinationFrom_C").innerHTML==""){
  2826. JS_Header_LoadCountryList("txtHeaderQuoteDestinationFrom_C","div_txtHeaderQuoteDestinationFrom_C");
  2827. }
  2828. if(document.getElementById("spn_txtHeaderQuoteLocationFrom_P_Country").innerHTML==""){
  2829. JS_Header_LoadCountryList("txtHeaderQuoteLocationFrom_P_Country","spn_txtHeaderQuoteLocationFrom_P_Country");
  2830. JS_Header_LoadCountryList("txtHeaderQuoteLocationFrom_L_Country","spn_txtHeaderQuoteLocationFrom_L_Country");
  2831. }
  2832. if(document.getElementById("spn_txtHeaderQuoteDestinationFrom_P_Country").innerHTML==""){
  2833. JS_Header_LoadCountryList("txtHeaderQuoteDestinationFrom_P_Country","spn_txtHeaderQuoteDestinationFrom_P_Country");
  2834. JS_Header_LoadCountryList("txtHeaderQuoteDestinationFrom_L_Country","spn_txtHeaderQuoteDestinationFrom_L_Country");
  2835. }
  2836.  
  2837. if(document.getElementById("div_txtHeaderQuoteServiceType").innerHTML==""){
  2838. JS_Header_LoadSTypeList("txtHeaderQuoteServiceType","div_txtHeaderQuoteServiceType");
  2839. }
  2840. if(document.getElementById("div_txtHeaderQuoteCurrency").innerHTML==""){
  2841. JS_Header_LoadCurrencyList("txtHeaderQuoteCurrency","div_txtHeaderQuoteCurrency");
  2842. }
  2843. }
  2844. $("#QuickQuoteHeader").html("Quick Quote");
  2845. $("#QuickQuoteHeaderDesc").html("This form allows you to retrieve quick quote.");
  2846. $(".QuickQuoteFormExt").show();
  2847. $(".TransitTimeFormExt").hide();
  2848.  
  2849. if(FormName=="TransitTimeForm"){
  2850. $.ajax({
  2851. type: 'POST',
  2852. url: "webservice/api_station_loc.ashx",
  2853. data: { id: "0"},
  2854. success: function(data) {
  2855. $("#txtHeaderQuoteLocationFrom_L").val(data);
  2856. },
  2857. async:true
  2858. });
  2859. document.getElementById("footerHeaderContentQuickQuoteFormHolder").innerHTML="";
  2860. if(document.getElementById("div_txtHeaderQuoteLocationFrom_C").innerHTML==""){
  2861. JS_Header_LoadCountryList("txtHeaderQuoteLocationFrom_C","div_txtHeaderQuoteLocationFrom_C");
  2862. }
  2863. if(document.getElementById("div_txtHeaderQuoteDestinationFrom_C").innerHTML==""){
  2864. JS_Header_LoadCountryList("txtHeaderQuoteDestinationFrom_C","div_txtHeaderQuoteDestinationFrom_C");
  2865. }
  2866. if(document.getElementById("div_txtHeaderQuoteServiceType").innerHTML==""){
  2867. JS_Header_LoadSTypeList("txtHeaderQuoteServiceType","div_txtHeaderQuoteServiceType");
  2868. }
  2869. $("#QuickQuoteHeader").html("Transit Time");
  2870. $("#QuickQuoteHeaderDesc").html("This form allows you to retrieve transit time.<br />Country to location in the same Country: Domestic transit times must be specified <br />as 'From Location' 'To Location'.");
  2871. $(".QuickQuoteFormExt").hide();
  2872. $(".TransitTimeFormExt").show();
  2873. }
  2874.  
  2875. document.getElementById("footerHeaderBG").style.display = "block";
  2876. document.getElementById("footerHeaderContent").style.display = "block";
  2877. document.getElementById("footerHeaderContentLoading").style.display = "none";
  2878. document.getElementById("footerHeaderContentHolder").style.display = "none";
  2879. document.getElementById("footerHeaderContentTrackingForm").style.display = "none";
  2880. document.getElementById("footerHeaderContentEmailForm").style.display = "none";
  2881. document.getElementById("footerHeaderContentContactForm").style.display = "none";
  2882. document.getElementById("footerHeaderContentQuickQuoteForm").style.display = "none";
  2883. if(document.getElementById("footerHeaderContentEmailFormButtons"))
  2884. document.getElementById("footerHeaderContentEmailFormButtons").style.display = "none";
  2885.  
  2886. if(FormName=="TransitTimeForm"){FormName="QuickQuoteForm";}
  2887. if(document.getElementById("footerHeaderContent" + FormName))
  2888. document.getElementById("footerHeaderContent" + FormName).style.display = "block";
  2889.  
  2890. if(document.getElementById("footerHeaderContent" + FormName + "Buttons"))
  2891. document.getElementById("footerHeaderContent" + FormName + "Buttons").style.display = "block";
  2892.  
  2893. }
  2894. function JS_Header_HidePopUp(FormName){
  2895. document.getElementById("footerHeaderBG").style.display = "none";
  2896. document.getElementById("footerHeaderContent").style.display = "none";
  2897. document.getElementById("footerHeaderContentLoading").style.display = "block";
  2898. document.getElementById("footerHeaderContentHolder").style.display = "none";
  2899. if(document.getElementById("footerHeaderContent" + FormName))
  2900. document.getElementById("footerHeaderContent" + FormName).style.display = "none";
  2901.  
  2902. }
  2903.  
  2904. function JS_Header_SetEmailFormValues(To,Cc,Bcc,Subject,Content,Attachment){
  2905. if(document.getElementById("txtHeaderEmailFormTo"))
  2906. document.getElementById("txtHeaderEmailFormTo").value = To;
  2907.  
  2908. if(document.getElementById("txtHeaderEmailFormCc"))
  2909. document.getElementById("txtHeaderEmailFormCc").value = Cc;
  2910.  
  2911. if(document.getElementById("txtHeaderEmailFormBcc"))
  2912. document.getElementById("txtHeaderEmailFormBcc").value = Bcc;
  2913.  
  2914. if(document.getElementById("txtHeaderEmailFormSubject"))
  2915. document.getElementById("txtHeaderEmailFormSubject").value = Subject;
  2916.  
  2917. if(document.getElementById("txtHeaderEmailFormContent"))
  2918. document.getElementById("txtHeaderEmailFormContent").value = Content;
  2919.  
  2920. if(document.getElementById("txtHeaderEmailFormContentdiv"))
  2921. document.getElementById("txtHeaderEmailFormContentdiv").innerHTML = Content;
  2922.  
  2923.  
  2924. if(document.getElementById("txtHeaderEmailFormAttachment"))
  2925. document.getElementById("txtHeaderEmailFormAttachment").value = Attachment;
  2926. }
  2927. function JS_LoadMyApp(){
  2928. if($("#myappitem").html()!=""){return false;}
  2929. $.ajax({
  2930. type: 'POST',
  2931. url: "webservice/api_developer.ashx",
  2932. data: { type:"listmyapps"},
  2933. success: function(data) {
  2934. try //Firefox, Mozilla, Opera, etc.
  2935. {$("#myappitem").html(data);
  2936.  
  2937. $(".app-item img").error(function() {
  2938. $(this).attr('src','images/icons/star.png');
  2939. });
  2940. }
  2941. catch(e) {};
  2942. },
  2943. async:true
  2944. });
  2945. }
  2946. $(document).ready(function() {
  2947. //$(".send-email").fancybox({'type':'iframe','height':550,'width':800});
  2948.  
  2949. $('#txtHeaderQuoteServiceType').live('change', function() {
  2950. JS_ChangetxtHeaderQuoteServiceType();
  2951. });
  2952. $('.get-quote').live('click', function() {
  2953. $this = $(this);
  2954. $.fancybox({
  2955. height: '100%',
  2956. href: $this.attr('href'),
  2957. type: 'iframe',
  2958. width: 600
  2959. });
  2960. return false;
  2961. });
  2962. $('.send-email').live('click', function() {
  2963. $this = $(this);
  2964. $.fancybox({
  2965. height: '100%',
  2966. href: $this.attr('href'),
  2967. type: 'iframe',
  2968. width: 800
  2969. });
  2970. return false;
  2971. });
  2972.  
  2973. js_label_headernotificationcount();
  2974. js_label_headermessagecount();
  2975.  
  2976. $("#idNewMessageHolder").hover(
  2977. function () {
  2978. $(this).animate({opacity: 1},500);
  2979. },
  2980. function () {
  2981. $(this).animate({opacity: 0.5},500);
  2982. }
  2983. );
  2984.  
  2985. $(".send-sms-link").fancybox({'type':'iframe','height':400,'width':450});
  2986. $(".send-email-link").fancybox({'type':'iframe','height':400,'width':900});
  2987. $(".manage-b2c-link").fancybox({'type':'iframe','height':500,'width':600});
  2988. $(".manage-deliveryoption-link").fancybox({'type':'iframe','height':500,'width':600});
  2989.  
  2990.  
  2991. var isInIFrame = (window.location != window.parent.location);
  2992. if(isInIFrame){
  2993. if(document.getElementById("iFramedHeader")){document.getElementById("iFramedHeader").style.display="block";}
  2994. if(document.getElementById("top-header-wrapper-bg")){document.getElementById("top-header-wrapper-bg").style.display="none";}
  2995. if(document.getElementById("top-header-wrapper")){document.getElementById("top-header-wrapper").style.display="none";}
  2996. if(document.getElementById("idChangeDomain")){document.getElementById("idChangeDomain").style.display="none";}
  2997. if(document.getElementById("idHeaderToolBarApplication")){document.getElementById("idHeaderToolBarApplication").style.display="none";}
  2998. if(document.getElementById("idChatPanel")){document.getElementById("idChatPanel").style.display="none";}
  2999. $("#wuc_Header1_idChatPanel").hide();
  3000. $(".footer-div").hide();
  3001.  
  3002. }
  3003.  
  3004. $("#popupblocker_msg").hover(
  3005. function () {
  3006. //$(this).addClass("hover");
  3007. $(this).css('background-color', '#fff');
  3008. },
  3009. function () {
  3010. //$(this).removeClass("hover");
  3011. $(this).css('background-color', '#F3f3f3');
  3012. }
  3013. );
  3014.  
  3015. if($.fn.jquery!="1.10.2"){
  3016. JS_LoadAutoCompleteQuoteLocationList();
  3017. }
  3018.  
  3019.  
  3020. $("#btnChangeEntity").fancybox({'type':'iframe','width':560});
  3021.  
  3022. $("#app-quickquote").fancybox({'type':'iframe','width':500,'height':350});
  3023.  
  3024. });
  3025. </script>
  3026.  
  3027. <div id="popupblocker_msg" style="padding: 10px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 150px; right: 20px; bottom: 40px; color: rgb(51, 51, 51); font-size: 11px; display: none; position: fixed; z-index: 100; min-height: 100px; min-width: 100px; background-color: rgb(243, 243, 243);">
  3028. We have detected that a pop-up blocker has been enabled on your browser. For a better browsing experience, please allow pop-ups for GETOnline. The following links have been blocked.<br>
  3029. <div id="popupblocker_msg_url"></div>
  3030. <br>
  3031. <a class="normallink" onclick="$('#popupblocker_msg').hide('slow');$('#popupblocker_msg_url').html('');" href="javascript:;">Click here</a> to remove all pending pop-ups.
  3032. </div>
  3033.  
  3034. <div style="display: none;">
  3035. <div class="Size9" id="trackpricing" style="width: 300px; min-height: 100px;">
  3036. <h3>Shipment Price</h3>
  3037. <div style="padding-bottom: 10px; margin-bottom: 10px;">
  3038. <div class="track-price-holder" style="font-size: 12px; margin-top: 15px;"></div>
  3039. </div>
  3040. </div>
  3041. </div>
  3042.  
  3043.  
  3044.  
  3045.  
  3046. <div class="main-div">
  3047. <div class="main-sub-header">
  3048. Tracking Entry
  3049. </div>
  3050. <div class="Size9" id="div_pagelike_holder1" style="top: 23px; right: 20px; color: gray; position: absolute;">
  3051. <span id="div_pagelike_holder"></span>
  3052. <span class="Size9" id="div1">&nbsp;&nbsp;<a class="like" href="#"><img src="images/icons/help.png"> About this page</a>
  3053. </span>
  3054. </div>
  3055. <script language="javascript" type="text/javascript">
  3056. JS_LikeForm("div_pagelike_holder", false);
  3057. </script>
  3058. <div class="main-div-breadcrumb">
  3059. <ul id="breadcrumb">
  3060. <li><a title="Home" href="dashboard.aspx">Home</a></li>
  3061. <li><a title="Tracking" href="etrack.aspx">Tracking</a></li>
  3062. <li>Tracking Entry</li>
  3063. </ul>
  3064. </div>
  3065. <div class="main-div-container" style="position: relative;">
  3066.  
  3067. <ul class="cat-list" style="background-color: rgb(241, 241, 241);">
  3068. <li class="header"><a title="There are more than 1 way to add tracking events. Try the styles below." style='background: url("images/icons/bullet_arrow_down.png") no-repeat right; padding-right: 16px;' onclick="$('#cat_list').slideToggle('slow');" href="javascript:;">Tracking Entry Style</a></li>
  3069. </ul>
  3070. <ul class="cat-list" id="cat_list" style="display: block;">
  3071. <li><a class="selected1 blue style-link" id="style1_link" onclick="JS_ChangeStyle(1);" href="javascript:;">Default Tracking Entry</a></li>
  3072. <li style="border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;"><a class="blue style-link" id="style2_link" onclick="JS_ChangeStyle(2);" href="javascript:;">Delivery Run Manifest POD</a></li>
  3073. </ul>
  3074.  
  3075. <input id="idTrackList" type="hidden" value="0">
  3076. <div class="entry-style" id="style1" style="width: 100%; text-align: center;">
  3077. <div id="divprogress_inbox" style="padding: 10px; width: 300px; font-weight: bold; margin-right: auto; margin-left: auto; display: none; position: relative;"><img id="img4" src="images/icons/loading.gif">&nbsp;<span class="Size9">Loading</span><br></div>
  3078. <div id="CustomTableInbox" style="padding: 10px; width: 500px; text-align: center; font-size: 11px; margin-right: auto; margin-left: auto; display: none; position: relative;"></div>
  3079. <div style="width: 500px; margin-right: auto; margin-left: auto; position: relative;">
  3080. <table class="line" style="text-align: center;" border="0" cellspacing="5" cellpadding="0">
  3081. <tbody><tr valign="top">
  3082. <td width="100" align="left" class="Size9">Event :</td>
  3083. <td align="left" colspan="2">
  3084. <div class="Size9" id="DivTCodeHolder"><select class="Size9" id="txtTCode" style="width: 400px;" onchange="DisplayAddInfo(this);"><option value="248" value1="248">3rd Party Label Prepared</option><option value="46" value1="46">Abandoned /Destroyed</option><option value="326" value1="326">Additional Charge - DDP</option><option value="320" value1="320">Additional Charge - DDP Admin</option><option value="321" value1="321">Additional Charge - Destroy</option><option value="323" value1="323">Additional Charge - Duty Refused by Consignee</option><option value="322" value1="322">Additional Charge - Return</option><option value="324" value1="324">Additional Charge - Storage</option><option value="61" value1="61">Additional Information Required Please Contact Customer Service</option><option value="7" value1="7">Amendment</option><option value="259" value1="1">Arrived at Alternate Delivery Point</option><option value="4" value1="4">Arrived Hub</option><option value="101" value1="101">Arrived Late - Missed Cut-Off</option><option value="13" value1="13">Arrived Unmanifested</option><option value="74" value1="74">Attempt to Contact Consignee Failed</option><option value="44" value1="16">Attempted Delivery - Consignee Moved</option><option value="97" value1="16">Attempted Delivery - Consignee Not Available - Business</option><option value="98" value1="16">Attempted Delivery - Consignee Not Available - Residential</option><option value="39" value1="16">Attempted Delivery - Consignee Refused Delivery</option><option value="16" value1="16">Attempted Delivery - Inaccurate / Incomplete Address</option><option value="18" value1="16">Attempted Delivery - No One Available/Home</option><option value="255" value1="16">Attempted Delivery - No Safe Place to Leave</option><option value="82" value1="16">Attempted Delivery - Unable to Access Permisses</option><option value="53" value1="16">Attempted Delivery - Unable to Deliver - Other Reasons</option><option value="43" value1="16">Attempted Delivery - Unable to Locate Consignee</option><option value="351" value1="351">Check In Warehouse Location</option><option value="21" value1="21">COD/Cash Collected</option><option value="2" value1="2">Collection</option><option value="78" value1="78">Collection Attempt Failed - Other Reasons</option><option value="287" value1="287">CS - Address Query</option><option value="298" value1="298">CS - Awaiting collection by consignee</option><option value="293" value1="293">CS - Carded</option><option value="291" value1="291">CS - Damaged</option><option value="294" value1="294">CS - Driver out of time</option><option value="300" value1="300">CS - Import Tax\Duty</option><option value="289" value1="289">CS - Lost Shipment</option><option value="299" value1="299">CS - No service area</option><option value="288" value1="288">CS - Non Delivery</option><option value="297" value1="297">CS - P O Box</option><option value="292" value1="292">CS - Re-Delivery</option><option value="295" value1="295">CS - Refused</option><option value="290" value1="290">CS - Tax ID</option><option value="296" value1="296">CS - Unable to access premises</option><option value="89" value1="89">CS Case Closed</option><option value="88" value1="88">CS Case Created</option><option value="22" value1="22">Customer Contacted</option><option value="406" value1="406">Customs Entry ID</option><option value="11" value1="11">Damaged</option><option value="142" value1="142">Damaged - Destination</option><option value="144" value1="144">Damaged - In Transit</option><option value="143" value1="143">Damaged - Origin</option><option value="145" value1="145">Damaged – Required Re-Packaging</option><option value="131" value1="131">Declared Lost - At Hub</option><option value="132" value1="132">Declared Lost - By Carrier</option><option value="134" value1="134">Declared Lost - By Service Partner</option><option value="130" value1="130">Declared Lost - Destination</option><option value="51" value1="51">Declared Lost - Lost In Transit</option><option value="129" value1="129">Declared Lost - Origin</option><option value="133" value1="133">Declared Lost - Whilst OFD</option><option value="350" value1="1">Delivered at Alternate Delivery Point</option><option value="90" value1="90">Documentation Prepared</option><option value="19" value1="19">Held in Branch</option><option value="371" value1="371">Held in Depot - Oversize</option><option value="79" value1="79">Holiday</option><option value="147" value1="147">Image Captured</option><option value="92" value1="92">In Transit - Delayed Linehaul</option><option value="162" value1="162">In Transit - Loaded to Transit Vehicle/Aircraft</option><option value="48" value1="15">In Transit - Onforwarded Via Third Party</option><option value="339" value1="339">In Transit - Remote Location</option><option value="84" value1="84">In Transit - Transferred To Final Destination</option><option value="163" value1="163">In Transit Delays - Airline - Bad Weather Conditions</option><option value="164" value1="164">In Transit Delays - Airline - Offloaded</option><option value="86" value1="86">In Transit Delays - Bags Left Behind At Origin</option><option value="14" value1="14">In Transit Delays - Delayed Airline Departure</option><option value="166" value1="166">In Transit Delays - Domestic Vehicle - Bad Weather Conditions</option><option value="167" value1="167">In Transit Delays - Domestic Vehicle - Breakdown</option><option value="165" value1="165">In Transit Delays - Domestic Vehicle - Traffic Accident</option><option value="168" value1="168">In Transit Delays - Other</option><option value="254" value1="254">In Transit Delays – Technical Aircraft Failure</option><option value="3" value1="3">In Transit to Destination</option><option value="6" value1="6">Info - Restricted</option><option value="148" value1="148">Info Message Sent to Recipient</option><option value="5" selected="" value1="5">Information</option><option value="415" value1="415">Intervention Release</option><option value="414" value1="414">INTERVENTION REQUIRED</option><option value="150" value1="150">Invalid Message Response Received from Recipient</option><option value="325" value1="325">Linehaul Arrival (Actual)</option><option value="342" value1="342">Linehaul Departure (Actual)</option><option value="280" value1="280">Mechanised Sort - Manifest Failed</option><option value="279" value1="279">Mechanised Sort - Manifest OK</option><option value="151" value1="151">Message Response Received from Recipient</option><option value="149" value1="149">Message Sent to Recipient</option><option value="12" value1="12">Misroute</option><option value="336" value1="336">MUCR Association Failed</option><option value="337" value1="337">MUCR Association Successful</option><option value="17" value1="16">Not Delivered - Bad Weather Conditions</option><option value="60" value1="16">Not Delivered - Consignee Scheduled Delivery</option><option value="38" value1="16">Not Delivered - Courier Out of Time</option><option value="160" value1="16">Not Delivered - Damaged</option><option value="306" value1="306">Not Delivered - Held Awaiting Instructions</option><option value="102" value1="16">Not Delivered - Miscoded</option><option value="103" value1="16">Not Delivered - Missorted</option><option value="161" value1="16">Not Delivered - Partial Delivery</option><option value="106" value1="16">Not Delivered - Rescheduled by Customer</option><option value="107" value1="16">Not Delivered - Rescheduled Delivery</option><option value="100" value1="16">Not Delivered - Traffic Accident</option><option value="338" value1="338">On Hold - Awaiting Agent Acceptance</option><option value="50" value1="50">On Hold - Awaiting Pickup by Consignee</option><option value="81" value1="81">On Hold - Consignee Has Not Collected The Shipment - Awaiting Instructions</option><option value="20" value1="20">On Hold - Consignee to Pay Charges</option><option value="120" value1="120">On Hold - Consignment requires repackaging</option><option value="10" value1="10">On Hold - Customs - Awaiting Customs Clearance</option><option value="9" value1="9">On Hold - Customs - Inaccurate Paperwork</option><option value="94" value1="94">On Hold - Customs - Misdeclared</option><option value="8" value1="8">On Hold - Customs - Missing Paperwork</option><option value="55" value1="55">On Hold - Customs - Other Reasons</option><option value="127" value1="127">On Hold - Customs - Other Reasons</option><option value="136" value1="136">On Hold - Customs - Pending Duty &amp; Tax Payment</option><option value="126" value1="126">On Hold - Customs - Pending FDA</option><option value="125" value1="125">On Hold - Customs - Pending Quarantine Inspection</option><option value="169" value1="169">On Hold - Customs - Quarantined </option><option value="170" value1="170">On Hold - Customs - Requires Power of Attorney</option><option value="85" value1="85">On Hold - Delivery Needs To Be (Re)Scheduled For/With Consignee</option><option value="54" value1="54">On Hold - From Uplift - Pending Customs Procedures</option><option value="93" value1="93">On Hold - In Hub - Misdeclared</option><option value="247" value1="247">On Hold - Inaccurate / Incomplete Address</option><option value="65" value1="65">On Hold - InComplete Multi Piece Consignment</option><option value="124" value1="124">On Hold - Other Reasons</option><option value="52" value1="52">On Hold - Pending Customs Inspection</option><option value="171" value1="171">On Hold - PO Box Address</option><option value="64" value1="64">On Hold - Prohibited/Restricted Goods</option><option value="63" value1="63">On Hold - Required Consignee ID/Tax Number</option><option value="62" value1="62">On Hold - Requires Commercial Invoice</option><option value="83" value1="83">On Hold - Requires Correct Telephone Number</option><option value="80" value1="80">On Hold - Unsuccessful Delivery After Allotted Attempts</option><option value="260" value1="15">Onforwarded to Alternate Delivery Point</option><option value="15" value1="15">Out for Delivery</option><option value="411" value1="411">Pickup Arranged</option><option value="285" value1="285">PreSort to Area</option><option value="1" value1="1">Proof of Delivery</option><option value="59" value1="59">Receiver Notified</option><option value="37" value1="37">Released From Customs</option><option value="152" value1="152">Reschedule Response Message Received from Recipient</option><option value="261" value1="261">Retrieved from Alternate Delivery Point</option><option value="87" value1="87">Return To Shipper / Origin In Progress</option><option value="56" value1="56">Returned to Sender - (RTS)</option><option value="45" value1="45">Returned to Sending Station - (RTO)</option><option value="249" value1="249">Scanned to Problem Shipments</option><option value="66" value1="66">Shipment Details Created</option><option value="91" value1="91">Shipment Finalised</option><option value="146" value1="146">Shipper/Receiver Initiated Shipment Detail Change</option><option value="24" value1="24">Shortlanded</option><option value="159" value1="159">SMS sent to receiver with delivery advice</option><option value="23" value1="23">Sorted to Destination</option><option value="112" value1="112">Unable to Locate - Consignment lost at Destination</option><option value="111" value1="111">Unable to Locate - Consignment lost at Origin</option><option value="119" value1="119">Unable to Locate - Consignment lost by Airline</option><option value="118" value1="118">Unable to Locate - Consignment lost by Beyond Delivery Agent</option><option value="115" value1="115">Unable to Locate - Consignment lost by Driver</option><option value="117" value1="117">Unable to Locate - Consignment lost by Ground Handling Agent</option><option value="116" value1="116">Unable to Locate - Consignment lost by Terminal Operator</option><option value="114" value1="114">Unable to Locate - Consignment lost in Gateway</option><option value="113" value1="113">Unable to Locate - Consignment lost in Hub</option><option value="246" value1="246">Unable to Locate – Search in Progress</option><option value="421" value1="421">User Cancelled Pickup Request</option><option value="352" value1="352">User Initiated Shipment Cancellation</option><option value="420" value1="420">User Modified Pickup Request</option><option value="274" value1="274">Weight Captured</option><option value="47" value1="47">Weight Variation</option></select></div>
  3085. </td>
  3086. </tr>
  3087.  
  3088. <tr valign="top">
  3089. <td width="85" align="left" class="Size9" id="txtTrackDatelbl1">Date :</td><td align="left" colspan="2">
  3090. <input name="hiddenCurrentDate" id="hiddenCurrentDate" type="hidden" value="25/10/2018">
  3091. <input name="txtTrackDate" class="Size9" id="txtTrackDate" style="width: 100px;" onclick="javascript:displayDatePicker('txtTrackDate');" onblur="javascript:CheckDate(this.value);" type="text" value="25/10/2018">
  3092. <input name="btnDP1" class="buttonStyleEmail" onclick="displayDatePicker('txtTrackDate');" type="button" value="V">&nbsp;<span class="Size9">(dd/mm/yyyy)</span><div id="txtTrackDatelbl" style="padding-top: 3px; display: none;"></div>
  3093. </td>
  3094. </tr>
  3095. <tr valign="top">
  3096. <td width="85" align="left" class="Size9">Time :</td>
  3097. <td align="left" colspan="2">
  3098. <input name="txtTrackTime" class="Size9" id="txtTrackTime" style="width: 100px;" onkeypress="return ValidateTime(this);" type="text" maxlength="5">
  3099. <span class="Size9">(HH:mm 24 hours format)</span>
  3100. </td>
  3101. </tr>
  3102.  
  3103. <tr valign="top">
  3104. <td width="85" align="left" class="Size9"><div class="Size9" id="divLocationNo" style="display: none;">Location :</div></td>
  3105. <td align="left" colspan="2">
  3106. <div id="divLocation" style="display: none;"><select class="Size9" id="txtLocation" style="width: 255px;" onchange="DisplayAddInfo(this);"><option value="159">*Dcontd* Antarctica Other (AQ)</option><option value="250">*Dcontd*British Indian O (IO)</option><option value="221">*Dcontd*France Metropoli (FX)</option><option value="353">*Dcontd*French Southern (TF)</option><option value="228">*Dcontd*Gibraltar Other (GI)</option><option value="241">*Dcontd*Heard McDonald (HM)</option><option value="277">*Dcontd*Luxembourg Other (LU)</option><option value="321">*Dcontd*St. Pierre (PM)</option><option value="340">*Dcontd*Svalbard Jan (SJ)</option><option value="357">*Dcontd*Tokelau Other (TK)</option><option value="369">*Dcontd*US Minor Outly (UM)</option><option value="1432">Abidjan (CI)</option><option value="1482">Abu Dhabi (AE)</option><option value="66">Abuja (NG)</option><option value="54">Accra (GH)</option><option value="51">Addis Ababa (ET)</option><option value="1143">Adelaide (AU)</option><option value="152">Afghanistan Other (AF)</option><option value="1141">Ahmedabad (IN)</option><option value="3411">Aland Islands Other (AX)</option><option value="155">Albania Other (AL)</option><option value="207">Algeria Other (DZ)</option><option value="41">Algiers (DZ)</option><option value="1639">Almaty (KZ)</option><option value="161">American Samoa Other (AS)</option><option value="33">Amman (JO)</option><option value="22">Amsterdam (NL)</option><option value="3355">Andora (ES)</option><option value="150">Andorra Other (AD)</option><option value="158">Angola Other (AO)</option><option value="154">Anguilla Other (AI)</option><option value="59">Antananarivo (MG)</option><option value="153">Antigua And Barbuda Other (AG)</option><option value="1424">Antwerp (BE)</option><option value="160">Argentina Other (AR)</option><option value="156">Armenia Other (AM)</option><option value="164">Aruba Other (AW)</option><option value="98">Asuncion (PY)</option><option value="15">Athens (GR)</option><option value="3704">Athens (US)</option><option value="105">Auckland (NZ)</option><option value="1150">Aust Capital Terr Other (AU)</option><option value="163">Australia Other (AU)</option><option value="162">Austria Other (AT)</option><option value="165">Azerbaijan Other (AZ)</option><option value="3406">Azores (PT)</option><option value="179">Bahamas Other (BS)</option><option value="172">Bahrain Other (BH)</option><option value="1568">Baku (AZ)</option><option value="3410">Balearic Islands (ES)</option><option value="61">Bamako (ML)</option><option value="121">Bandar Seri Begawan (BN)</option><option value="396">Bangalore (IN)</option><option value="120">Bangkok (TH)</option><option value="168">Bangladesh Other (BD)</option><option value="47">Bangui (CF)</option><option value="53">Banjul (GM)</option><option value="167">Barbados Other (BB)</option><option value="26">Barcelona (ES)</option><option value="3377">Barnsley (GB)</option><option value="132">Beijing (CN)</option><option value="3495">Beira (MZ)</option><option value="35">Beirut (LB)</option><option value="183">Belarus Other (BY)</option><option value="1433">Belfast (GB)</option><option value="169">Belgium Other (BE)</option><option value="184">Belize Other (BZ)</option><option value="174">Benin Other (BJ)</option><option value="175">Bermuda Other (BM)</option><option value="180">Bhutan Other (BT)</option><option value="1620">Birmingham (GB)</option><option value="45">Bjumbura (BI)</option><option value="87">Bogota (CO)</option><option value="177">Bolivia Other (BO)</option><option value="1622">Bonaire (AN)</option><option value="3412">Bonaire, Sint Eustatius And Saba Other (BQ)</option><option value="166">Bosnia And Herzegowina Other (BA)</option><option value="182">Botswana Other (BW)</option><option value="181">Bouvet Island Other (BV)</option><option value="85">Brasilla (BR)</option><option value="1651">Bratislava (SK)</option><option value="178">Brazil Other (BR)</option><option value="49">Brazzaville (CG)</option><option value="1569">Bridgetown (BB)</option><option value="1142">Brisbane (AU)</option><option value="3333">Bristol (GB)</option><option value="1561">Broome (AU)</option><option value="176">Brunei Darussalam Other (BN)</option><option value="7">Brussels (BE)</option><option value="1647">Bucharest (RO)</option><option value="16">Budapest (HU)</option><option value="83">Buenos Aires (AR)</option><option value="171">Bulgaria Other (BG)</option><option value="170">Burkina Faso Other (BF)</option><option value="173">Burundi Other (BI)</option><option value="1562">Cairns (AU)</option><option value="50">Cairo (EG)</option><option value="1135">Calcutta (IN)</option><option value="260">Cambodia Other (KH)</option><option value="193">Cameroon Other (CM)</option><option value="185">Canada Other (CA)</option><option value="3344">Canary Islands (ES)</option><option value="1401">Canberra (AU)</option><option value="1410">Cape Town (ZA)</option><option value="198">Cape Verde Other (CV)</option><option value="101">Caracas (VE)</option><option value="3341">Cardiff (GB)</option><option value="1641">Casablanca (MA)</option><option value="267">Cayman Islands Other (KY)</option><option value="949">Cebu (PH)</option><option value="187">Central African Republic Other (CF)</option><option value="3353">Ceuta (ES)</option><option value="352">Chad Other (TD)</option><option value="3340">Cheltenham (GB)</option><option value="390">Chennai (IN)</option><option value="192">Chile Other (CL)</option><option value="3497">Chimoio (MZ)</option><option value="3532">China Other (CN)</option><option value="194">China Other (CN)</option><option value="3550">Chisinau (MD)</option><option value="1407">Christchurch (NZ)</option><option value="199">Christmas Island Other (CX)</option><option value="1063">Cochin (IN)</option><option value="186">Cocos (keeling) Islands Other (CC)</option><option value="1054">Coimbatore (IN)</option><option value="1428">Cologne (DE)</option><option value="195">Colombia Other (CO)</option><option value="140">Colombo (LK)</option><option value="262">Comoros Other (KM)</option><option value="55">Conakry (GN)</option><option value="188">Congo Other (CG)</option><option value="191">Cook Islands Other (CK)</option><option value="9">Copenhagen (DK)</option><option value="196">Costa Rica Other (CR)</option><option value="190">Cote Divoire Other (CI)</option><option value="243">Croatia (local Name: Hrva Other (HR)</option><option value="197">Cuba Other (CU)</option><option value="3413">Curacao Other (CW)</option><option value="3348">Cyprus (CY)</option><option value="200">Cyprus (Nicosia) (CY)</option><option value="201">Czech Republic Other (CZ)</option><option value="68">Dakar (SN)</option><option value="39">Damascus (SY)</option><option value="1663">Dar Es Salaam (TZ)</option><option value="1563">Darwin (AU)</option><option value="137">Delhi (IN)</option><option value="204">Denmark Other (DK)</option><option value="139">Dhaka (BD)</option><option value="203">Djibouti Other (DJ)</option><option value="37">Doha (QA)</option><option value="205">Dominica Other (DM)</option><option value="206">Dominican Republic Other (DO)</option><option value="1586">Douala (CM)</option><option value="40">Dubai (AE)</option><option value="18" selected="">Dublin (IE)</option><option value="1411">Durban (ZA)</option><option value="14">Dusseldorf (DE)</option><option value="1412">East London (ZA)</option><option value="361">East Timor Other (TL)</option><option value="208">Ecuador Other (EC)</option><option value="3334">Edinburgh (GB)</option><option value="210">Egypt Other (EG)</option><option value="348">El Salvador Other (SV)</option><option value="3537">Elmsall (GB)</option><option value="233">Equatorial Guinea Other (GQ)</option><option value="212">Eritrea Other (ER)</option><option value="209">Estonia Other (EE)</option><option value="214">Ethiopia Other (ET)</option><option value="217">Falkland Islands (malvina Other (FK)</option><option value="219">Faroe Islands (FO)</option><option value="216">Fiji Other (FJ)</option><option value="215">Finland Other (FI)</option><option value="3356">Florence (IT)</option><option value="80">Fort de France (MQ)</option><option value="220">France Other (FR)</option><option value="13">Frankfurt (DE)</option><option value="1580">Freeport (BS)</option><option value="69">Freetown (SL)</option><option value="226">French Guiana Other (GF)</option><option value="316">French Polynesia Other (PF)</option><option value="3417">Fuerteventura (ES)</option><option value="112">Funafuti (TV)</option><option value="222">Gabon Other (GA)</option><option value="43">Gaborone (BW)</option><option value="230">Gambia Other (GM)</option><option value="29">Geneva (CH)</option><option value="92">Georgetown (GY)</option><option value="225">Georgia Other (GE)</option><option value="202">Germany Other (DE)</option><option value="227">Ghana Other (GH)</option><option value="12">Gibraltar (GI)</option><option value="3336">Glasgow (GB)</option><option value="1661">Gothenburg (SE)</option><option value="3352">Gran Canaries (ES)</option><option value="234">Greece Other (GR)</option><option value="229">Greenland Other (GL)</option><option value="224">Grenada Other (GD)</option><option value="232">Guadeloupe Other (GP)</option><option value="237">Guam Other (GU)</option><option value="134">Guangzhou (CN)</option><option value="91">Guatemala City (GT)</option><option value="236">Guatemala Other (GT)</option><option value="1597">Guayaquil (EC)</option><option value="1430">Guernsey (GG)</option><option value="231">Guinea Other (GN)</option><option value="238">Guinea-bissau Other (GW)</option><option value="239">Guyana Other (GY)</option><option value="244">Haiti Other (HT)</option><option value="77">Hamilton (BM)</option><option value="3423">Hamilton (NZ)</option><option value="1664">Hanoi (VN)</option><option value="76">Harare (ZW)</option><option value="10">Helsinki (FI)</option><option value="123">Ho Chi Minh (VN)</option><option value="1564">Hobart (AU)</option><option value="242">Honduras Other (HN)</option><option value="127">Hong Kong (HK)</option><option value="240">Hong Kong Other (HK)</option><option value="108">Honiara (SB)</option><option value="3697">HUB (DE)</option><option value="245">Hungary Other (HU)</option><option value="1059">Hyderabad (IN)</option><option value="3533">Hyderabad PK (PK)</option><option value="253">Iceland Other (IS)</option><option value="1058">Inactive-Bangalore (IN)</option><option value="1065">Inactive-Delhi (IN)</option><option value="3358">Inactive-Goteborg (SE)</option><option value="1481">Inactive-Hong Kong (HK)</option><option value="1431">Inactive-Reykjavik (IS)</option><option value="249">India Other (IN)</option><option value="246">Indonesia Other (ID)</option><option value="3499">Inhambane (MZ)</option><option value="252">Iran Other (IR)</option><option value="251">Iraq Other (IQ)</option><option value="247">Ireland Other (IE)</option><option value="3484">Islam Abad (PK)</option><option value="1436">Isle of Man (IM)</option><option value="3379">Isle of Wight (GB)</option><option value="248">Israel Other (IL)</option><option value="394">Istanbul (TR)</option><option value="254">Italy Other (IT)</option><option value="1552">Izmir (TR)</option><option value="119">Jakarta (ID)</option><option value="255">Jamaica Other (JM)</option><option value="257">Japan Other (JP)</option><option value="1429">Jersey (JE)</option><option value="389">Johannesburg (ZA)</option><option value="118">Johore Bahru (MY)</option><option value="256">Jordan Other (JO)</option><option value="397">Kabul (AF)</option><option value="74">Kampala (UG)</option><option value="141">Karachi (PK)</option><option value="1062">Karikal (IN)</option><option value="142">Kathmandu (NP)</option><option value="268">Kazakhstan Other (KZ)</option><option value="258">Kenya Other (KE)</option><option value="71">Khartoum (SD)</option><option value="1653">Kiev (UA)</option><option value="67">Kigali (RW)</option><option value="79">Kingston (JM)</option><option value="261">Kiribati Other (KI)</option><option value="264">Korea, Democratic People Other (KP)</option><option value="265">Korea, Republic Of Other (KR)</option><option value="3375">Kosovo Region (RS)</option><option value="391">Kota Kinabalu (MY)</option><option value="116">Kuala Lumpur (MY)</option><option value="399">Kuching (MY)</option><option value="34">Kuwait (KW)</option><option value="266">Kuwait Other (KW)</option><option value="259">Kyrgyzstan Other (KG)</option><option value="1577">La Paz (BO)</option><option value="1659">Lagos (NG)</option><option value="1645">Lahore (PK)</option><option value="3350">Lanzarote (ES)</option><option value="269">Laos Peoples Democratic R Other (LA)</option><option value="1587">Larnaca (CY)</option><option value="3418">Las Palmas (ES)</option><option value="278">Latvia Other (LV)</option><option value="270">Lebanon Other (LB)</option><option value="3338">Leeds (GB)</option><option value="275">Lesotho Other (LS)</option><option value="274">Liberia Other (LR)</option><option value="52">Libreville (GA)</option><option value="279">Libyan Arab Jamahiriya Other (LY)</option><option value="3494">Lichinga (MZ)</option><option value="272">Liechtenstein Other (LI)</option><option value="1573">Liege (BE)</option><option value="60">Lilongwe (MW)</option><option value="99">Lima (PE)</option><option value="24">Lisbon (PT)</option><option value="276">Lithuania Other (LT)</option><option value="3342">Liverpool (GB)</option><option value="72">Lome (TG)</option><option value="30">London (GB)</option><option value="1565">Lord Howe Island (AU)</option><option value="3">Los Angeles (US)</option><option value="42">Luanda (AO)</option><option value="75">Lusaka (ZM)</option><option value="21">Luxembourg (LU)</option><option value="1612">Lyon (FR)</option><option value="131">Macau (MO)</option><option value="289">Macau Other (MO)</option><option value="285">Macedonia, The Former Yug Other (MK)</option><option value="283">Madagascar Other (MG)</option><option value="3345">Madeira (PT)</option><option value="25">Madrid (ES)</option><option value="1056">Madurai (IN)</option><option value="1649">Mahe (SC)</option><option value="3351">Malaga (ES)</option><option value="297">Malawi Other (MW)</option><option value="299">Malaysia Other (MY)</option><option value="296">Maldives Other (MV)</option><option value="144">Male (MV)</option><option value="286">Mali Other (ML)</option><option value="3359">Malmo (SE)</option><option value="294">Malta Other (MT)</option><option value="96">Managua (NI)</option><option value="1673">Manchester (GB)</option><option value="122">Manila (PH)</option><option value="1668">Manzini (SZ)</option><option value="63">Maputo (MZ)</option><option value="1614">Marseille (FR)</option><option value="284">Marshall Islands Other (MH)</option><option value="291">Martinique Other (MQ)</option><option value="57">Maseru (LS)</option><option value="292">Mauritania Other (MR)</option><option value="295">Mauritius Other (MU)</option><option value="383">Mayotte Other (YT)</option><option value="103">Melbourne (AU)</option><option value="3354">Melilla (ES)</option><option value="95">Mexico City (MX)</option><option value="298">Mexico Other (MX)</option><option value="5">Miami (US)</option><option value="218">Micronesia, Federated Sta Other (FM)</option><option value="20">Milan (IT)</option><option value="70">Mogadishu (SO)</option><option value="282">Moldova, Republic Of Other (MD)</option><option value="1435">Monaco (MC)</option><option value="281">Monaco Other (MC)</option><option value="288">Mongolia Other (MN)</option><option value="58">Monrovia (LR)</option><option value="3289">Montenegro Other (ME)</option><option value="100">Montevideo (UY)</option><option value="1581">Montreal (CA)</option><option value="293">Montserrat Other (MS)</option><option value="280">Morocco Other (MA)</option><option value="393">Moscow (RU)</option><option value="300">Mozambique Other (MZ)</option><option value="136">Mumbai (IN)</option><option value="1427">Munich (DE)</option><option value="36">Muscat (OM)</option><option value="287">Myanmar Other (MM)</option><option value="3492">Nacala (MZ)</option><option value="56">Nairobi (KE)</option><option value="301">Namibia Other (NA)</option><option value="3491">Nampula (MZ)</option><option value="1616">Nantes (FR)</option><option value="84">Nassau (BS)</option><option value="110">Nauru (NR)</option><option value="310">Nauru Other (NR)</option><option value="48">NDjamena (TD)</option><option value="309">Nepal Other (NP)</option><option value="157">Netherlands Antilles Other (AN)</option><option value="307">Netherlands Other (NL)</option><option value="3294">Nevis (KN)</option><option value="302">New Caledonia Other (NC)</option><option value="1144">New South Wales Other (AU)</option><option value="4">New York (US)</option><option value="312">New Zealand Other (NZ)</option><option value="1625">Newcastle (GB)</option><option value="1566">Newcastle (AU)</option><option value="65">Niamey (NE)</option><option value="306">Nicaragua Other (NI)</option><option value="1615">Nice (FR)</option><option value="303">Niger Other (NE)</option><option value="305">Nigeria Other (NG)</option><option value="311">Niue Other (NU)</option><option value="304">Norfolk Island Other (NF)</option><option value="3346">Northern Ireland (GB)</option><option value="290">Northern Mariana Islands Other (MP)</option><option value="1148">Northern Terr Other (AU)</option><option value="308">Norway Other (NO)</option><option value="3335">Nottingham (GB)</option><option value="114">Noumea (NC)</option><option value="3306">OKINAWA (JP)</option><option value="313">Oman Other (OM)</option><option value="1646">Oporto (PT)</option><option value="23">Oslo (NO)</option><option value="1595">Osnabruck (DE)</option><option value="1648">Otopeni Romiania (RO)</option><option value="44">Ouagadougou (BF)</option><option value="113">Pago Pago (AS)</option><option value="319">Pakistan Other (PK)</option><option value="325">Palau Other (PW)</option><option value="3414">Palestinian Territory, Occupied Other (PS)</option><option value="97">Panama City (PA)</option><option value="314">Panama Other (PA)</option><option value="395">Papeete (PF)</option><option value="317">Papua New Guinea Other (PG)</option><option value="326">Paraguay Other (PY)</option><option value="1660">Paramaribo (SR)</option><option value="11">Paris (FR)</option><option value="3493">Pemba (MZ)</option><option value="117">Penang (MY)</option><option value="104">Perth (AU)</option><option value="315">Peru Other (PE)</option><option value="318">Philippines Other (PH)</option><option value="1437">Philipsburg (AN)</option><option value="125">Phnom Penh (KH)</option><option value="322">Pitcairn Other (PN)</option><option value="3713">Podgorica (ME)</option><option value="1582">Pointe Noire (CG)</option><option value="320">Poland Other (PL)</option><option value="1061">Pondicherry (IN)</option><option value="93">Port Au Prince (HT)</option><option value="1413">Port Elizabeth (ZA)</option><option value="398">Port Louis (MU)</option><option value="107">Port Moresby (PG)</option><option value="82">Port Of Spain (TT)</option><option value="324">Portugal Other (PT)</option><option value="1426">Prague (CZ)</option><option value="1422">Pretoria (ZA)</option><option value="3534">Pristina (KV)</option><option value="323">Puerto Rico Other (PR)</option><option value="1140">Pune (IN)</option><option value="3535">Putuo (Shanghai) (CN)</option><option value="327">Qatar Other (QA)</option><option value="1146">Queensland Other (AU)</option><option value="3490">Quelimane (MZ)</option><option value="89">Quito (EC)</option><option value="62">Rabat (MA)</option><option value="-2">Rest of World (01)</option><option value="328">Reunion Other (RE)</option><option value="17">Reykjavik (IS)</option><option value="3587">Riga (LV)</option><option value="1578">Rio De Janeiro (BR)</option><option value="38">Riyadh (SA)</option><option value="329">Romania Other (RO)</option><option value="19">Rome (IT)</option><option value="330">Russian Federation Other (RU)</option><option value="331">Rwanda Other (RW)</option><option value="3378">Saint Barthelemy Other (BL)</option><option value="263">Saint Kitts And Nevis Other (KN)</option><option value="271">Saint Lucia Other (LC)</option><option value="3415">Saint Martin (French Part) Other (MF)</option><option value="374">Saint Vincent And The Gre Other (VC)</option><option value="1136">Salem (IN)</option><option value="381">Samoa Other (WS)</option><option value="400">San Francisco (US)</option><option value="88">San Jose (CR)</option><option value="81">San Juan (PR)</option><option value="343">San Marino Other (SM)</option><option value="1630">San Pedro Sula (HN)</option><option value="90">San Salvador (SV)</option><option value="1665">Sanaa (YE)</option><option value="86">Santiago (CL)</option><option value="78">Santo Domingo (DO)</option><option value="1579">Sao Paulo (BR)</option><option value="347">Sao Tome And Principe Other (ST)</option><option value="332">Saudi Arabia Other (SA)</option><option value="3360">Scotland Other (GB)</option><option value="3380">Scottish Highlands (GB)</option><option value="3381">Scottish Islands (GB)</option><option value="344">Senegal Other (SN)</option><option value="128">Seoul (KR)</option><option value="3331">Serbia Other (RS)</option><option value="334">Seychelles Other (SC)</option><option value="133">Shanghai (CN)</option><option value="3339">Shefielfd (GB)</option><option value="135">Shenzhen (CN)</option><option value="342">Sierra Leone Other (SL)</option><option value="115">Singapore (SG)</option><option value="3416">Sint Maarten (Dutch Part) (SX)</option><option value="341">Slovakia (slovak Republic Other (SK)</option><option value="339">Slovenia Other (SI)</option><option value="8">Sofia (BG)</option><option value="333">Solomon Islands Other (SB)</option><option value="345">Somalia Other (SO)</option><option value="385">South Africa Other (ZA)</option><option value="1147">South Aust Other (AU)</option><option value="235">South Georgia And The Sou Other (GS)</option><option value="3405">South Sudan Other (SS)</option><option value="3343">Southampton (GB)</option><option value="213">Spain Other (ES)</option><option value="273">Sri Lanka Other (LK)</option><option value="1556">St Croix (VG)</option><option value="1623">St Eustatius (AN)</option><option value="3297">St Kitts (KN)</option><option value="3298">St Lucia (LC)</option><option value="1624">St Maarten (AN)</option><option value="3376">St Petersburg (RU)</option><option value="1657">St Thomas (VI)</option><option value="1671">St Vincent (VC)</option><option value="338">St. Helena Other (SH)</option><option value="1559">St. Johns (AG)</option><option value="3337">Stevenage (GB)</option><option value="27">Stockholm (SE)</option><option value="335">Sudan Other (SD)</option><option value="346">Suriname Other (SR)</option><option value="109">Suva (FJ)</option><option value="350">Swaziland Other (SZ)</option><option value="336">Sweden Other (SE)</option><option value="189">Switzerland Other (CH)</option><option value="102">Sydney (AU)</option><option value="349">Syrian Arab Republic Other (SY)</option><option value="129">Taipei (TW)</option><option value="365">Taiwan Other (TW)</option><option value="356">Tajikistan Other (TJ)</option><option value="1598">Tallinn (EE)</option><option value="366">Tanzania, United Republic Other (TZ)</option><option value="111">Tarawa (KI)</option><option value="1549">Tashkent (UZ)</option><option value="1151">Tasmania Other (AU)</option><option value="-1">TBA (01)</option><option value="94">Tegucigalpa (HN)</option><option value="31">Tehran (IR)</option><option value="32">Tel Aviv (IL)</option><option value="1605">Tenerife (ES)</option><option value="3496">Tete (MZ)</option><option value="355">Thailand Other (TH)</option><option value="1057">Thanjavur (IN)</option><option value="143">Thimphu (BT)</option><option value="1055">Tiruchirapally (IN)</option><option value="354">Togo Other (TG)</option><option value="130">Tokyo (JP)</option><option value="360">Tonga Other (TO)</option><option value="2">Toronto (CA)</option><option value="1618">Toulouse (FR)</option><option value="1567">Townsville (AU)</option><option value="1139">Trichy (IN)</option><option value="363">Trinidad And Tobago Other (TT)</option><option value="1640">Tripoli (LY)</option><option value="1064">Trivandrum (IN)</option><option value="73">Tunis (TN)</option><option value="359">Tunisia Other (TN)</option><option value="3357">Turin (IT)</option><option value="362">Turkey Other (TR)</option><option value="358">Turkmenistan Other (TM)</option><option value="351">Turks And Caicos Islands Other (TC)</option><option value="1138">Tuticorin (IN)</option><option value="364">Tuvalu Other (TV)</option><option value="368">Uganda Other (UG)</option><option value="367">Ukraine Other (UA)</option><option value="151">United Arab Emirates Other (AE)</option><option value="223">United Kingdom Other (GB)</option><option value="370">United States Other (US)</option><option value="371">Uruguay Other (UY)</option><option value="372">Uzbekistan Other (UZ)</option><option value="1">Vancouver (CA)</option><option value="379">Vanuatu Other (VU)</option><option value="375">Venezuela Other (VE)</option><option value="1145">Victoria Other (AU)</option><option value="6">Vienna (AT)</option><option value="126">Vientiane (LA)</option><option value="378">Viet nam Other (VN)</option><option value="1066">Vijayawada (IN)</option><option value="3498">Vilanculos (MZ)</option><option value="3588">Vilnius (LT)</option><option value="376">Virgin Islands (british) Other (VG)</option><option value="377">Virgin Islands (u.s.) Other (VI)</option><option value="1060">Vishakhapatnam (IN)</option><option value="380">Wallis And Futuna Islands Other (WF)</option><option value="1434">Warsaw (PL)</option><option value="106">Wellington (NZ)</option><option value="1149">Western Aust Other (AU)</option><option value="211">Western Sahara Other (EH)</option><option value="64">Windhoek (NA)</option><option value="3504">Xai Xai (MZ)</option><option value="124">Yangon (MM)</option><option value="46">Yaounde (CM)</option><option value="382">Yemen Other (YE)</option><option value="384">Yugoslavia Other (YU)</option><option value="1425">Zagreb (HR)</option><option value="387">Zaire Other (CD)</option><option value="386">Zambia Other (ZM)</option><option value="388">Zimbabwe Other (ZW)</option><option value="28">Zurich (CH)</option></select></div>
  3107. </td>
  3108. </tr>
  3109. <tr id="idArea" valign="top" style="display: none;">
  3110. <td width="85" align="left" class="Size9">Area :</td>
  3111. <td align="left" colspan="2">
  3112. <select class="Size9" id="cmbArea" style="width: 255px;" onchange="DisplayAddInfo(this);"></select>
  3113. </td>
  3114. </tr>
  3115.  
  3116. <tr valign="top">
  3117. <td width="85" align="left" class="Size9">&nbsp;</td>
  3118. <td align="left" class="Size9" colspan="2">
  3119. <div id="idDocketID" style="display: none;">Docket # : <input name="txtRunInfo" class="Size9" id="txtRunInfo" style="width: 195px;" type="text"></div>
  3120. <div id="idRunInfo" style="display: none;">Driver :
  3121. <span class="Size9" id="divDriver"><select class="style7" id="lstDriver" 5px;="" 0px="" padding:0px="" 15px=""><option value="">No driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option></select></span>
  3122. </div>
  3123. <div id="idRunInfoPOD" style="display: none;">Driver :
  3124. <span class="Size9" id="divDriver2"><select class="style7" id="lstDriverPOD" 5px;="" 0px="" padding:0px="" 15px=""><option value="">-none-</option><option value="">No driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option></select></span>
  3125. </div>
  3126. <div id="idTravelID" style="padding-top: 5px; padding-bottom: 5px; display: none;">Travel # : <input name="txtTravelID" class="Size9" id="txtTravelID" style="width: 193px;" type="text"></div>
  3127.  
  3128. </td>
  3129. </tr>
  3130.  
  3131. <tr valign="top">
  3132. <td width="85" align="left" class="Size9">Assign to :</td>
  3133. <td align="left" class="Size9" colspan="2">
  3134. <table border="0" cellspacing="0" cellpadding="0">
  3135. <tbody><tr>
  3136. <td style="width: 50px;"><input name="radioAssign" id="txtAssignAuto" onclick="HidePopUp('txtAgent'); ShowPopUp('txtTrackAgent');" type="radio" checked="checked">&nbsp;Auto&nbsp;</td>
  3137. <td style="text-align: left;">
  3138. <div style="display: none;">
  3139. <span class="CMS_hide" id="txtTrackAgentSID">808</span> <span id="txtTrackAgent" style="font-weight: bold;">IE0225 - SkyNet Dublin</span>
  3140. </div>
  3141. </td>
  3142. </tr>
  3143. <tr>
  3144. <td style="width: 70px;"><input name="radioAssign" id="txtAssignManual" onclick="HidePopUp('txtTrackAgent'); ShowPopUp('txtAgent');" type="radio">&nbsp;Manual&nbsp;</td>
  3145. <td style="text-align: left;">
  3146. <div class="Size9" id="DivAgentList"><select class="style7" id="txtAgent" style="width: 200px; display: none;" =''=""><option value="-2315">0_AERO (Aeroflot – Russian Airlines)</option><option value="-2316">0_AIRLINE (Airline (Generic Supplier))</option><option value="-1382">202258 (Parcel Force)</option><option value="38">80002 (SUREPlus Limited)</option><option value="-1348">AAE (AAE)</option><option value="-1622">AAS (AAS Freight AG)</option><option value="617">AE0200 (SkyNet Dubai)</option><option value="602">AE0201 (SkyNet Abu Dhabi)</option><option value="586">AE0212 (SkyNet Sharhja)</option><option value="218">AE400 (MODERNLINE DISTRIBUTION)</option><option value="-1169">AE400CCX (Modernline Distribution LLC (DXB))</option><option value="-1168">AE400IPX (Modernline Distribution LLC (DXB))</option><option value="794">AG0115 (SkyNet St Johns)</option><option value="793">AI0184 (SkyNet Anguilla)</option><option value="754">AL0223 (SkyNet Tirana)</option><option value="-1667">ALBATROS (Albatros Air Courier )</option><option value="-1065">AMI (AMI)</option><option value="797">AN0112 (SkyNet Willemstad)</option><option value="796">AN0117 (SkyNet Bonaire)</option><option value="814">AN0192 (SkyNet St Maarten)</option><option value="801">AN0194 (SkyNet St Eustatius)</option><option value="-1826">AO0174 (Skynet Luanda)</option><option value="-1985">AO11961 (Skynet Porto Amboim)</option><option value="-1984">AO11963 (Skynet Kuito, Bie)</option><option value="-1983">AO11964 (Skynet Cabinda)</option><option value="-1982">AO11965 (Skynet Calulo)</option><option value="-1981">AO11966 (Skynet Dondo)</option><option value="-1980">AO11967 (Skynet Huambo)</option><option value="-1979">AO11968 (Skynet Lubango)</option><option value="-1978">AO11969 (Skynet Lucapa)</option><option value="-1977">AO11970 (Skynet Luena)</option><option value="-1976">AO11971 (Skynet Malanje)</option><option value="-1975">AO11972 (Skynet Menongue)</option><option value="-1974">AO11973 (Skynet Namibe)</option><option value="-1973">AO11974 (Skynet Ndalatandos)</option><option value="-1972">AO11975 (Skynet Ondjiva)</option><option value="-1971">AO11976 (Skynet Saurimo)</option><option value="-1970">AO11977 (Skynet Sumbe)</option><option value="-1969">AO11978 (Skynet Uige)</option><option value="-1968">AO11979 (Skynet Waco Kungo)</option><option value="-1888">APC (APC Overnight)</option><option value="790">AR0010 (SkyNet Buenos Aires)</option><option value="-1143">ARAM (Aramex)</option><option value="390">Aramex (Aramex)</option><option value="261">AT001 (DPEX Austria)</option><option value="769">AT0301 (SkyNet Vienna)</option><option value="-2072">AT0604 (Skynet Graz)</option><option value="-1663">ATF (ATF)</option><option value="581">AU0277 (SkyNet CBR)</option><option value="-1814">AU1001 (C.T. Freight (SYDNEY AUSTRALIA) )</option><option value="-1815">AU1003 (C.T. Freight (MELBOURNE AUSTRALIA) )</option><option value="-1816">AU1004 (C.T. Freight (ADELAIDE AUSTRALIA))</option><option value="-1817">AU1005 (C.T. Freight (BRISBANE AUSTRALIA) )</option><option value="-1818">AU1006 (C.T. Freight (PERTH AUSTRALIA) )</option><option value="294">AU450 (Toll Priority)</option><option value="295">AU451 (Toll Priority)</option><option value="391">AU452 (Express Logistics International P/L)</option><option value="471">AU453 (Toll Priority SYD)</option><option value="-1171">AU453CCX (Toll Priority SYD)</option><option value="-1170">AU453IPX (Toll Priority SYD)</option><option value="472">AU454 (Toll Priority MEL)</option><option value="-1173">AU454CCX (Toll Priority MEL)</option><option value="-1172">AU454IPX (Toll Priority MEL)</option><option value="473">AU455 (Toll Priority BNE)</option><option value="-1175">AU455CCX (Toll Priority BNE)</option><option value="-1174">AU455IPX (Toll Priority BNE)</option><option value="474">AU456 (Toll Priority ADL)</option><option value="-1177">AU456CCX (Toll Priority ADL)</option><option value="-1176">AU456IPX (Toll Priority ADL)</option><option value="475">AU457 (Toll Priority PER)</option><option value="-1179">AU457CCX (Toll Priority PER)</option><option value="-1178">AU457IPX (Toll Priority PER)</option><option value="-1303">AU460 (Qantas Courier Sydney)</option><option value="-1331">AU460CCX (Qantas Courier Sydney)</option><option value="-1332">AU460IPX (Qantas Courier Sydney)</option><option value="-1304">AU461 (Qantas Courier Melbourne)</option><option value="-1333">AU461CCX (Qantas Courier Melbourne)</option><option value="-1334">AU461IPX (Qantas Courier Melbourne)</option><option value="-1305">AU462 (Qantas Courier Brisbane)</option><option value="-1335">AU462CCX (Qantas Courier Brisbane)</option><option value="-1336">AU462IPX (Qantas Courier Brisbane)</option><option value="-1306">AU463 (Qantas Courier Perth)</option><option value="-1337">AU463CCX (Qantas Courier Perth)</option><option value="-1338">AU463IPX (Qantas Courier Perth)</option><option value="-1307">AU464 (Qantas Courier Canberra)</option><option value="-1339">AU464CCX (Qantas Courier Canberra)</option><option value="-1340">AU464IPX (Qantas Courier Canberra)</option><option value="-1426">AU465 (GTEX)</option><option value="-1659">AU470 (Toll Global Forwarding (Sydney))</option><option value="-1695">AU471 (Toll Global Forwarding (Melbourne))</option><option value="-1696">AU472 (Toll Global Forwarding (Brisbane))</option><option value="-1697">AU473 (Toll Global Forwarding (Perth))</option><option value="-1649">AUADLF (Toll Fast ADL)</option><option value="-1648">AUBNEF (Toll Fast BNE)</option><option value="-1543">AUCP (Couriers Please)</option><option value="-1729">AUFRF (FRF Couriers)</option><option value="-1647">AUMELF (Toll Fast MEL)</option><option value="881">AUNSW01 (AU - Northern Transport Services)</option><option value="-1650">AUPERF (Toll Fast PER)</option><option value="-1640">AUPost (AUSTRALIA POST)</option><option value="-1646">AUSYDF (Toll Fast SYD)</option><option value="792">AW0116 (SkyNet Oranjestad)</option><option value="696">AZ0295 (SKYNET/BERKUT EKSPRES)</option><option value="-2161">BA0532 (A2B Express Delivery)</option><option value="749">BB0016 (SkyNet Bridgetown)</option><option value="630">BD0043 (SkyNet Dacca)</option><option value="15">BD212 (DOCU PARCEL EXP LTD(BANG))</option><option value="-1181">BD212CCX (Document Parcel Express Ltd (DAC))</option><option value="-1180">BD212IPX (Document Parcel Express Ltd (DAC))</option><option value="-1460">BDG (Bridges)</option><option value="-1610">BE0052 (SkyNet Liege)</option><option value="783">BE0067 (SkyNet Brussels)</option><option value="-1513">BE100 (Viva Xpress Logistics (Belgium))</option><option value="-2364">BG0129 (SkyNet Sofia)</option><option value="640">BH0202 (SkyNet Bahrain)</option><option value="718">BI0146 (SkyNet Bujumbura)</option><option value="691">BM0022 (SkyNet Bermuda)</option><option value="7">BN205 (ALVY FORWARDING (BRUNEI))</option><option value="-1183">BN205CCX (Alvy Forwarding (BWN))</option><option value="-1182">BN205IPX (Alvy Forwarding (BWN))</option><option value="695">BN6012 (SkyNet Brunei)</option><option value="775">BO0023 (SkyNet La Paz)</option><option value="596">BO9023 (SkyNet SkyPostal La Paz)</option><option value="-1504">BR001 (Correios Brazil)</option><option value="706">BR0015 (SkyNet Rio De Janeiro)</option><option value="713">BR0020 (SkyNet Sao Paula)</option><option value="-1471">BRAIR (British Airways)</option><option value="806">BS0050 (SkyNet Nassau)</option><option value="802">BS0197 (SkyNet Freeport)</option><option value="18">BT215 (TBA - Bhutan)</option><option value="725">BU0219 (SkyNet Rangoon)</option><option value="599">BW0138 (SkyNet Mmabatho)</option><option value="613">BW0143 (SkyNet Gaborone)</option><option value="795">BZ0111 (SkyNet Belize City)</option><option value="770">CA0100 (SkyNet Toronto)</option><option value="635">CA0102 (SkyNet Montreal)</option><option value="-1896">CA0131 (SkyNet Calgary)</option><option value="598">CA0284 (SkyNet Vancouver)</option><option value="-1495">CAE (City Air Express)</option><option value="-1456">CASS (CASS)</option><option value="-1472">CBS (Customs Brokerage Services Ltd)</option><option value="-1470">CFL (Courier Facilities London)</option><option value="589">CG0504 (SkyNet Brazzaville)</option><option value="751">CG0511 (SkyNet Kinshasa)</option><option value="678">CG0512 (SkyNet Pointe Noire)</option><option value="720">CH0076 (SkyNet Geneva)</option><option value="-1133">CH0359 (Skynet Basel)</option><option value="719">CH0461 (SkyNet New Geneva)</option><option value="721">CH0462 (SkyNet New Zurich)</option><option value="-2155">CH0921 (AAS Freight AG)</option><option value="672">CI0502 (SkyNet Abidjan)</option><option value="263">CIT001 (DPEX Netherlands)</option><option value="-1425">CITYLINK (City Link Ltd)</option><option value="727">CL0777 (SkyNet Santiago)</option><option value="756">CL9025 (SkyNet SkyPostal Santiago)</option><option value="676">CM0508 (SkyNet Douala)</option><option value="-1164">CMB0059 (SKYNET WORLDWIDE EXPRESS PVT LTD)</option><option value="665">CN0105 (SkyNet Peking / Beijing)</option><option value="633">CN0158 (SkyNet Shanghai)</option><option value="597">CN0379 (SkyNet Macau)</option><option value="685">CN0381 (SkyNet Gaungzhou)</option><option value="634">CN0382 (SkyNet Shanghai)</option><option value="591">CN0385 (SkyNet Shenzhen)</option><option value="733">CN0386 (SkyNet Pudong)</option><option value="734">CN0387 (SkyNet Quintao)</option><option value="736">CN0388 (SkyNet Changsa)</option><option value="593">CN0458 (SkyNet Sinotrans - Beijing)</option><option value="-1883">CN1115 (Skynet Shanghai)</option><option value="-1884">CN1116 (Skynet Guangzhou)</option><option value="-1885">CN1117 (Skynet Beijing)</option><option value="-1657">CN236 (Toll Global Forwarding (Shenzhen))</option><option value="151">CN500 (DPEX Worldwide Co., Ltd)</option><option value="-1185">CN500CCX (DPE International Co Ltd - Shanghai)</option><option value="-1184">CN500IPX (DPE International Co Ltd - Shanghai)</option><option value="272">CN501 (DPEX Hangzhou)</option><option value="273">CN502 (DPEX Suzhou)</option><option value="-1014">CN503 (DPE INTERNATIONAL CO LTD)</option><option value="-1015">CN504 (DPE INTERNATIONAL CO LTD)</option><option value="265">CN505 (DPE INTERNATIONAL (CHINA))</option><option value="-1013">CN506 (DPEX Nanjing)</option><option value="-1016">CN507 (DPEX Ningbo)</option><option value="380">CN508 (DPEX Wuxi)</option><option value="-1017">CN509 (DPEX Taizhou)</option><option value="-1376">CN510 (DPEX Keqiao)</option><option value="-1019">CN511 (DPEX Nantong)</option><option value="-1020">CN512 (DPEX Changshu)</option><option value="-1021">CN513 (DPEX Jiangyin)</option><option value="-1022">CN514 (DPEX Jingjiang)</option><option value="-1023">CN515 (DPEX Yangzhou)</option><option value="-1024">CN516 (DPEX Jiading)</option><option value="-1025">CN517 (DPEX Changzhou)</option><option value="-1026">CN518 (DPEX Zhangjiaguang)</option><option value="-1384">CN519 (DPEX Baoshan)</option><option value="-1100">CN520 (DPEX Zhang Jiang)</option><option value="-1101">CN521 (DPEX YanCheng)</option><option value="999">CN522 (DPEX Wenzhou)</option><option value="-1393">CN523 (DPEX Leqing)</option><option value="-1129">CN524 (DPEX Wuxi West)</option><option value="-1497">CN525 (DPEX-CHINA-LISHUI)</option><option value="-1165">CN526 (DPEX Wujiang)</option><option value="-1291">CN527 (DPEX Dongyang)</option><option value="-1388">CN528 (DPEX Wenling)</option><option value="-1297">CN529 (DPEX Yongkang)</option><option value="826">CN531 (Toll Global Express (Shanghai) Co., Ltd. Beijing Branch)</option><option value="-1187">CN531CCX (DPEX Beijing II)</option><option value="-1186">CN531IPX (DPEX Beijing II)</option><option value="-1378">CN532 (DPEX Langfang)</option><option value="828">CN533 (DPEX Dalian)</option><option value="-1099">CN534 (DPEX Qingdao)</option><option value="829">CN535 (DPEX Tianjin)</option><option value="-1317">CN536 (DPEX Shijiazhuang)</option><option value="-1166">CN537 (DPEX Zhengzhou)</option><option value="-1316">CN540 (DPEX Baoding)</option><option value="-1385">CN541 (DPEX Chaoyang)</option><option value="-1386">CN542 (DPEX Chengyang)</option><option value="-1390">CN543 (DPEX Tianjin)</option><option value="-1427">CN544 (DPEX XiAn)</option><option value="213">CN555 (DPEX Worldwide Co., Ltd. Guangzhou Branch)</option><option value="-1189">CN555CCX (DPEX Worldwide Co Ltd (Guangzhou Branch))</option><option value="-1188">CN555IPX (DPEX Worldwide Co Ltd (Guangzhou Branch))</option><option value="266">CN556 (UNI SYSTEM LOGISTIC SVCE)</option><option value="297">CN557 (DPEX Shantou)</option><option value="378">CN558 (DPEX Wuhan)</option><option value="878">CN559 (DPEX Zhuhai)</option><option value="997">CN560 (DPEX Dongguan)</option><option value="-1290">CN561 (DPEX Chongqing)</option><option value="-1108">CN562 (DPEX ZhaoQing)</option><option value="-1105">CN563 (DPEX ChangSha)</option><option value="998">CN564 (DPEX HuiZhou)</option><option value="-1003">CN565 (DPEX Humen)</option><option value="-1118">CN566 (DPEX PanYu)</option><option value="-1010">CN567 (DPEX Foshan)</option><option value="-1011">CN568 (DPEX JiangMen)</option><option value="-1117">CN569 (DPEX ShunDe)</option><option value="-1229">CN570 (DPEX Putian)</option><option value="267">CN571 (UNI SYSTEM LOGISTIC SVCE)</option><option value="268">CN572 (UNI SYSTEM LOGISTIC SVCE)</option><option value="269">CN573 (UNI SYSTEM LOGISTIC SVCE)</option><option value="-1230">CN574 (DPEX Zhangzhou)</option><option value="-1228">CN575 (DPEX Zhongshan)</option><option value="-1231">CN576 (DPEX Zhanjiang)</option><option value="-1232">CN577 (DPEX Nanchang)</option><option value="-1292">CN579 (DPEX Huadu)</option><option value="-1370">CN580 (DPEX Chengdu)</option><option value="-1483">CN581 (DPEX Nanning)</option><option value="-1346">CN582 (AIRCITY (CHINA) CO LTD)</option><option value="-1349">CN583 (DPEX Heyuan)</option><option value="-1467">CN584 (DPEX Taishan)</option><option value="-1527">CN585 (DPEX-CHINA-HAIKOU)</option><option value="-1298">CN590 (DPEX Danyang)</option><option value="379">CN591 (Dongguan City DPEX Express co., LTD.)</option><option value="-1299">CN592 (DPEX Quzhou)</option><option value="-1300">CN593 (DPEX Huzhou)</option><option value="-1318">CN594 (DPEX Yixing)</option><option value="-1319">CN595 (DPEX Jinhua)</option><option value="-1314">CN596 (DPEX Hefei)</option><option value="-1315">CN597 (DPEX Wuhu)</option><option value="-1359">CN598 (DPEX FengXian)</option><option value="-1366">CN599 (DPEX Jiaxing)</option><option value="-2376">CN6041 (SkyNet UC Express (China) Ltd.)</option><option value="-2070">CN90006 (Giosis Pte Ltd)</option><option value="-2100">CN90007 (Giosis Pte Ltd)</option><option value="-2101">CN90008 (SHANDONG SHY CLOUD TECH CO.,LTD)</option><option value="-2300">CNBEX (BOLLYMAN Express Co., Ltd.)</option><option value="-1764">CNDNJ (DNJ EXPRESS)</option><option value="-1807">CNSFX (SF Express)</option><option value="664">CO0042 (SkyNet Bogota)</option><option value="991">COE2001 (China Oriental Express)</option><option value="-2006">COES (Correos)</option><option value="-1477">COSE (Cosell)</option><option value="731">CR0024 (SkyNet San Jose)</option><option value="-1797">CR1024 (SkyNet Costa Rica)</option><option value="592">CR9024 (SkyNet SkyPostal Costa Rica)</option><option value="780">CY0044 (YMS GROUP LTD)</option><option value="741">CZ0348 (SkyNet Prague)</option><option value="-2199">CZ3489 (GO! CZ)</option><option value="264">dCN504 (**INACTIVE DPE Hangzhou)</option><option value="-1102">DCN519 (DPEX Lian Yun Gang )</option><option value="-1128">dCN523 (DPEX Suzhou East)</option><option value="-1296">dCN528 (DPEX Lishui)</option><option value="-1012">dCN560 (**DONGGUAN BRANCH )</option><option value="-2116">DE0000 (GLS Group / Parcel Service)</option><option value="-1422">DE0001 (Deltec Frankfurt)</option><option value="-1294">DE0066 (SkyNet - Deltec Fra)</option><option value="610">DE0070 (SkyNet Dusseldorf)</option><option value="786">DE0104 (SkyNet Munich)</option><option value="764">DE0118 (SkyNet GDSK Osnabruck)</option><option value="-2249">DE0260 (GO! Express &amp; Logistics Hamburg Aktiengesellschaft)</option><option value="-2313">DE0704 (SkyNet Cologne)</option><option value="-2337">DE0745 (DER KURIER GmbH &amp; Co. KG)</option><option value="-2292">DEGLS (GLS)</option><option value="-2181">DES (Direct Entry Solutions (D.E.S.))</option><option value="392">DHL (DHL)</option><option value="-1843">DHLDE (DHLDE)</option><option value="799">DK0040 (SKYNET/SHIP-LOG DENMARK)</option><option value="590">DK0270 (SkyNet New Copenhagen)</option><option value="257">DK352 (DPE Worldwide Express (Denmark))</option><option value="798">DM0185 (SkyNet Dominica)</option><option value="722">DO0049 (SkyNet Santo Domingo)</option><option value="-1761">DP1 (DPD Interface)</option><option value="-1664">DPD DE (DPD DE)</option><option value="-1469">DPDUK (DPD UK)</option><option value="250">dSP0002 (deletedSpeedex (Doha))</option><option value="659">EC0021 (SkyNet Quito)</option><option value="732">EC0121 (SkyNet Guayaquil)</option><option value="641">EE0300 (SkyNet Tallinn)</option><option value="650">EG0137 (SkyNet Cairo Admin office)</option><option value="649">EG0203 (SkyNet Cairo)</option><option value="606">ER0096 (SkyNet Asmara)</option><option value="-2115">ES0000 (DNTIP CONTRACTOR SPAIN)</option><option value="694">ES0060 (SkyNet Madrid)</option><option value="-2323">ES0160 (SKYNET BARCELONA ROAD HUB)</option><option value="-1001">ES0860 (SkyNet Valencia)</option><option value="791">ES0960 (SkyNet Barcelona)</option><option value="259">ES353 (Spanish Couriers (Madrid))</option><option value="-1704">ESXBC (XBC - SkyNet BCN)</option><option value="699">ET0298 (SkyNet Addis Adiba)</option><option value="-1762">EXG (The Messengers)</option><option value="-1461">EXPHD (Express Handling)</option><option value="-1313">FEDEX (FEDEX)</option><option value="779">FI0038 (SkyNet Helsinki)</option><option value="-1362">FJJUP (Qantas Courier Fiji)</option><option value="738">FR0046 (SkyNet Paris (North West Africa))</option><option value="739">FR0114 (SkyNet Paris)</option><option value="625">FR0166 (SkyNet Nice)</option><option value="-1490">FR0541 (Skynet Toulouse)</option><option value="668">FR0713 (SkyNet Marseille)</option><option value="604">FR0744 (SkyNet Nantes)</option><option value="670">FR0769 (SkyNet Lyon)</option><option value="-1759">FR240 (TOLL GLOBAL FORWARDING FRANCE SA)</option><option value="-1473">FREEP (Freeport Freight Ltd)</option><option value="677">GA0510 (SkyNet Liberville)</option><option value="-1414">GB0001 (Deltec Birmingham)</option><option value="-1415">GB0002 (Deltec Cardiff)</option><option value="-1416">GB0003 (Deltec Leeds)</option><option value="-1417">GB0004 (Deltec Manchester)</option><option value="-1418">GB0005 (Deltec Nottingham)</option><option value="-1419">GB0006 (Deltec Bristol)</option><option value="-1420">GB0007 (Deltec Edinburgh)</option><option value="-1421">GB0008 (Deltec Glasgow)</option><option value="-1423">GB0009 (Deltec Newcastle)</option><option value="-1424">GB0010 (Deltec Southampton)</option><option value="-1429">GB0011 (Deltec Liverpool)</option><option value="-1430">GB0012 (Deltec Cheltenham)</option><option value="-1431">GB0013 (Deltec Sheffield)</option><option value="-1432">GB0014 (Deltec Stevenage)</option><option value="-1453">GB0015 (Osbornes)</option><option value="-1454">GB0016 (Farrell Transport Ltd)</option><option value="-1486">GB0017 (Skynet Southampton)</option><option value="-1487">GB0018 (Skynet Birmingham)</option><option value="-1488">GB0019 (Skynet Cardiff)</option><option value="-1489">GB0020 (Skynet Newcastle)</option><option value="-1496">GB0021 (Skynet Manchester)</option><option value="-1518">GB0022 (Skynet Barnsley (ASOS))</option><option value="-1529">GB0023 (Europa Worldwide Logistics)</option><option value="-1530">GB0024 (John T Evans Haulage Ltd)</option><option value="-1559">GB0025 (Transpeed)</option><option value="880">GB0064 (SkyNet London)</option><option value="782">GB0081 (SkyNet Isle of Man)</option><option value="628">GB0089 (SkyNet Guernsey)</option><option value="666">GB0123 (SkyNet Jersey (New))</option><option value="626">GB0153 (SkyNet Glasgow)</option><option value="629">GB0164 (SkyNet Belfast)</option><option value="667">GB0365 (SkyNet Jersey)</option><option value="759">GB0410 (SkyNet Aberdeen)</option><option value="-1452">GB0543 (Skynet Nottingham)</option><option value="-2017">GB0562 (Skynet London - Savvy Group)</option><option value="-2016">GB0563 (Ship Booster)</option><option value="-1557">GB0564 (ASOS)</option><option value="-1562">GB0565 (ASOS Returns)</option><option value="-1727">GB0566 (Skynet Barnsley (Next))</option><option value="-1730">GB0567 (Skynet Returns)</option><option value="-2025">GB0580 (Route Genie )</option><option value="-1397">GB0764 (SkyNet Birmingham Hub)</option><option value="-1399">GB0766 (SkyNet Manchester (MCR - HUB))</option><option value="-1413">GB0801 (Skynet Bristol)</option><option value="-1651">GB13Ten (13Ten)</option><option value="276">GB351 (Deltec International Ltd)</option><option value="-1766">GB362 (Toll Global GB LHR)</option><option value="-2110">GB366 (DPEX Worldwide (UK) Ltd)</option><option value="-2051">GB7100 (LON DAI Systems, UK)</option><option value="-2191">GB7103 (LONDON)</option><option value="-2192">GB7104 (LONDON)</option><option value="-2278">GB7105 (Consignor)</option><option value="-2279">GB7106 (GFS)</option><option value="-2314">GB7107 (Sorted)</option><option value="-2133">GBDCL01 (DICL London)</option><option value="-2134">GBDCL02 (DICL Manchester)</option><option value="-2135">GBDCL03 (DICL Birmingham)</option><option value="-2136">GBDCL04 (DICL Bristol)</option><option value="-2137">GBDCL05 (DICL Edinburgh)</option><option value="-2138">GBDCL07 (DICL Nottingham)</option><option value="-2139">GBDCL09 (DICL Glasgow)</option><option value="-2140">GBDCL11 (DICL Leeds)</option><option value="-2141">GBDCL12 (DICL Sheffield)</option><option value="-2142">GBDCL14 (DICL Cardiff)</option><option value="-2143">GBDCL15 (DICL Liverpool)</option><option value="-2144">GBDCL16 (DICL Southampton)</option><option value="-2145">GBDCL17 (DICL Newcastle)</option><option value="-2020">GBDLMP (DirectLink MyPack)</option><option value="-1070">GBDLW (Direct Link Worldwide Ltd)</option><option value="-2302">GBDX (DX Delivery (UK))</option><option value="-2111">GBETAO (Etao Ltd T/A WM Express)</option><option value="-1794">GBGDT (Glendale Transport)</option><option value="-2312">GBKNN (Kuehne + Nagel)</option><option value="-1605">GBMP (Skynet Worldwide Express – Metapack)</option><option value="-1820">GBMWS (Mail Workshop Limited)</option><option value="-2370">GBQFS (Quality Freight Services Ltd)</option><option value="-1750">GBWH (Skynet London (Warehouse))</option><option value="804">GD0183 (SkyNet Grenada)</option><option value="714">GE0217 (SkyNet Tbilisi)</option><option value="-1666">GFL (Globeflight)</option><option value="679">GH0516 (SkyNet Accra)</option><option value="-2359">GI0483 (SKYNET GIBRALTAR CONTRACTOR)</option><option value="-2040">GOX (GO! Express &amp; Logistics (Deutschland) GmbH)</option><option value="809">GP0186 (SkyNet Pointe Au Pitre)</option><option value="674">GR0107 (SkyNet Athens)</option><option value="636">GT0025 (SkyNet Guatemala)</option><option value="357">GULF01 (GULF WORLDWIDE EXPRESS)</option><option value="-1146">GULFUK (GULF UK)</option><option value="683">GY0122 (SkyNet Georgetown)</option><option value="-1475">HAMPS (Hampshire Freight)</option><option value="-1076">HAZ (Hazmat Logistics)</option><option value="655">HK0002 (** Discontinued SkyNet HKG)</option><option value="729">HK0346 (SkyNet DPEX HUB Hong Kong)</option><option value="708">HK0380 (SkyNet HKG Transfer Office)</option><option value="152">HK218 (DPEX Worldwide (HK) Limited)</option><option value="-1841">HK2181 (DNJ Express Company Limited)</option><option value="-1191">HK218CCX (DPEX Worldwide Express Ltd (HKG))</option><option value="-1190">HK218IPX (DPEX Worldwide Express Ltd (HKG))</option><option value="-1658">HK237 (Toll Global Forwarding (Hong Kong))</option><option value="-2166">HK7102 (SkyNet Worldwide Express (HK) ltd)</option><option value="-2196">HK7Eleven (7-Eleven (HK))</option><option value="-1379">HK8120 (Toll Priority HKG)</option><option value="612">HN0019 (SkyNet San Pedro Sula)</option><option value="755">HN0027 (SkyNet Tegucigalpa)</option><option value="-2160">HR0531 (A2B Express Logistic)</option><option value="658">HT0119 (SkyNet Port Au Prince)</option><option value="787">HU0103 (PDS Hungary KFT)</option><option value="160">IBC (IBC)</option><option value="3">ID202 (P.T. Dokumen Parsel Ekspres (JKT))</option><option value="-1193">ID202CCX (P.T. Dokumen Parsel Ekspres (JKT))</option><option value="-1192">ID202IPX (P.T. Dokumen Parsel Ekspres (JKT))</option><option value="-2022">ID248 (RPX One Stop Logistics (PT. Repex Wahana))</option><option value="-2149">ID367 (PT. Dwi Parsel Ekspres)</option><option value="675">ID6013 (SkyNet Jakarta)</option><option value="-2063">ID90004 (Central Pacific Express Pte Ltd)</option><option value="808" selected="">IE0225 (SkyNet Dublin)</option><option value="-1398">IE0464 (Geopost Dublin)</option><option value="-1754">IEFAST (Napier Couriers Ltd. T/A Fastway Couriers (Dublin))</option><option value="758">IL0090 (SkyNet Tel Aviv)</option><option value="-1564">ILONEXS (ILONEXS GmbH &amp; Co. KG)</option><option value="-2065">IN0000 (SKYNET INDIA)</option><option value="693">IN0001 (Delhivery Private Limited (Andheri))</option><option value="-1520">IN0001CCX (SkyNet Bombay (CCX))</option><option value="-1521">IN0001IPX (SkyNet Bombay (IPX))</option><option value="-2150">IN0002 (Skynet - Delhivery North B - Lucknow)</option><option value="-2151">IN0003 (Skynet - Delhivery North C - Jaipur (JAI))</option><option value="-2152">IN0004 (Skynet - Delhivery North D - Chandigarh (IXC))</option><option value="-2153">IN0005 (Skynet - Delhivery Central - Indore)</option><option value="747">IN0101 (Delhivery Private Limited (Bombay))</option><option value="631">IN0148 (Delhivery Private Limited (Delhi))</option><option value="-1522">IN0148CCX (SkyNet Delhi (CCX))</option><option value="-1523">IN0148IPX (SkyNet Delhi (IPX))</option><option value="644">IN0248 (Delhivery Private Limited (Madras))</option><option value="-1524">IN0248CCX (SkyNet Madras (CCX))</option><option value="-1525">IN0248IPX (SkyNet Madras (IPX))</option><option value="647">IN0278 (Delhivery Private Limited (Bangalore))</option><option value="702">IN0401 (Delhivery Private Limited (Bombay))</option><option value="703">IN0402 (Delhivery Private Limited (Calcutta))</option><option value="704">IN0403 (Delhivery Private Limited (Ahmedabad))</option><option value="-1654">IN0733 (Skynet Hyderabad)</option><option value="-1655">IN0734 (Skynet Trivandrum)</option><option value="-1801">IN0735 (SkyNet Coimbatore)</option><option value="-1802">IN0736 (SkyNet Kochi)</option><option value="-1803">IN0737 (SkyNet Mangalore)</option><option value="-1804">IN0738 (SkyNet Mysore)</option><option value="-1805">IN0739 (SkyNet Pune)</option><option value="116">IN210 (DPEX WORLDWIDE EXP (INDIA)</option><option value="209">IN222 (DPEX WORLDWIDE EXP INDIA)</option><option value="819">IN228 (DPEX WORLDWIDE EXPRESS)</option><option value="-1409">IN231 (DTDC Courier &amp; Cargo Ltd. (Delhi))</option><option value="-1410">IN232 (DTDC Courier &amp; Cargo Ltd. (Mumbai))</option><option value="-1411">IN233 (DTDC Express Ltd. (Chennai))</option><option value="-2061">IN90003 (SkyNet India Pvt Ltd)</option><option value="-1079">INDE (Independent Wholesale Express)</option><option value="-1468">INTERL (Interlink London (Road))</option><option value="-1653">IQ0232 (Skynet Erbil)</option><option value="646">IR0205 (SkyNet Tehran)</option><option value="-2284">IRBND (Skynet Bandar Abbas)</option><option value="-2114">IS1301 (Skynet Reykjavik)</option><option value="710">IT0072 (SkyNet Rome)</option><option value="700">IT0073 (SkyNet Milan)</option><option value="595">IT0272 (SkyNet Florence)</option><option value="-2234">IT0705 (SkyNet Turin Italy)</option><option value="-1702">IT1720 (Giovan-Battista Pastine International)</option><option value="-2102">IT9989 (SDA Express Courier, Italy)</option><option value="-1148">ITWX (In time Wholesale Express LTD)</option><option value="805">JM0017 (SkyNet Kingston)</option><option value="607">JM9017 (SkyNet SkyPostal Kingston)</option><option value="638">JO0206 (SkyNet Amman)</option><option value="262">JOS001 (DPEX Portugal)</option><option value="-1508">JP0001 (Hubnet Express Japan)</option><option value="768">JP0057 (SkyNet Tokyo)</option><option value="168">JP217 (DPEX WORLDWIDE (JAPAN)CO)</option><option value="-1199">JP217CCX (DPEX Worldwide (Japan) Co Ltd (TYO))</option><option value="-1198">JP217IPX (DPEX Worldwide (Japan) Co Ltd (TYO))</option><option value="-1373">JP230 (JP230)</option><option value="-1428">JP234 (Raiza Express Corporation)</option><option value="-1537">JP235 (Footwork Express Co.,Ltd)</option><option value="816">KE0074 (SkyNet Nairobi)</option><option value="723">KH0134 (SkyNet Cambodia)</option><option value="21">KH208 (DPWX WORLDWIDE EXPRESS)</option><option value="-1201">KH208CCX (GDC Services Ltd (PNH))</option><option value="-1200">KH208IPX (GDC Services Ltd (PNH))</option><option value="-1827">KH6019 (Air Express Worldwide)</option><option value="807">KN0190 (SkyNet Nevis)</option><option value="810">KN0191 (SkyNet St Kitts)</option><option value="452">KR225 (MIT EXPRESS CO LTD)</option><option value="469">KR227 (DPEX KOREA (VALEX))</option><option value="-1203">KR227CCX (Document Parcel Express Korea Ltd (SEL))</option><option value="-1202">KR227IPX (Document Parcel Express Korea Ltd (SEL))</option><option value="-1353">KR229 (DPD KOREA)</option><option value="-2305">KR250 (DPEX Korea Co Ltd)</option><option value="-2307">KR250CCX (DPEX Korea Co Ltd)</option><option value="-2306">KR250IPX (DPEX Korea Co Ltd)</option><option value="643">KR6020 (SkyNet Seoul)</option><option value="-1793">KRCJ (CJ korea express)</option><option value="-2324">KV0741 (Skynet Pristina)</option><option value="785">KW0097 (SkyNet Kuwait City)</option><option value="740">KY0124 (SkyNet George Town)</option><option value="711">KZ0296 (SkyNet Almaty)</option><option value="-1963">KZAKX0491 (SkyNet/Pony Express Aktobe Kazakhstan)</option><option value="-1946">KZAL10491 (SkyNet/Pony Express Kazakhstan)</option><option value="-1947">KZAL20491 (SkyNet/Pony Express Aksaj Kazakhstan)</option><option value="-1948">KZCIT0491 (SkyNet/Pony Express Shymkent Kazakhstan)</option><option value="-1949">KZDMB0491 (SkyNet/Pony Express Taraz Kazakhstan)</option><option value="-1950">KZDZN0491 (SkyNet/Pony Express Zhezkazgan Kazakhstan)</option><option value="-1951">KZGUW0491 (SkyNet/Pony Express Atyrau Kazakhstan)</option><option value="-1952">KZKGF0491 (SkyNet/Pony Express Karaganda Kazakhstan)</option><option value="-1953">KZKOV0491 (SkyNet/Pony Express Kokshetau Kazakhstan)</option><option value="-1954">KZKSN0491 (SkyNet/Pony Express Kostanay Kazakhstan)</option><option value="-1955">KZKZO0491 (SkyNet/Pony Express Kyzylorda Kazakhstan)</option><option value="-1956">KZPPK0491 (SkyNet/Pony Express Petropavlovsk Kazakhstan)</option><option value="-1957">KZPWQ0491 (SkyNet/Pony Express Pavlodar Kazakhstan)</option><option value="-1958">KZSCO0491 (SkyNet/Pony Express Aktau Kazakhstan)</option><option value="-1959">KZTDK0491 (SkyNet/Pony Express Taldykorgan Kazakhstan)</option><option value="-1960">KZTSE0491 (SkyNet/Pony Express Astana Kazakhstan)</option><option value="-1961">KZUKK0491 (SkyNet/Pony Express Ust-Kamenogorsk Kazakhstan)</option><option value="-1962">KZURA0491 (SkyNet/Pony Express Uralsk Kazakhstan)</option><option value="724">LA0234 (SkyNet Vientianne)</option><option value="22">LA209 (TBA - Laos)</option><option value="-1613">LAMBRO (Lambert Brothers Haulage Limited)</option><option value="-1466">LAUR (Laur Air)</option><option value="709">LB0098 (SkyNet Beirut)</option><option value="583">LB0175 (SkyNet Lebanon Wholesale)</option><option value="811">LC0181 (SkyNet St Lucia)</option><option value="-1082">LINE (Linex Solutions)</option><option value="-1625">LINEHKG (Linex Solution Hongkong)</option><option value="-1462">LINEX (Linex c/o Cathay Pacific)</option><option value="692">LK0059 (SkyNet Colombo)</option><option value="-1967">LK11980 (Skynet Yakkala)</option><option value="115">LK213 (DPEX W/WIDE (PVT) S/LANKA)</option><option value="-1205">LK213CCX (DPEX Worldwide (Pvt) Ltd (CMB))</option><option value="-1204">LK213IPX (DPEX Worldwide (Pvt) Ltd (CMB))</option><option value="623">LS0142 (SkyNet Maseru)</option><option value="-1796">LT0292 (SkyNet Vilnius)</option><option value="748">LU0353 (SkyNet Go LUX)</option><option value="-2157">LV0172 (SkyNet Riga)</option><option value="715">LY0218 (SkyNet Tripoli)</option><option value="587">MA0045 (SkyNet Casablanca)</option><option value="-1842">MD3733 (SkyNet Worldwide Express Moldova)</option><option value="-2162">ME0533 (A2B Express d.o.o.)</option><option value="717">MG0145 (SkyNet Antananarivo)</option><option value="-2233">MK0534 (SkyNet/Globko Logistics, Skopje Macedonia)</option><option value="20">MM207 (DPEX WORLWIDE EXPRESS)</option><option value="-1207">MM207CCX (Gold Hintha Co. Ltd (YGN))</option><option value="-1206">MM207IPX (Gold Hintha Co. Ltd (YGN))</option><option value="12">MO221 (TBA - Macau)</option><option value="601">MS0189 (SkyNet Montserrat)</option><option value="627">MT0062 (SkyNet Malta)</option><option value="707">MU0139 (SkyNet Mauritius)</option><option value="212">MU303 (ISS (MAURITIUS) LTD)</option><option value="622">MW0087 (SkyNet Lilongwe)</option><option value="778">MX0048 (SkyNet Mexico City)</option><option value="594">MY0221 (SkyNet Kuala Lumpur (2nd Office))</option><option value="4">MY201 (DPX WORLWIDE SDN BHD (MAL)</option><option value="-1209">MY201CCX (DPX Worldwide Sdn Bhd (KUL))</option><option value="-1208">MY201IPX (DPX Worldwide Sdn Bhd (KUL))</option><option value="781">MY6015 (SkyNet Kuala Lumpur)</option><option value="31">MYJHB (DPEX JHB)</option><option value="624">MZ0144 (SkyNet Maputo)</option><option value="746">MZ0244 (SkyNet Beira)</option><option value="-1643">MZ0404 (Skynet Quelimane)</option><option value="-1644">MZ0408 (Skynet Vilanculos)</option><option value="-1645">MZ0409 (Skynet Chimoio)</option><option value="760">MZ0444 (SkyNet Nampula)</option><option value="-1652">MZ0447 (Skynet Pemba)</option><option value="-1692">MZINH (Skynet Inhambane)</option><option value="-1671">MZMPT (Skynet Maputo (HQ))</option><option value="-1691">MZTET (Skynet Tete)</option><option value="-1693">MZVXC (Skynet Lichinga)</option><option value="-1163">NA001 (Non-Network Agent (INTERNAL))</option><option value="-1660">NA002 (Non-Network Agent (China eServices))</option><option value="620">NA0136 (SkyNet Windhoek)</option><option value="-2368">NC0478 (SkyNet/LTN New Caledonia)</option><option value="680">NG0514 (SkyNet Lagos)</option><option value="-1850">NGABV (SKYNET WORLDWIDE EXPRESS NIGERIA (ABUJA))</option><option value="-1851">NGAKR (SKYNET WORLDWIDE EXPRESS NIGERIA (AKURE CITY))</option><option value="-1852">NGBCU (SKYNET WORLDWIDE EXPRESS NIGERIA (BAUCHI))</option><option value="-1853">NGBNI (SKYNET WORLDWIDE EXPRESS NIGERIA (BENIN CITY))</option><option value="-1854">NGCBQ (SKYNET WORLDWIDE EXPRESS NIGERIA (CALABAR))</option><option value="-1855">NGENU (SKYNET WORLDWIDE EXPRESS NIGERIA (ENUGU))</option><option value="-1856">NGIBA (SKYNET WORLDWIDE EXPRESS NIGERIA (IBADAN))</option><option value="-1857">NGILR (SKYNET WORLDWIDE EXPRESS NIGERIA (ILORIN))</option><option value="-1858">NGJOS (SKYNET WORLDWIDE EXPRESS NIGERIA (JOS))</option><option value="-1859">NGKAD (SKYNET WORLDWIDE EXPRESS NIGERIA (KADUNA))</option><option value="-1860">NGKAN (SKYNET WORLDWIDE EXPRESS NIGERIA (KANO))</option><option value="-1861">NGMDI (SKYNET WORLDWIDE EXPRESS NIGERIA (MAKURDI))</option><option value="-1862">NGMIU (SKYNET WORLDWIDE EXPRESS NIGERIA (MAIDUGURI))</option><option value="-1863">NGMXJ (SKYNET WORLDWIDE EXPRESS NIGERIA (MINNA))</option><option value="-1864">NGPHC (SKYNET WORLDWIDE EXPRESS NIGERIA (PORT HARCOURT))</option><option value="-1865">NGQRW (SKYNET WORLDWIDE EXPRESS NIGERIA (WARRI))</option><option value="-1866">NGSKO (SKYNET WORLDWIDE EXPRESS NIGERIA (SOKOTO))</option><option value="-1867">NGYOL (SKYNET WORLDWIDE EXPRESS NIGERIA (YOLA))</option><option value="-1868">NGZAR (SKYNET WORLDWIDE EXPRESS NIGERIA (ZARIA))</option><option value="773">NI0029 (SkyNet Managua)</option><option value="609">NL0065 (SkyNet Amsterdam)</option><option value="-2012">NL0700 (SkyNet Worldwide Express (Management Company) NMC)</option><option value="-1786">NL363 (Toll Global Forwarding (Netherlands))</option><option value="-1492">NL6591 (Falk Zeist)</option><option value="-2372">NLORANGE (Orange Post N.V.)</option><option value="788">NO0154 (SkyNet/Collicare Oslo)</option><option value="671">NP0106 (SkyNet Nepal)</option><option value="-1966">NP11981 (Skynet Pokhara)</option><option value="-1965">NP11982 (Skynet Biratnagar)</option><option value="17">NP214 (DPEX W/WIDE EXP (NEPAL))</option><option value="-1211">NP214CCX (DPEX Worldwide Express Pvt Ltd (KTM))</option><option value="-1210">NP214IPX (DPEX Worldwide Express Pvt Ltd (KTM))</option><option value="-1635">NZ0179 (eRetail Distribution New Zealand)</option><option value="632">NZ0180 (Toll Priority (AKL))</option><option value="608">NZ0280 (Gateway Express (International) Ltd)</option><option value="-1368">NZ0281 (Gateway Express AKL)</option><option value="-1369">NZ0282 (Gateway Express CHC)</option><option value="605">NZ0433 (SkyNet Auckland (new))</option><option value="-1308">NZ480 (Qantas Courier Auckland)</option><option value="-1341">NZ480CCX (Qantas Courier Auckland)</option><option value="-1342">NZ480IPX (Qantas Courier Auckland)</option><option value="-1502">NZ485 (Qantas Courier Auckland (DOM))</option><option value="296">NZ490 (Toll Priority)</option><option value="-1233">NZ490IPX (Toll Priority New Zealand)</option><option value="-2011">NZ6490 (SkyNet Auckland)</option><option value="-1641">NZCP (CourierPost)</option><option value="-1886">NZPO (NZ POST )</option><option value="784">OM0207 (SkyNet Muscat)</option><option value="774">PA0026 (SkyNet Panama)</option><option value="-2188">PA0035 (Skynet Panama City)</option><option value="-1463">PANEX (Panex)</option><option value="-1087">PARC (Parceline)</option><option value="-1439">PBTNZ (PBT Couriers)</option><option value="-1535">PCL (Purolator Courier Ltd)</option><option value="684">PE0018 (SkyNet Lima)</option><option value="-2367">PF0479 (SkyNet/LTP French Polynesia)</option><option value="726">PG0093 (SkyNet Port Moresby)</option><option value="-1563">PG491 (Express Freight Management (EFM))</option><option value="584">PH0159 (SkyNet Cebu)</option><option value="6">PH204 (DPE (PHILIPPINES))</option><option value="-1213">PH204CCX (RAF Intl Forwarding Phils. Inc.)</option><option value="-1212">PH204IPX (RAF Intl Forwarding Phils. Inc.)</option><option value="681">PH6017 (SkyNet Manila)</option><option value="-1321">PHRCS (RCS Philippines)</option><option value="-2064">PK0000 (SKYNET PAKISTAN)</option><option value="776">PK0003 (SkyNet Karachi)</option><option value="-1479">PK0005 (Skynet Lahore)</option><option value="-1603">PK0006 (Skynet Sialkot)</option><option value="-1602">PK0007 (Skynet Faisalabad)</option><option value="-1601">PK0703 (Skynet Karachi (Shahrah-e-Faisal))</option><option value="16">PK211 (DOCUMENT PARCEL EXPRESS)</option><option value="-2074">PK2110 (Skynet Lahore, Pk 2110)</option><option value="-1215">PK211CCX (Document Parcel Express (KHI))</option><option value="-1214">PK211IPX (Document Parcel Express (KHI))</option><option value="752">PL0032 (X-press Couriers Sp. z o.o.)</option><option value="737">PR0047 (SkyNet San Juan)</option><option value="690">PT0061 (Skynet Worldwide Express (Lisbon))</option><option value="761">PT0961 (SkyNet Oporto)</option><option value="777">PY0013 (SkyNet Asuncion)</option><option value="697">QA0204 (SkyNet Doha)</option><option value="298">QA411 (DPEX Qatar)</option><option value="616">RE0147 (SkyNet Reunion Islands)</option><option value="-1464">REGE (Regency Logistics)</option><option value="-1474">RHF (R &amp; H Freight)</option><option value="-1089">RMI (Royal Mail)</option><option value="-1494">RO0134 (SkyNet/PAN Express)</option><option value="767">RO0224 (SkyNet Otopeni (Bucharest))</option><option value="-1838">RS0980 (SKYNET WORLDWIDE EXPRESS, SERBIA)</option><option value="771">RU0094 (SkyNet Moscow)</option><option value="603">RU0294 (Pony Express Russia)</option><option value="-1887">RUSPSR (SPSR-Express, LLC)</option><option value="682">RW0178 (SkyNet Kigali)</option><option value="588">SA0210 (SkyNet Riyadh)</option><option value="-2038">SA9991 (Skynet SA)</option><option value="-2163">SASMSA (SMSA Express Transportation Co. Ltd.)</option><option value="-1594">SB493 (Toll Remote Logistics)</option><option value="621">SC0140 (SkyNet Mahe)</option><option value="-1607">SD0175 (SkyNet Khartoum)</option><option value="-2361">SDAMI (SDA - MILANO 1)</option><option value="669">SE0063 (SkyNet Gothenburg)</option><option value="743">SE0213 (SkyNet Stockholm)</option><option value="-1506">SE0214 (Skynet Jedah)</option><option value="258">SE354 (DPE International (Sweden))</option><option value="728">SG0031 (SkyNet Singapore)</option><option value="687">SG0431 (SkyNet Singapore Airport )</option><option value="1">SG200 (DPEX Worldwide Express (S) Pte Ltd)</option><option value="-1217">SG200CCX (DPEX Worldwide Express Pte Ltd (SIN))</option><option value="-1216">SG200IPX (DPEX Worldwide Express Pte Ltd (SIN))</option><option value="-1539">SG356 (GEM Worldwide Ltd)</option><option value="-1383">SG8110 (Toll Priority Singapore)</option><option value="-2360">SGTMI (SGT MI)</option><option value="-1512">SI0123 (Skynet Slovenia (LJU))</option><option value="-2366">SI9983 (DPD SLOVENIA)</option><option value="765">SK0054 (SkyNet Bratislava)</option><option value="-2236">SK0055 (SkyNet Kosice, Slovakia)</option><option value="-1585">SKYDAR (SKYNET TANZANIA)</option><option value="454">SKYWW (Skynet Worldwide)</option><option value="673">SN0506 (SkyNet Dakar)</option><option value="-1665">SOVD (Sovereign DE)</option><option value="249">SP0001 (Speedex (Muscat))</option><option value="251">SP0003 (Speedex (Bahrain))</option><option value="252">SP0004 (Speedex (Kuwait))</option><option value="689">SR0198 (SkyNet Paramaribo)</option><option value="712">SV0028 (SkyNet San Salvador)</option><option value="757">SV0503 (SkyNet San Salvador (new))</option><option value="-1465">SVRG (Sovereign)</option><option value="645">SY0208 (SkyNet Damascus)</option><option value="619">SZ0135 (SkyNet Manzini)</option><option value="-1">TBA (TBA)</option><option value="803">TC0196 (SkyNet Grand Turks)</option><option value="8">TH203 (DPE NTH01 (THAILAND))</option><option value="-1219">TH203CCX (Document Parcel Express Co Ltd (BKK))</option><option value="-1218">TH203IPX (Document Parcel Express Co Ltd (BKK))</option><option value="772">TH6011 (SkyNet Bangkok)</option><option value="744">TM0267 (SkyNet Ashgabat)</option><option value="-2309">TN0237 (SkyNet Tunisia)</option><option value="-1095">TNT (TNT)</option><option value="-1459">TNTEURO (TNT Euro)</option><option value="662">TR0084 (SkyNet Istanbul)</option><option value="600">TR0085 (SkyNet Izmir)</option><option value="753">TR0108 (SkyNet Bursa)</option><option value="-2103">TR0188 (ASE CIS Region)</option><option value="-1617">TR0570 (Solmaz Nakliyat ve Ticaret A.S.(HQ))</option><option value="-1618">TR0571 (Solmaz Nakliyat ve Ticaret A.S.(AHL))</option><option value="-1619">TR0572 (Solmaz Nakliyat ve Ticaret A.S.(AHL Warehouse))</option><option value="-1615">TR0573 (Solmaz Nakliyat ve Ticaret A.S.(Airport))</option><option value="-1616">TR0574 (Solmaz Nakliyat ve Ticaret A.S.(Warehouse))</option><option value="-2112">TR0575 (Skynet Konya Turkey)</option><option value="-2154">TR0576 (Skynet Gaziantep Turkey)</option><option value="260">TR355 (DPEX TAS HIZ LTD STI)</option><option value="-1781">TRANSGN (TransGuardian)</option><option value="-1662">TREX (TREX)</option><option value="-1491">TSL (Express Pallets Ltd)</option><option value="661">TT0011 (SkyNet Port of Spain)</option><option value="154">TW220 (DPE (TAIWAN) LTD)</option><option value="-1221">TW220CCX (Document Parcel Express Ltd (TPE))</option><option value="-1220">TW220IPX (Document Parcel Express Ltd (TPE))</option><option value="762">TW6016 (ChinaChamp Express International)</option><option value="639">TZ0095 (SkyNet Dar Es Salaam)</option><option value="-1772">TZ0910 (SkyNet Arusha)</option><option value="-1771">TZ0911 (SkyNet Mbeya)</option><option value="-1770">TZ0912 (SkyNet Mwanza)</option><option value="-1769">TZ0913 (SkyNet Mtwara)</option><option value="-1768">TZ0914 (SkyNet Tanga)</option><option value="-1767">TZ0915 (SkyNet Kiembi Samaki)</option><option value="730">UA0216 (SkyNet Kiev)</option><option value="-2156">UA0617 (Nova Poshta International)</option><option value="615">UG0127 (SkyNet Entebbe)</option><option value="-1849">UGKLA (SKYNET WORLDWIDE EXPRESS UGANDA (KAMPALA))</option><option value="-2165">UK17101 (Electio)</option><option value="-1451">UKML (UK Mail)</option><option value="-2239">UKUKPWW (UKP Worldwide (UK))</option><option value="341">UPS (UPS)</option><option value="716">US0051 (SkyNet Miami)</option><option value="-1638">US0053 (Skynet New York)</option><option value="-1450">US0056 (Skynet LON USA)</option><option value="-1639">US0086 (Skynet Los Angeles)</option><option value="735">US1151 (IBC)</option><option value="-1711">US4246 (Skynet Houston)</option><option value="-1712">US4247 (Skynet Orlando)</option><option value="-1713">US4248 (Skynet Chicago)</option><option value="170">US600 (DPEX LAX)</option><option value="-2256">USASD (Asendia USA)</option><option value="-2201">USPS (United States Postal Service)</option><option value="-1728">USTXX (TXX Services)</option><option value="-2240">USUKPWW (UKP Worldwide (US))</option><option value="701">UY0012 (SkyNet Montevideo)</option><option value="698">UZ0297 (SkyNet Tashkent)</option><option value="813">VC0182 (SkyNet St Vincent)</option><option value="637">VE0030 (SkyNet Caracas)</option><option value="800">VG0195 (SkyNet Beef Island)</option><option value="585">VI0120 (SkyNet St Croix)</option><option value="812">VI0193 (SkyNet St Thomas)</option><option value="-1135">VIVA (Viva Express)</option><option value="19">VN206 (CHINA EXP INT"L (VIETNAM))</option><option value="453">VN226 (T AND M EXPRESS)</option><option value="-1223">VN226CCX (Alpha Express Co.,Ltd (HCM))</option><option value="-1222">VN226IPX (Alpha Express Co.,Ltd (HCM))</option><option value="660">VN6014 (SkyNet Hanoi)</option><option value="-2026">VN6018 (SkyNet Ho Chi Minh)</option><option value="-1669">WINOW (WantItNow)</option><option value="-1476">X_MY201 (Mirror DPEX KUL Airport )</option><option value="271">XXCN582 (DPEX Beijing)</option><option value="663">YE0209 (SkyNet Sanaa)</option><option value="-1584">YODEL (YODEL)</option><option value="-2075">ZA0001 (Skynet Middelburg (Western Cape))</option><option value="-2076">ZA0002 (Skynet Kimberley)</option><option value="-2077">ZA0003 (Skynet Klerksdorp)</option><option value="-2078">ZA0004 (Skynet Mafikeng)</option><option value="-2079">ZA0005 (Skynet New Castle)</option><option value="-2080">ZA0006 (Skynet Nelspruit)</option><option value="-2081">ZA0007 (Skynet Polokwane)</option><option value="-2082">ZA0008 (Skynet Pietermaritzburg)</option><option value="-2083">ZA0009 (Skynet Rustenburg)</option><option value="-2084">ZA0010 (Skynet Richards Bay)</option><option value="-2085">ZA0011 (Skynet Secunda)</option><option value="-2086">ZA0012 (Skynet Vereeniging)</option><option value="-2087">ZA0013 (Skynet Witbank)</option><option value="-2088">ZA0014 (Skynet Bloemfontein)</option><option value="-2089">ZA0015 (Skynet George)</option><option value="-2090">ZA0016 (Skynet Unisa (Gauteng))</option><option value="-2091">ZA0017 (Skynet Middelburg (Mpumalanga))</option><option value="-2092">ZA0018 (Skynet Uppington (Northern Cape))</option><option value="-2093">ZA0019 (Skynet Kuruman (Northern Cape))</option><option value="-2094">ZA0020 (Skynet Welkom (Free State))</option><option value="-2095">ZA0021 (Skynet Kroonstad (Free State))</option><option value="-2096">ZA0022 (Skynet Jet Park (Gauteng))</option><option value="-2097">ZA0023 (Skynet Elandsfontein (Gauteng))</option><option value="-2098">ZA0024 (Skynet Bethlehem (Free State))</option><option value="653">ZA0099 (SkyNet Johannesburg)</option><option value="651">ZA0199 (SkyNet Cape Town)</option><option value="652">ZA0299 (SkyNet Durban)</option><option value="657">ZA0399 (SkyNet Port Elizabeth)</option><option value="656">ZA0499 (SkyNet East London)</option><option value="763">ZA0598 (SkyNet Johannesburg)</option><option value="688">ZA0599 (SkyNet Jet Parks, JNB)</option><option value="582">ZA0600 (SkyNet Jet Parks, JNB)</option><option value="742">ZA0699 (SkyNet Pretoria)</option><option value="745">ZA0799 (SkyNet JNB Airport HUB)</option><option value="-1507">ZA0800 (Skynet Durbin)</option><option value="150">ZA300 (DPE INTERNATIONAL JOBURG)</option><option value="-1438">ZA300IPX (DPE International - (JNB))</option><option value="220">ZA301 (DPE INTERNATIONAL JOBURG)</option><option value="219">ZA302 (DPE INTERNATIONAL JOBURG)</option><option value="-1158">ZA304 (DPE International (East London))</option><option value="-1031">ZA305 (DPE International (PLZ))</option><option value="-2108">ZA365 (Courierit (PTY)LTD)</option><option value="618">ZM0141 (SkyNet Lusaka)</option><option value="614">ZW0088 (SkyNet Harare)</option><option value="-1597">ZZ000 (TEST Agent)</option><option value="-1753">ZZ001 (Test Agent)</option><option value="994">ZZ358 (Chronopost)</option><option value="-1363">ZZ359 (DPD KOREA)</option><option value="-1365">ZZ359CCX (DPD KOREA)</option><option value="-1364">ZZ359IPX (DPD KOREA)</option><option value="-1367">ZZ360 (International Bonded Couriers)</option><option value="-1455">ZZ361 (Shanghai Yiyu Cargo Transportation Agency Co., Ltd)</option></select></div>
  3147. </td>
  3148. </tr>
  3149. </tbody></table>
  3150.  
  3151. </td>
  3152. </tr>
  3153.  
  3154.  
  3155. <tr valign="top">
  3156. <td width="85" align="left" class="Size9" style="padding: 10px 0px;">Event Location :</td>
  3157. <td align="left" class="Size9" style="padding: 10px 0px;" colspan="2">
  3158. <div>
  3159. <input name="txtEventLocationRadio" class="class-EventLocationRadio" id="txtEventLocationRadio0" type="radio" checked="checked" value="0">&nbsp;Default
  3160. </div>
  3161. <div>
  3162. <input name="txtEventLocationRadio" class="class-EventLocationRadio" id="txtEventLocationRadio1" type="radio" value="1">&nbsp;<input class="Size9 gray" id="txtTrackLocation" style="width: 230px;" type="text" readonly="readonly" autocomplete="off">
  3163. </div>
  3164.  
  3165. <input id="txtTrackLocationSID" type="hidden">
  3166. </td>
  3167. </tr>
  3168.  
  3169.  
  3170.  
  3171. <tr valign="top">
  3172. <td width="85" align="left" class="Size9">Notes :</td>
  3173. <td align="left" colspan="2">
  3174. <textarea name="txtTrackNotes" class="Size9" id="txtTrackNotes" style="width: 250px;" rows="2" cols="20"></textarea>
  3175. </td>
  3176. </tr>
  3177.  
  3178. <tr valign="top">
  3179. <td width="85" align="left" class="Size9">Connote :
  3180. <div style="margin-top: 5px;"><input id="chkDuplicate" type="checkbox"> Allow duplicate #</div>
  3181. </td>
  3182. <td align="left" colspan="2">
  3183. <div style="position: relative;">
  3184. <textarea name="txtEntryTrackConnote" class="Size9" id="txtEntryTrackConnote" style="width: 250px;" rows="6" cols="20"></textarea>
  3185. <div id="txtCountConnote" style="left: 270px; top: 0px; font-size: 17px; font-weight: bold; position: absolute;"></div>
  3186. </div>
  3187. </td>
  3188. </tr>
  3189.  
  3190. <tr valign="top">
  3191. <td width="85" align="left" class="Size9">Attachment :</td><td align="left" class="Size9" colspan="2">
  3192. <iframe id="iframeupload" src="uploadfile_v2.aspx?tocloud=1&amp;typecode=user&amp;parentsid=253220" frameborder="0" scrolling="no" style="width: 300px; height: 30px;"></iframe>
  3193. </td>
  3194. </tr>
  3195. <tr valign="top">
  3196. <td width="85" align="left" class="Size9">Entered By :</td><td align="left" class="Size9" colspan="2">
  3197. <input id="txtAssocRef" type="hidden" value="">
  3198. <input id="txtAssocRef2" type="hidden" value="">
  3199. <input id="txtHiddenEventSID" type="hidden" value="">
  3200.  
  3201. <span id="txtModBy">Dub.Ops (web)</span>
  3202. </td>
  3203. </tr>
  3204. <tr valign="top">
  3205. <td align="left" class="Size9"></td>
  3206. <td align="left" class="Size9" style="padding-top: 5px;" colspan="2"> <div class="buttons-div-loading" style="color: gray; display: none;">uploading file now.. please wait..</div>
  3207. <div class="buttons-div">
  3208. <a class="button" onclick="document.getElementById('CustomTableInbox').innerHTML='';JS_UpdateTrack();" href="javascript:;">Submit</a>
  3209. &nbsp;
  3210. <a class="button button-alt-style1" onclick="ClearFields();return false;" href="javascript:;">Reset</a>
  3211. &nbsp;
  3212. <a class="button" style="display: none;" href="javascript:ShowPopUp('styleoption');HidePopUp('style1');">Back to style selection</a>
  3213. </div>
  3214. </td>
  3215. </tr>
  3216.  
  3217. </tbody></table>
  3218. </div>
  3219. </div>
  3220. <div class="entry-style" id="style2">
  3221. <div style="padding: 10px; border-radius: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 750px; margin-top: 10px; margin-bottom: 10px; background-color: rgb(249, 249, 249); -moz-border-radius: 5px;">
  3222. <table class="line">
  3223. <tbody><tr>
  3224. <th valign="top">Delivery Run # :</th><td valign="top"><input class="text-input" id="txtDeliveryRunSearch" type="text">&nbsp;&nbsp;<a class="search-run blue" href="#txtSearchRun">Don't know the delivery run id? Search runs by date and driver.</a>
  3225. </td>
  3226. </tr>
  3227.  
  3228. <tr>
  3229. <th>Hide shipments with PODs<br> / Non Deliverables :</th><td><input id="HideShipmentsWithPOD" type="checkbox" value="1">&nbsp;</td>
  3230. </tr>
  3231. <tr>
  3232. <th>Show Signatures :</th><td><input id="ShowSignature" onclick="SignatureChk();" type="checkbox" value="1">&nbsp;</td>
  3233. </tr>
  3234. <tr>
  3235. <th>COD Collectible:</th><td><input id="CODCollectible" onclick="CODchk();" type="checkbox" value="1">&nbsp;</td>
  3236. </tr>
  3237. <tr style="display: none;">
  3238. <th>Load consignee as default recipient :</th><td><input id="chkDefaultRecipient" type="checkbox" value="1">&nbsp;</td>
  3239. </tr>
  3240. <tr>
  3241. <th>Print Order :</th><td>
  3242. <input name="optPrintOrder" id="optScan" type="radio" checked="checked" value="scan">&nbsp;Scan
  3243. &nbsp;&nbsp;&nbsp;<input name="optPrintOrder" id="optConnote" type="radio" value="Connote">&nbsp;Connote
  3244. &nbsp;&nbsp;&nbsp;<input name="optPrintOrder" id="optEvent" type="radio" value="POD">&nbsp;Event Availability
  3245. </td>
  3246. </tr>
  3247. <tr>
  3248. <th>&nbsp;</th>
  3249. <td colspan="2"><a class="button" onclick="JS_SearchRun();" href="javascript:;">Search</a></td>
  3250. </tr>
  3251. </tbody></table>
  3252. <div class="Size9" id="DeliveryRunError" style="margin: 3px 0px; padding: 10px 10px 6px; border: 1px solid rgb(204, 204, 204); border-image: none; display: none; background-color: rgb(255, 248, 198);"><img src="images/icons/exclamation.png">&nbsp;&nbsp;<span id="lblDeliveryRunError" style="padding-bottom: 4px; display: inline-block;">Please complete filling up the fields below.</span></div>
  3253. </div>
  3254.  
  3255. <div class="deliveryrun-result" style="padding-bottom: 10px; margin-bottom: 10px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 0px; border-bottom-style: solid;">
  3256. <table class="line">
  3257. <tbody><tr>
  3258. <th>Delivery Run # :</th><td style="padding-right: 30px;"><div id="lblDeliveryRunID"></div></td>
  3259. <td colspan="2">&nbsp;<span class="lbloptimisedinfo"></span></td>
  3260. </tr>
  3261.  
  3262. <tr>
  3263. <th>Date :</th><td><div id="lblDeliveryRunDate"></div></td>
  3264. <th>Driver :</th><td><div id="lblDeliveryRunDriver"></div><input id="lblDeliveryRunDriverLocalSID" type="hidden" value=""></td>
  3265. </tr>
  3266. <tr>
  3267. <th>Total :</th><td style="padding-right: 30px;"><div id="lblDeliveryRunTotal"></div></td>
  3268. <td>&nbsp;</td><td>&nbsp;</td>
  3269. </tr>
  3270.  
  3271. </tbody></table>
  3272. </div>
  3273.  
  3274. <div id="divDeliveryRunList" style="padding-bottom: 10px; margin-top: 10px;">
  3275.  
  3276. </div>
  3277.  
  3278. <div class="deliveryrun-result" id="btnDeliveryRunHolder" style="text-align: center; margin-top: 10px; position: relative;">
  3279. <div style="left: 10px; top: 0px; text-align: left; position: absolute;">
  3280. <b>Status</b><br>
  3281. <span class="status-success">S</span> = Success&nbsp;&nbsp;&nbsp;&nbsp;
  3282. <span class="status-fail">F</span> = Fail
  3283. </div>
  3284.  
  3285. <a class="button" style="display: none;" onclick="$('.deliveryrun-result').hide();$('#divDeliveryRunList').hide();" href="javascript:;">Close</a>&nbsp;
  3286. <a class="button generate-events" onclick="JS_SaveDeliveryRun();" href="javascript:;">Generate Events</a>
  3287. <div class="generate-events-processing">Generating events.. Please wait.. </div>
  3288. <a class="button pod-img-td" style="border-color: gray; background-color: gray;" onclick="JS_SaveDeliveryVerify();" href="javascript:;">Verify Delivery</a>
  3289. <a class="button cod-img-td" style="border-color: gray; background-color: gray;" onclick="JS_SaveCODVerify();" href="javascript:;">Verify COD</a>
  3290.  
  3291. </div>
  3292. </div>
  3293.  
  3294. </div>
  3295. </div>
  3296. <div style="display: none;">
  3297. <div id="txtSearchRun" style="padding: 10px; width: 600px; height: 400px; margin-right: 20px;">
  3298. <div style="color: rgb(51, 51, 51); padding-bottom: 5px; font-size: 18px; margin-bottom: 10px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;">Search Delivery Run</div>
  3299. <div style="margin: 10px 10px 10px 0px; font-size: 11px;">Select the delivery run date and driver and press search</div>
  3300. <div style="padding-bottom: 10px; margin-bottom: 10px; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid;">
  3301. <table class="Size9">
  3302. <tbody><tr>
  3303. <th style="text-align: left;">Delivery Run Date :</th><td><input class="text-input hasDatepicker" id="txtDeliveryRunSearchDate" type="text" value="25/10/2018"></td>
  3304. </tr>
  3305. <tr>
  3306. <th style="text-align: left;">Driver :</th><td><div id="lblDeliveryRunDriverList"><select class="style7" id="txtDeliveryRunSearchDriver" 5px;="" 0px="" padding:0px="" 15px=""><option value="">No driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option></select></div></td>
  3307. </tr>
  3308. <tr>
  3309. <td>&nbsp;</td>
  3310. <td style="padding-top: 5px;"><a class="button" onclick="JS_SearchRunSheet();" href="javascript:;">Search</a></td>
  3311. </tr>
  3312. </tbody></table>
  3313. </div>
  3314. <div class="Size9" id="divDeliveryRunListHeader"></div>
  3315. </div>
  3316. </div>
  3317. <input name="wuc_Footer2$btnFooterEnquirySubmitHidden" id="wuc_Footer2_btnFooterEnquirySubmitHidden" style="display: none;" type="submit" value="submitenquiry">
  3318. <script language="javascript" type="text/javascript">
  3319. function OpenVersion(){
  3320. window.open('version.aspx','New_Window','toolbar=no,location=no,directories=no,status=no,menubar=no,scroll bars=no,resizable=no,noresize,resizable=0,width=53,height=405');
  3321. }
  3322. </script>
  3323. <style type="text/css">
  3324. .gray{background-color:#CCC;}
  3325. .bigGreen{
  3326. font-size:14px;
  3327. font-weight:bold;
  3328. color:green;
  3329. font-family: arial;
  3330. display:inline;
  3331. }
  3332.  
  3333. .bigPurple{
  3334. font-size:14px;
  3335. font-weight:bold;
  3336. color:purple;
  3337. font-family: arial;
  3338. display:inline;
  3339. }
  3340.  
  3341. .bigRed{
  3342. font-size:14px;
  3343. font-weight:bold;
  3344. color:red;
  3345. font-family: arial;
  3346. display:inline;
  3347. }
  3348.  
  3349.  
  3350. </style>
  3351.  
  3352. <script language="javascript" type="text/javascript">
  3353. function SwapFooterPopUp(divid){
  3354. var objFrame=document.getElementById("iframeFooter");
  3355. if(divid=="Joblist")
  3356. objFrame.src = "customerservice_joblist.aspx";
  3357. if(divid=="blank")
  3358. objFrame.src = "blank.htm";
  3359. if(divid=="Attachment")
  3360. objFrame.src = "library_image.aspx";
  3361. }
  3362.  
  3363. function isEmail(input){
  3364. var inputStr = $.trim(input);
  3365. if(window.RegExp && inputStr){
  3366. var regstr1 = "(@.*@)|(\\.\\.)|(@\\.)|(\\.@)|(^\\.)"
  3367. var regstr2 = "^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,6}|[0-9]{1,6})(\\]?)$"
  3368. var regExp1 = new RegExp(regstr1)
  3369. var regExp2 = new RegExp(regstr2)
  3370. var regExp3 = /[^a-zA-Z0-9\-_.@]/
  3371. if(!(!regExp1.test(inputStr) && regExp2.test(inputStr) && !regExp3.test(inputStr)) || !(inputStr.indexOf("@")>=0)) {return false}; return true
  3372. }}
  3373.  
  3374.  
  3375.  
  3376. function JS_ChangeLanguage(langsid) {
  3377. //document.getElementById("idChangeEntityDebtorList").innerHTML = "updating..";
  3378. if(langsid!=0){
  3379. document.getElementById("txtChangeLanguageList-div").innerHTML = "translating..";
  3380. PageMethods.WS_Header_ChangeLanguage(langsid,ChangeLanguage_OnSucceeded, ChangeLanguage_OnFailed);
  3381. }
  3382. }
  3383.  
  3384. function ChangeLanguage_OnSucceeded(result, userContext, methodName) {
  3385. var AFilename;var myDate = new Date();AFilename = myDate.getMonth()+'_'+myDate.getDay()+'_'+myDate.getTime();
  3386. //location.reload();
  3387.  
  3388. location.href="https://ws01.ffdx.net/v4/etrack_entry.aspx?&sessionid=04EA7555CCE44CBA8C6DFA1916DA9AB7&chlang="+AFilename;
  3389.  
  3390.  
  3391. }
  3392.  
  3393. function ChangeLanguage_OnFailed(error, userContext, methodName) {
  3394. alert("Please try again later.");
  3395. //JS_CreateEntityDebtorList();
  3396. }
  3397. </script>
  3398.  
  3399. <div class="footer-div" style="padding-bottom: 15px;">
  3400. <table width="100%" height="20" align="center" class="footertable">
  3401. <tbody><tr>
  3402. <td align="left">
  3403. <span class="footer">
  3404.  
  3405. <a class="footer feature-list-link" href="https://ws01.ffdx.net/features/features.aspx?dd=2011-1-1&amp;msidlist=0~21~706~715~806~834~572~576~326~293~29~200~629~557~556~558~559~608~717~718~253~321~27~32~317~33~188~318~640~34~36~134~320~392~393~405~406~407~484~485~615~625~686~756~396~667~676~534~533~535~631~539~313~582~314~308~294~135~226~232~228~236~229~290~230~233~234~235~227~231~237~238~198~639~627~197~199~624~224~331~310~2~8~4~10~11~5~12~13~55~219~220~221~6~14~524~319~376~38~150~630~21">
  3406. GETOnline v4</a>
  3407.  
  3408. <a class="footer" href="http://www.frontierforce.com" target="_blank">© Frontier Force Technology 2018</a>
  3409.  
  3410. </span>
  3411. </td>
  3412. <td align="left">
  3413. <div align="right">
  3414. <span class="footer">
  3415. <a class="footer" href="https://frontierforce.com/privacy-go.html" target="_blank">Privacy Policy</a> |
  3416.  
  3417. <a class="footer" onclick="JS_AboutUs();" href="javascript:;">About</a> |
  3418. <a class="footer" href="http://frontierforce.com/terms.html" target="_blank">Terms and Conditions</a>
  3419.  
  3420. &nbsp;|&nbsp;<a class="footer" href="javascript:;">Language</a>&nbsp;
  3421. <span id="txtChangeLanguageList-div">
  3422. <select class="Size9" id="txtChangeLanguageList" style="width: 120px;" onchange="JS_ChangeLanguage(this.value);">
  3423. <option value="17">English</option>
  3424. <option value="28">German</option>
  3425. <option value="12">Chinese</option>
  3426. <option value="16">Dutch</option>
  3427. </select>
  3428. </span>
  3429. <script type="text/javascript">
  3430. $("#txtChangeLanguageList").val(17);
  3431. </script>
  3432. </span>
  3433. </div>
  3434. </td>
  3435. </tr>
  3436. </tbody></table>
  3437. </div>
  3438.  
  3439.  
  3440. <div class="footerBG" id="footerBG1" onclick="$('#footerContent2').hide();$('#footerContent1').hide();$('#footerBG1').hide();"></div>
  3441. <div class="footerContent" id="footerContent1">
  3442.  
  3443. <div class="footerContentSub Size9" id="footerContentSub1" onclick="return false;">
  3444. <span class="topleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3445. <span class="topright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3446. <span class="bottomleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3447. <span class="bottomright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3448. <a class="footerContentClose btnover-2" onclick="$('#footerContent1').hide();$('#footerBG1').hide();" href="javascript:;"></a>
  3449. <div style="padding: 10px 20px 5px; height: 430px; margin-top: 2px; margin-right: 4px; margin-bottom: 2px; -ms-overflow-y: auto;">
  3450. <h2 id="information">Privacy Policy</h2>
  3451. </div>
  3452. </div>
  3453. </div>
  3454. <div class="footerContent" id="footerContent2">
  3455.  
  3456. <div class="footerContentSub Size9" id="Div3" onclick="return false;">
  3457. <span class="topleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3458. <span class="topright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3459. <span class="bottomleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3460. <span class="bottomright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3461. <a class="footerContentClose btnover-2" onclick="$('#footerContent2').hide();$('#footerBG1').hide();" href="javascript:;"></a>
  3462. <div style="padding: 10px 20px 5px; height: 430px; margin-top: 2px; margin-right: 4px; margin-bottom: 2px; -ms-overflow-y: auto;">
  3463. <h2 id="H3_1">About Us</h2>
  3464.  
  3465. </div>
  3466. </div>
  3467. </div>
  3468.  
  3469.  
  3470. <input id="hiddenFooterDatabaseSID" type="hidden" value="190">
  3471. <div class="footerBG" id="footerLoadingBG"></div>
  3472. <div class="footerContent" id="footerLoading">
  3473. <div class="footerContentSub Size9" id="Div1" style="height: 70px;" onclick="return false;">
  3474. <span class="topleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3475. <span class="topright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3476. <span class="bottomleft" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3477. <span class="bottomright" style="opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7;"></span>
  3478. <div style="padding: 20px 0px; text-align: center;">
  3479. <img class="HeaderIcon" id="img1" src="files/images_effect_popup/icn_loading.gif" border="0">&nbsp;
  3480. <h3>Loading</h3>
  3481. </div>
  3482. </div>
  3483. </div>
  3484.  
  3485.  
  3486. <div class="footerBG" id="popImageLibraryBG" onclick="SwapFooterPopUp('blank');$('#popImageLibrary').hide();$('#popImageLibraryBG').hide();"></div>
  3487. <div id="popImageLibrary" style="left: 0px; width: 100%; padding-top: 10px; position: fixed;">
  3488. <div style="padding: 5px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 900px; position: relative; background-color: rgb(255, 255, 255);">
  3489. <div style="top: 10px; right: 10px; position: absolute;"><a onclick="SwapFooterPopUp('blank');$('#popImageLibrary').hide();$('#popImageLibraryBG').hide();return false;" href="#"><img height="20" src="files/images_effect_popup/icn_cross.jpg"></a>
  3490. </div>
  3491. <iframe width="890" height="460" id="iframeFooter" src="" frameborder="0" scrolling="no">
  3492. </iframe>
  3493. </div>
  3494. </div>
  3495.  
  3496. <div style="display: none;">
  3497. <div class="Size9" id="div_assign_someone_action" style="margin: 3px; padding: 10px;">
  3498. <div style="padding-bottom: 3px; font-size: 15px; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 0px; border-bottom-style: solid;">Assign to Someone</div>
  3499. <div style="color: red; padding-bottom: 3px; font-size: 11px; margin-bottom: 5px; border-bottom-color: rgb(0, 0, 0); border-bottom-width: 1px; border-bottom-style: solid;">** Please select the action and enter the recipient's email address to action on this shipment.</div>
  3500. <table class="table-add" border="0" cellspacing="5" cellpadding="3">
  3501. <tbody><tr>
  3502. <td class="Size9Bold2">Action</td>
  3503. <td>: <select class="Size9" id="txtAssignToSomeoneAction">
  3504. <option value="78">Request Tax ID</option>
  3505. <option value="147">Request Change of Receiver Address</option>
  3506. <option value="165">Create New CS Case</option>
  3507. </select></td>
  3508. </tr>
  3509. <tr>
  3510. <td class="Size9Bold2" style="vertical-align: top;">Email To
  3511. <div style="font-weight: normal; display: none;">
  3512. <a class="normallink" onclick="if($('#spanSenderEmail').length!=0){$('#txtAssignToSomeoneEmail').val($('#spanSenderEmail').html());}else{$('#txtAssignToSomeoneEmail').val('');}" href="javascript:;">Sender Email</a>&nbsp;/<a class="normallink" onclick="$('#txtAssignToSomeoneEmail').val($('#spanReceiverEmail').html());" href="javascript:;">Receiver Email</a>
  3513. </div>
  3514. </td>
  3515. <td>:
  3516. <input name="txtAssignToSomeoneEmailTo" id="chkAssignToSomeoneSenderEmail" onclick="if($('#spanSenderEmail').length!=0){$('#txtAssignToSomeoneEmail').val($('#spanSenderEmail').html());}else{$('#txtAssignToSomeoneEmail').val('');}$('#txtAssignToSomeoneEmail').attr('readonly','readonly').addClass('gray').removeClass('inputmandatory');" type="radio" value="1">&nbsp;Sender Email
  3517. <input name="txtAssignToSomeoneEmailTo" id="chkAssignToSomeoneReceiverEmail" onclick="if($('#spanReceiverEmail').length!=0){$('#txtAssignToSomeoneEmail').val($('#spanReceiverEmail').html());}else{$('#txtAssignToSomeoneEmail').val('');}$('#txtAssignToSomeoneEmail').attr('readonly','readonly').addClass('gray').removeClass('inputmandatory');" type="radio" value="2">&nbsp;Receiver Email
  3518. <input name="txtAssignToSomeoneEmailTo" id="chkAssignToSomeoneCustomEmail" onclick="$('#txtAssignToSomeoneEmail').val('');$('#txtAssignToSomeoneEmail').attr('readonly','').removeClass('gray').addClass('inputmandatory');" type="radio" checked="checked" value="3">&nbsp;Custom
  3519. <br><input class="Size9 inputmandatory" id="txtAssignToSomeoneEmail" style="width: 300px;" type="text" value=""><br>&nbsp;&nbsp;(Use comma as seperator for multiple emails)</td>
  3520. </tr>
  3521. <tr>
  3522. <td class="Size9Bold2">Expire in x number of hours</td>
  3523. <td>: <input class="Size9 inputmandatory" id="txtAssignToSomeoneHours" style="width: 30px;" type="text" maxlength="10" value="96"></td>
  3524. </tr>
  3525. <tr>
  3526. <td>&nbsp;</td>
  3527. <td style="padding-top: 5px;">
  3528. <div class="buttons-div">
  3529. <a class="button" onclick="JS_UpdateConnoteAction();" href="javascript:;">Process Now</a></div>
  3530. <div class="processing-div" style="display: none;">Processing ..</div></td>
  3531. </tr>
  3532. </tbody></table>
  3533. </div>
  3534. </div>
  3535.  
  3536.  
  3537.  
  3538. <script language="javascript" type="text/javascript">
  3539. //<![CDATA[
  3540. //var $j = jQuery.noConflict();
  3541. //$j("a.button").corner("5px");
  3542. //if(typeof JQueryEnabled != "undefined")
  3543. //$("a.button").corner("5px");
  3544. //$(".table1").corner();
  3545.  
  3546. //]]>
  3547. //document.title = document.title.replace("GETOnline","");
  3548. function JS_AboutUs(){
  3549. $.fancybox("<div style='padding:10px;font-size:11px;'>This website is one of a number of solutions proudly bought to you by the Team @ Frontier Force Technology.<br>For more information on the solutions and services we provide, please visit us at <a href='http://www.frontierforce.com' class='blue'>www.frontierforce.com</a>.</div>", {
  3550. minWidth: 'auto',
  3551. minHeight: 'auto'
  3552. }); // fancybox
  3553. }
  3554. </script>
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560. <script language="javascript" type="text/javascript">
  3561.  
  3562.  
  3563. function JS_GetChatUserList(EntitySID,UserSID) {
  3564. $(".ChatBoxDiv").hide();
  3565. $(".dynamicDiv-Focus").removeClass("dynamicDiv-Focus").addClass("dynamicDiv");
  3566. //$("#idChatContact").show();
  3567. //document.getElementById('idHeaderChatTop').height=30;
  3568. //document.getElementById("idChatContact").innerHTML = '<div style="padding:3px 3px 3px 10px;">Loading..</div>';
  3569. //IncreaseTopDbHeight();
  3570. PageMethods.WS_GetChatUserList(EntitySID,UserSID,GetChatUserList_OnSucceeded, GetChatUserList_OnFailed);
  3571. }
  3572.  
  3573. function GetChatUserList_OnSucceeded(result, userContext, methodName) {
  3574. document.getElementById("idChatContact").innerHTML = result;
  3575. $("#idChatContact img").error(function() {
  3576. $(this).attr('src','images/icons/avatar.png');
  3577. });
  3578. //$('#popChat').show();
  3579. $('#popChat').slideDown('slow');
  3580. return false;
  3581. }
  3582.  
  3583. function GetChatUserList_OnFailed(error, userContext, methodName) {
  3584. alert(error);
  3585. document.getElementById("idChatContact").innerHTML = error;
  3586. }
  3587.  
  3588. $(document).ready(function() {
  3589.  
  3590. $("a.iframe-help").fancybox({
  3591. 'autoScale' : true,
  3592. 'type':'iframe',
  3593. 'height':480
  3594. });
  3595. $("a.feature-list-link").fancybox({
  3596. 'autoScale' : true,
  3597. 'type':'iframe',
  3598. 'width':830,
  3599. 'height':'100%'
  3600. });
  3601. });
  3602. var myDate = new Date(); var timestamp = myDate.getTime();
  3603. $.get("webservice/lastlogtime.ashx"+'?t=' + timestamp);
  3604.  
  3605. </script>
  3606.  
  3607. <input id="txthiddenuid" type="hidden" value="253220">
  3608.  
  3609. <style type="text/css">
  3610. .developer-chat-show{position:fixed;top:90px;right:1px;height:305px;width:200px;border:solid 1px #CCC; overflow:hidden;z-index:200;}
  3611. .developer-chat-hide{position:fixed;height:25px;width:200px;border:solid 1px #CCC; overflow:hidden;z-index:200;}
  3612. </style>
  3613. <script language="javascript" type="text/javascript">
  3614. $(document).ready(function() {
  3615. $(".developer-chat-link").click(function(){
  3616. $(".developer-chat-show").toggleClass("developer-chat-hide");
  3617. });
  3618. });
  3619. </script>
  3620.  
  3621.  
  3622.  
  3623.  
  3624.  
  3625. <script>
  3626.  
  3627. (function (i, s, o, g, r, a, m) {
  3628. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  3629. (i[r].q = i[r].q || []).push(arguments)
  3630. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  3631. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  3632. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  3633.  
  3634. ga('create', 'UA-17679155-16', 'auto');
  3635. ga('set', 'dimension1', 'skynet-Dub.Ops');
  3636. ga('set', 'dimension2', 'skynet');
  3637. ga('send', 'pageview');
  3638. </script>
  3639.  
  3640.  
  3641. <div id="popContentBG"></div>
  3642. <div id="popContent">
  3643. <table width="400" height="450" align="center" border="0" cellspacing="0" cellpadding="0">
  3644. <tbody><tr>
  3645. <td align="center" style="padding-top: 35px;">
  3646. <!--table height=300 width=500 -->
  3647. <table align="center" class="tableProductDetail" id="tableProductDetail" style="border: 1px solid gray; border-image: none;" cellspacing="0" cellpadding="0">
  3648. <tbody><tr height="10">
  3649. <td height="10" align="left" valign="top" style="padding: 0px;">
  3650. <table width="100%" id="tableProductDetailContent" style="display: none;" cellspacing="0" cellpadding="0">
  3651. <tbody><tr>
  3652. <td style="padding: 3px 10px; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(152, 175, 199);" colspan="0">
  3653. <div class="Size9ProductDescClose">
  3654. <a title="minimize" class="Size9ProductDescClose" style="color: white;" onclick="DecreaseHeight();return false;" href="#">x </a>
  3655. </div>
  3656. </td>
  3657. </tr>
  3658. <tr>
  3659. <td align="left" valign="top" style="padding-right: 10px;">
  3660. <div class="Size9" id="divprogress_CustomTableTrackDetail" style="text-align: left; margin-left: 20px; display: none;">
  3661. <img id="img1" src="images/icons/loading.gif">&nbsp;Loading</div>
  3662. <div id="CustomTableTrackDetail" style="width: 880px; padding-bottom: 10px; padding-left: 10px;">
  3663. </div>
  3664. </td>
  3665. </tr>
  3666. </tbody></table>
  3667. </td>
  3668. </tr>
  3669. </tbody></table>
  3670. </td>
  3671. </tr>
  3672. </tbody></table>
  3673. </div>
  3674.  
  3675.  
  3676.  
  3677. <script type="text/javascript">
  3678. function FileUploaded() {
  3679. $(".buttons-div-loading").hide();
  3680. $(".buttons-div-loading").html("uploading file now.. please wait..");
  3681. $(".buttons-div").show();
  3682. }
  3683. function FileUploading() {
  3684. $(".buttons-div-loading").show();
  3685. $(".buttons-div-loading").html("uploading file now.. please wait..");
  3686. $(".buttons-div").hide();
  3687. }
  3688. $(document).ready(function () {
  3689. $("#iframeupload").attr("src", "uploadfile_v2.aspx?tocloud=1&typecode=user&parentsid=253220");
  3690.  
  3691. $("a.search-run").fancybox();
  3692. $("#txtEntryTrackConnote").keydown(function (event) {
  3693. countLines();
  3694. if (event.keyCode == 13) { JS_CheckExternal(); dedupe_list(); }
  3695. });
  3696.  
  3697. $('#txtAssignManual').click(function (event) {
  3698. alert("Non-auto assignment may result in the shipment’s origin NOT receiving event details.");
  3699. });
  3700.  
  3701. $(".class-EventLocationRadio").change(function () {
  3702. var CustomLocation = 0;
  3703. $(".class-EventLocationRadio").each(function () {
  3704. if ($(this).is(':checked')) {
  3705. if ($(this).val() == "0") {
  3706. $("#txtTrackLocation").attr('readonly', 'readonly').addClass('gray');
  3707. } else {
  3708. $("#txtTrackLocation").attr('readonly', '').removeClass('gray');
  3709. CustomLocation = 1;
  3710. }
  3711. }
  3712. });
  3713. if (CustomLocation == 1) {
  3714. if (confirm("Do you want to manually update event location? Click OK to confirm.") == false) {
  3715. $("#txtEventLocationRadio0").attr("checked", "checked");
  3716. $("#txtTrackLocation").val("");
  3717. $("#txtTrackLocation").attr('readonly', 'readonly').addClass('gray');
  3718. }
  3719. }
  3720. })
  3721.  
  3722. JS_UpdateDriverList();
  3723. JS_UpdateLocationList();
  3724. JS_UpdateAgentList();
  3725.  
  3726.  
  3727. var txtLocationAutoComplete;
  3728. txtLocationAutoComplete = $('#txtTrackLocation').autocomplete({
  3729. serviceUrl: 'webservice/autocomplete_location.ashx', minChars: 2, maxHeight: 400, width: 400, zIndex: 9999, deferRequestBy: 0, params: { rtype: 'my', utype: 'm' }, noCache: true,
  3730. onSelect: function (value, data) { document.getElementById('txtTrackLocationSID').value = data; }
  3731. });
  3732.  
  3733. $("#txtDeliveryRunSearch").keydown(function (event) { if (event.keyCode == 13) { JS_SearchRun(); return false; } });
  3734. $("#txtDeliveryRunSearchDate").datepicker({ dateFormat: 'dd/mm/yy' });
  3735. JS_SearchRunSheetDriverList();
  3736.  
  3737.  
  3738. $("#cat_list").slideDown("slow");
  3739.  
  3740.  
  3741. if (typeof parent.JS_GetSelectedItem !== 'undefined') {
  3742. var cn = parent.JS_GetSelectedItem();
  3743. cn = cn.replace(/,/gi, "\n");
  3744. $("#txtEntryTrackConnote").val(cn);
  3745. }
  3746. });
  3747.  
  3748.  
  3749. </script>
  3750. <script language="javascript" type="text/javascript">
  3751. function countLines() {
  3752. var area = document.getElementById("txtEntryTrackConnote")
  3753. // trim trailing return char if exists
  3754. var text = area.value.replace(/\s+$/g, "")
  3755. var split = text.split("\n")
  3756. //return split.length
  3757. $("#txtCountConnote").html("Count : " + split.length);
  3758. }
  3759.  
  3760. var currentdate; currentdate = "";
  3761.  
  3762. function CheckDate(datevalue) {
  3763. if (datevalue == currentdate) {
  3764. return false;
  3765. }
  3766. document.getElementById("txtTrackDatelbl").style.display = "none";
  3767. document.getElementById("txtTrackDate").className = "Size9";
  3768. document.getElementById("txtTrackDatelbl").innerHTML = "";
  3769. document.getElementById("txtTrackDatelbl1").className = "Size9";
  3770. currentdate = datevalue;
  3771. PageMethods.WS_CheckDate(datevalue, CheckDate_OnSucceeded, CheckDate_OnFailed);
  3772. }
  3773. function CheckDate_OnSucceeded(result, userContext, methodName) {
  3774. if (result != "OK") {
  3775. document.getElementById("txtTrackDate").className = "Size9RedBold";
  3776. document.getElementById("txtTrackDatelbl").style.display = "block";
  3777. document.getElementById("txtTrackDatelbl").innerHTML = result;
  3778. document.getElementById("txtTrackDatelbl1").className = "Size9RedBold";
  3779. }
  3780. }
  3781.  
  3782. function CheckDate_OnFailed(error, userContext, methodName) {
  3783. //alert("GET CURRENT TIME FAILED : " + error);
  3784. }
  3785.  
  3786.  
  3787. function DisplayAddInfo(cmbitem) {
  3788. var trackEvent = document.getElementById('txtTCode')[document.getElementById('txtTCode').selectedIndex].value;
  3789. var trackEventName = document.getElementById('txtTCode')[document.getElementById('txtTCode').selectedIndex].text;
  3790. trackEventName = $.trim(trackEventName);
  3791.  
  3792. document.getElementById("txtRunInfo").value = "";
  3793. document.getElementById('divLocation').style.display = 'none';
  3794. document.getElementById('divLocationNo').style.display = 'none';
  3795. document.getElementById('idTravelID').style.display = 'none';
  3796. document.getElementById('txtTravelID').value = "";
  3797. $("#idArea").hide();
  3798. var trackEventParentsid = $("#txtTCode option:selected").attr("value1");
  3799.  
  3800. if (trackEventParentsid == 4) {
  3801. var tracklocation = document.getElementById('txtLocation')[document.getElementById('txtLocation').selectedIndex].text;
  3802. tracklocation = tracklocation.substring(0, tracklocation.length - 4)
  3803. document.getElementById('txtTrackNotes').value = "Arrived " + tracklocation.trim();
  3804. document.getElementById('idRunInfo').style.display = 'none';
  3805. //document.getElementById("lstDriver").style.display='none';
  3806. document.getElementById('idDocketID').style.display = 'block';
  3807. document.getElementById('divLocation').style.display = 'block';
  3808. document.getElementById('divLocationNo').style.display = 'block';
  3809.  
  3810.  
  3811. //document.getElementById("txtRunInfo").style.display='block'
  3812.  
  3813. } else if (trackEventParentsid == 401 || trackEventParentsid == 15 || trackEventParentsid == 307) {
  3814. var drivername = document.getElementById('lstDriver')[document.getElementById('lstDriver').selectedIndex].text;
  3815. if (drivername != "") {
  3816. //document.getElementById('txtTrackNotes').value = "Out with driver " + drivername;
  3817. document.getElementById('txtTrackNotes').value = trackEventName + " with " + drivername;
  3818. }
  3819. else {
  3820. document.getElementById('txtTrackNotes').value = trackEventName;
  3821. }
  3822. //alert(document.getElementById('txtTrackNotes').innerHTML);
  3823. document.getElementById('idRunInfo').style.display = 'block';
  3824. // document.getElementById("lstDriver").style.display='block';
  3825. document.getElementById('idDocketID').style.display = 'none'
  3826. //document.getElementById("txtRunInfo").style.display='none'
  3827. document.getElementById('idTravelID').style.display = 'block';
  3828. }
  3829. else if (trackEventParentsid == 23) {
  3830. var tracklocation = document.getElementById('txtLocation')[document.getElementById('txtLocation').selectedIndex].text;
  3831. tracklocation = tracklocation.substring(0, tracklocation.length - 4)
  3832. document.getElementById('txtTrackNotes').value = "Bagged for " + tracklocation.trim();
  3833. document.getElementById('idRunInfo').style.display = 'none';
  3834. //document.getElementById("lstDriver").style.display='none';
  3835. document.getElementById('idDocketID').style.display = 'none';
  3836. document.getElementById('divLocation').style.display = 'block';
  3837. document.getElementById('divLocationNo').style.display = 'block';
  3838.  
  3839. } else if (trackEventParentsid == 2) {
  3840. var drivername = document.getElementById('lstDriver')[document.getElementById('lstDriver').selectedIndex].text;
  3841. document.getElementById('txtTrackNotes').value = "Collected by driver " + drivername + ". Back at Station.";
  3842. document.getElementById('idRunInfo').style.display = 'block';
  3843. //document.getElementById("lstDriver").style.display='block';
  3844. document.getElementById('idDocketID').style.display = 'none'
  3845. //document.getElementById("txtRunInfo").style.display='none'
  3846. } else {
  3847. document.getElementById('txtTrackNotes').value = "";
  3848. document.getElementById('idRunInfo').style.display = 'none';
  3849. //document.getElementById("lstDriver").style.display='none';
  3850. document.getElementById('idDocketID').style.display = 'none'
  3851. //document.getElementById("txtRunInfo").style.display='none'
  3852. }
  3853. $("#idRunInfoPOD").hide();
  3854. if (trackEventParentsid == 1) { $("#idRunInfoPOD").show(); }
  3855. if (trackEventParentsid == 285) {
  3856. $("#idArea").show();
  3857. var areacode = $("#cmbArea").val();
  3858. document.getElementById('txtTrackNotes').value = "PRESORT - " + areacode;
  3859. }
  3860. if (trackEventParentsid == 162) {
  3861. var tracklocation = document.getElementById('txtLocation')[document.getElementById('txtLocation').selectedIndex].text;
  3862. var drivername = document.getElementById('lstDriver')[document.getElementById('lstDriver').selectedIndex].text;
  3863. tracklocation = tracklocation.substring(0, tracklocation.length - 4)
  3864. document.getElementById('txtTrackNotes').value = tracklocation.trim() + ' - Loaded to Transit Vehicle/Aircraft with ' + drivername;
  3865. document.getElementById('idRunInfo').style.display = 'block';
  3866. document.getElementById('idDocketID').style.display = 'none';
  3867. document.getElementById('divLocation').style.display = 'block';
  3868. document.getElementById('divLocationNo').style.display = 'block';
  3869. document.getElementById('idTravelID').style.display = 'block';
  3870. }
  3871.  
  3872. PageMethods.WS_GetCurrentTime(GetCurrentTime_OnSucceeded, GetCurrentTime_OnFailed);
  3873.  
  3874. function GetCurrentTime_OnSucceeded(result, userContext, methodName) {
  3875. var currTime = result;
  3876.  
  3877. if (trackEvent == 1) {
  3878. document.getElementById("txtTrackTime").value = "";
  3879. } else {
  3880. document.getElementById("txtTrackTime").value = currTime;
  3881. }
  3882. }
  3883.  
  3884. function GetCurrentTime_OnFailed(error, userContext, methodName) {
  3885. alert("GET CURRENT TIME FAILED : " + error);
  3886. }
  3887.  
  3888.  
  3889. }
  3890.  
  3891.  
  3892.  
  3893. function GetCursorPosition(el, ivalue) {
  3894. var sel, rng, r2, i = -1;
  3895.  
  3896. if (typeof el.selectionStart == "number") {
  3897. i = el.selectionStart;
  3898. }
  3899. else if (document.selection && el.createTextRange) {
  3900. sel = document.selection;
  3901. if (sel) {
  3902. r2 = sel.createRange();
  3903. rng = el.createTextRange();
  3904. rng.setEndPoint("EndToStart", r2);
  3905. i = rng.text.length;
  3906. }
  3907. }
  3908. else {
  3909. el.onkeyup = null;
  3910. el.onclick = null;
  3911. }
  3912.  
  3913. //alert(i);
  3914. //document.getElementById("XXXX").value=i+ivalue;
  3915. return i + ivalue;
  3916. }
  3917.  
  3918. function noNumbers(e) {
  3919. var keynum;
  3920. var keychar;
  3921. var numcheck;
  3922.  
  3923. if (window.event) // IE
  3924. {
  3925. keynum = e.keyCode;
  3926. }
  3927. else if (e.which) // Netscape/Firefox/Opera
  3928. {
  3929. keynum = e.which;
  3930. }
  3931. keychar = String.fromCharCode(keynum);
  3932. numcheck = /\d/;
  3933. return !numcheck.test(keychar);
  3934. }
  3935.  
  3936. function ValidateTime(txtTime, e) {
  3937. var KeyID = (window.event) ? event.keyCode : e.keyCode;
  3938. if (KeyID == 8) {
  3939. txtTime.value = "";
  3940. return false;
  3941. }
  3942. if ((KeyID > 47 & KeyID < 58)) {
  3943. if (txtTime.value.length == 0 & (KeyID > 50 | KeyID < 47)) {
  3944. return false;
  3945. }
  3946.  
  3947. if (txtTime.value.length == 1 & (KeyID > 51 | KeyID < 47)) {
  3948. if (Left(txtTime.value, 1) == "2")
  3949. return false;
  3950. }
  3951.  
  3952. if ((txtTime.value.length == 3 | txtTime.value.length == 2) & (KeyID > 53 | KeyID < 47)) {
  3953. return false;
  3954. }
  3955.  
  3956.  
  3957. if (txtTime.value.length == 2)
  3958. txtTime.value = txtTime.value + ":";
  3959.  
  3960. if (txtTime.value.length > 2) {
  3961. if (txtTime.value.indexOf(":") == 0 | txtTime.value.indexOf(":") == -1) {
  3962. txtTime.value = Left(txtTime.value, 2) + ":" + Right(txtTime.value, (txtTime.value.length - 2));
  3963. }
  3964. }
  3965.  
  3966.  
  3967.  
  3968.  
  3969.  
  3970. }
  3971. else
  3972. return false;
  3973.  
  3974. //txtTime.value = Left(txtTime.value,5);
  3975.  
  3976. //var str = txtTime.value;
  3977. //for(i=0; i < str.length - 1; i++)
  3978. //{
  3979. // if(str[i] != "" && str[i] != "xxx"){
  3980.  
  3981. //}
  3982. //}
  3983.  
  3984.  
  3985. }
  3986. function JS_CheckExternal() {
  3987. var mainlist = $("#txtEntryTrackConnote").val();
  3988. mainlist = mainlist.replace(/\r/gi, "\n");
  3989. mainlist = mainlist.replace(/\n+/gi, "\n");
  3990. var listvalues = new Array();
  3991. var newlist = new Array();
  3992. listvalues = mainlist.split("\n");
  3993. for (var i = 0; i < listvalues.length; i++) {
  3994. //listvalues[i]
  3995. //if listvalues[i]
  3996. if (listvalues[i].lastIndexOf("[EXT]=") > -1) {
  3997. JS_CallExternal(listvalues[i]);
  3998. } else {
  3999. newlist = newlist.concat(listvalues[i]);
  4000. }
  4001. }
  4002. $("#txtEntryTrackConnote").val(newlist.join("\r\n"));
  4003. }
  4004. function JS_CallExternal(val) {
  4005. $.ajax({
  4006. type: 'POST',
  4007. url: "webservice/api_tracking.ashx",
  4008. data: { "action": "loadexternal_track", "val": val },
  4009. //dataType: 'json',
  4010. success: function (data) {
  4011. try {
  4012. //$("#cmbArea").html('');
  4013. var hasitem = false;
  4014. if (data!=""){
  4015. var obj = $.parseJSON(data);
  4016. $.each(obj, function (i, object) {
  4017. if (object.TRACKCONNOTE) {
  4018. if (object.TRACKCONNOTE != "") { $("#txtEntryTrackConnote").val($("#txtEntryTrackConnote").val() + object.TRACKCONNOTE + "\r\n"); hasitem = true; }
  4019. }
  4020. })
  4021. dedupe_list();
  4022. }
  4023. if (!hasitem) { alert("No Tracking Data found from external source");}
  4024. }
  4025. catch (e) { };
  4026. },
  4027. async: true
  4028. });
  4029. }
  4030. function dedupe_list() {
  4031. var count = 0;
  4032. var mainlist = $("#txtEntryTrackConnote").val();
  4033. mainlist = mainlist.replace(/\r/gi, "\n");
  4034. mainlist = mainlist.replace(/\n+/gi, "\n");
  4035.  
  4036. var listvalues = new Array();
  4037. var newlist = new Array();
  4038.  
  4039. listvalues = mainlist.split("\n");
  4040.  
  4041. var hash = new Object();
  4042.  
  4043. var chkDuplicate = 0;
  4044. if ($("#chkDuplicate").is(':checked')) { chkDuplicate = 1; }
  4045.  
  4046. for (var i = 0; i < listvalues.length; i++) {
  4047. if (chkDuplicate == 0) {
  4048. if (hash[listvalues[i].toLowerCase()] != 1) {
  4049. newlist = newlist.concat(listvalues[i]);
  4050. hash[listvalues[i].toLowerCase()] = 1
  4051. }
  4052. else { count++; }
  4053. } else {
  4054. newlist = newlist.concat(listvalues[i]);
  4055. }
  4056. }
  4057. $("#txtEntryTrackConnote").val(newlist.join("\r\n"));
  4058. countLines();
  4059. //alert('Removed ' + count + ' duplicate values from list. . .');
  4060. }
  4061. function JS_UpdateTrack() {
  4062. if ($("#txtTCode").val() == "") {
  4063. alert("Please select event");
  4064. return false;
  4065. }
  4066. ShowPopUp("popContentBG");
  4067. dedupe_list();
  4068. var txtEvent, txtEventName, txtRef, txtDate, txtTime, txtNotes, txtTrackAgentSID, txtModBy, txtLocation, txtLocationName, txtRunInfo, txtCompliant, txtTrackLocation;
  4069. var txtAssocRef = "", txtAutoAssign, txtAssocRef2;
  4070. var trackEventParentsid = $("#txtTCode option:selected").attr("value1");
  4071.  
  4072. txtEvent = document.getElementById('txtTCode')[document.getElementById('txtTCode').selectedIndex].value;
  4073. txtEventName = document.getElementById('txtTCode')[document.getElementById('txtTCode').selectedIndex].text;
  4074. txtLocation = document.getElementById('txtLocation')[document.getElementById('txtLocation').selectedIndex].value;
  4075. txtLocationName = document.getElementById('txtLocation')[document.getElementById('txtLocation').selectedIndex].text;
  4076. txtTrackLocation = "";
  4077. if ($("#txtTravelID").length > 0) {
  4078. $("#txtAssocRef2").val($("#txtTravelID").val())
  4079. }
  4080.  
  4081. if ($("#txtTrackLocation").length > 0) {
  4082. txtTrackLocation = $("#txtTrackLocation").val();
  4083. var txtTrackLocationSID = $("#txtTrackLocationSID").val();
  4084. if ($("#txtEventLocationRadio1").is(':checked')) {
  4085. if (txtTrackLocation == "") {
  4086. $('#CustomTableInbox').html("<div class='errorMsg' style='text-align:left;'><span class='styleError'><img src='images/icons/exclamation.png' />&nbsp;&nbsp;" + "Invalid Location. Please enter a valid location name." + "</span></div>");
  4087. $("#CustomTableInbox").show();
  4088. $("#popContentBG").hide();
  4089. return false;
  4090. }
  4091. if (isNaN(txtTrackLocationSID)) {
  4092. $('#CustomTableInbox').html("<div class='errorMsg' style='text-align:left;'><span class='styleError'><img src='images/icons/exclamation.png' />&nbsp;&nbsp;" + "Invalid Location. Please enter a valid location name." + "</span></div>");
  4093. $("#CustomTableInbox").show();
  4094. $("#popContentBG").hide();
  4095. return false;
  4096. }
  4097. }
  4098. }
  4099. if (txtLocationName.lastIndexOf("(") > 0)
  4100. txtLocationName = txtLocationName.substring(0, txtLocationName.lastIndexOf("(") - 1)
  4101.  
  4102. //alert(document.getElementById('btnResubmit'));
  4103. if (document.getElementById('txtEntryTrackConnoteHidden')) {
  4104. txtRef = document.getElementById('txtEntryTrackConnoteHidden').value;
  4105. txtCompliant = "1";
  4106. }
  4107. else {
  4108. txtRef = document.getElementById('txtEntryTrackConnote').value;
  4109. txtCompliant = "0";
  4110. }
  4111. txtDate = document.getElementById('txtTrackDate').value;
  4112. txtTime = document.getElementById('txtTrackTime').value;
  4113. txtNotes = document.getElementById('txtTrackNotes').value;
  4114. txtRunInfo = document.getElementById('txtRunInfo').value;
  4115.  
  4116. if (document.getElementById('txtAssignAuto').checked) {
  4117. txtTrackAgentSID = document.getElementById('txtTrackAgentSID').innerHTML;
  4118. txtAutoAssign = true
  4119. }
  4120. else {
  4121. txtTrackAgentSID = document.getElementById('txtAgent')[document.getElementById('txtAgent').selectedIndex].value;
  4122. txtAutoAssign = false
  4123. }
  4124. txtModBy = document.getElementById('txtModBy').innerHTML;
  4125. txtAssocRef = document.getElementById('lstDriver')[document.getElementById('lstDriver').selectedIndex].value;
  4126. txtAssocRef2 = $("#txtAssocRef2").val();
  4127.  
  4128. if (txtEvent == "1") {
  4129. txtAssocRef = $("#lstDriverPOD").val();
  4130. }
  4131. //if(document.getElementById('btnResubmit') & document.getElementById('txtEntryTrackConnoteHidden')){
  4132. //}
  4133. //else{
  4134. //document.getElementById('CustomTableInbox').innerHTML="";}
  4135.  
  4136. ShowPopUp('divprogress_inbox');
  4137. HidePopUp('CustomTableInbox');
  4138. var filesid = "";
  4139. $("#iframeupload").contents().find("#hiddenFileSID").each(function () {
  4140. //$(this).attr("src",$(this)[0].src);
  4141. filesid = $(this).val();
  4142. });
  4143. PageMethods.WS_UpdateTrack2(txtEvent, txtEventName, trackEventParentsid, txtRef, txtDate, txtTime, txtNotes, txtTrackAgentSID, txtModBy, txtLocation, txtLocationName, txtRunInfo, txtCompliant, txtAssocRef, txtAssocRef2, txtAutoAssign, txtTrackLocation, filesid, UpdateTrack_OnSucceeded, UpdateTrack_OnFailed);
  4144.  
  4145. }
  4146.  
  4147. function UpdateTrack_OnSucceeded(result, userContext, methodName) {
  4148. HidePopUp("popContentBG");
  4149.  
  4150. if (Left(result, 3) == "ERR") {
  4151. document.getElementById('CustomTableInbox').innerHTML = "<div class='errorMsg' style='text-align:left;'><span class='styleError'><img src='images/icons/exclamation.png' />&nbsp;&nbsp;" + result + "</span></div>";
  4152. $("a.button").corner("5px");
  4153. }
  4154. else {
  4155.  
  4156. document.getElementById('CustomTableInbox').innerHTML = "<div class='errorMsg' style='text-align:left;'>" + result + "</div>";
  4157.  
  4158. if (document.getElementById('btnResubmit')) {
  4159. $("a.button").corner("5px");
  4160. }
  4161. else {
  4162. if (result.indexOf("not inserted due to invalid connote prefix") < 0) {
  4163. if (typeof parent.JS_CloseForm !== 'undefined') {
  4164. parent.JS_CloseForm();
  4165. return false;
  4166. }
  4167. }
  4168. ClearFields();
  4169. $("#iframeupload").attr("src", "uploadfile_v2.aspx?tocloud=1&typecode=user&parentsid=253220");
  4170. }
  4171.  
  4172.  
  4173. }
  4174. HidePopUp('divprogress_inbox');
  4175. ShowPopUp('CustomTableInbox');
  4176.  
  4177. }
  4178.  
  4179. function UpdateTrack_OnFailed(error, userContext, methodName) {
  4180. alert("UPDATE TRACK FAILED : " + error);
  4181. HidePopUp('divprogress_inbox');
  4182. }
  4183. function ClearFields() {
  4184. if ($("#txtTrackLocation").length > 0) { $("#txtEventLocationRadio0").attr("checked", "checked"); $("#txtTrackLocation").val(""); $("#txtTrackLocation").attr('readonly', 'readonly').addClass('gray'); }
  4185. //document.getElementById('txtTCode').value = 1;
  4186. $("#txtTCode").val("5");
  4187. //$("#txtTCode").val("");
  4188. DisplayAddInfo("");
  4189. $("#txtCountConnote").html("");
  4190. document.getElementById('txtEntryTrackConnote').value = "";
  4191. document.getElementById('txtTrackDate').value = document.getElementById('hiddenCurrentDate').value;
  4192. document.getElementById('txtTrackTime').value = "";
  4193. document.getElementById('txtTrackNotes').value = "";
  4194. document.getElementById('txtRunInfo').value = "";
  4195. document.getElementById("txtTrackDatelbl").style.display = "none";
  4196. document.getElementById("txtTrackDate").className = "Size9";
  4197. document.getElementById("txtTrackDatelbl").innerHTML = "";
  4198. document.getElementById("txtTrackDatelbl1").className = "Size9";
  4199. $("#txtAssignAuto").attr("checked", "checked");
  4200. $("#txtAssignManual").attr("checked", "");
  4201. $('#txtTrackAgent').show(); $('#txtAgent').hide();
  4202. }
  4203.  
  4204. function JS_UpdateAreaList() {
  4205. //$("#cmbArea").remove();
  4206. $.ajax({
  4207. type: 'POST',
  4208. url: "webservice/api_job.ashx",
  4209. data: { "Type": "area_list" },
  4210. dataType: 'json',
  4211. success: function (data) {
  4212. try {
  4213. $("#cmbArea").html('');
  4214. $.each(data, function (key, val) {
  4215. $("#cmbArea").append('<option value="' + val.code + '">' + val.name + '</option>');
  4216. })
  4217. }
  4218. catch (e) { };
  4219. },
  4220. async: true
  4221. });
  4222. }
  4223. </script>
  4224.  
  4225. </form>
  4226.  
  4227.  
  4228.  
  4229. <div id="fancybox-tmp"></div><div id="fancybox-loading"><div></div></div><div id="fancybox-overlay"></div><div id="fancybox-wrap"><div id="fancybox-outer"><div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div><div id="fancybox-content"></div><a id="fancybox-close"></a><div id="fancybox-title"></div><a id="fancybox-left" href="javascript:;"><span class="fancy-ico" id="fancybox-left-ico"></span></a><a id="fancybox-right" href="javascript:;"><span class="fancy-ico" id="fancybox-right-ico"></span></a></div></div><div id="AutocompleteContainter_82164" style="left: 0px; top: 0px; position: absolute; z-index: 9999;"><div class="autocomplete-w1"><div class="autocomplete" id="Autocomplete_82164" style="width: 400px; display: none; max-height: 400px;"></div></div></div><div id="AutocompleteContainter_2b070" style="left: 0px; top: 0px; position: absolute; z-index: 9999;"><div class="autocomplete-w1"><div class="autocomplete" id="Autocomplete_2b070" style="width: 400px; display: none; max-height: 400px;"></div></div></div><div id="AutocompleteContainter_bdde0" style="left: 667.55px; top: 363.55px; position: absolute; z-index: 9999;"><div class="autocomplete-w1"><div class="autocomplete" id="Autocomplete_bdde0" style="width: 400px; display: none; max-height: 400px;"></div></div></div><div class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all" id="ui-datepicker-div"></div></body></html>
Add Comment
Please, Sign In to add comment