Jump to content

[Solved] _IE unable to find or read obj


Recommended Posts

Code:
 

Local $oIE = _IEAttach("https://*", 'Shipment Search')
Local $oFrames = _IEFrameGetCollection($oIE)
For $oFrame In $oFrames
    ConsoleWrite($oFrame.name & @CRLF)
Next

Result:
 

--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
--> IE.au3 T3.0-2 Error from function _IEAttach, $_IESTATUS_InvalidValue (Invalid Mode Specified)
--> IE.au3 T3.0-2 Error from function _IEFrameGetCollection, $_IESTATUS_InvalidDataType
"D:\Script\Attach.au3" (23) : ==> Variable must be of type "Object".:
For $oFrame In $oFrames
For $oFrame In $oFrames^ ERROR
->21:51:03 AutoIt3.exe ended.rc:1
+>21:51:03 AutoIt3Wrapper Finished.
>Exit code: 1    Time: 14.31

 

Link to comment
Share on other sites

When you navigate to the page after login, that is the Frames URL you need to add for example (see below), the second parameter tells IE attach to use URL to attach, it normally defaults to Title as per the _IEAttach help link I pasted above.
nb: I don't know what your URL is so I just added https://... in my previous post.

_IEAttach("https://www.google.com", "url")

 

Link to comment
Share on other sites

Yea, that's the difficult part, because the URL is not static. Each time you login, a session key is added to the URL. I've tried using inet and the other to connect and retrieve some other data ( a future project ), but it says the session expired, even though it works if I put it in a browser.

But yea, the URL is probably a bad idea to use to attach. Shouldn't it be possible to just connect to the current instance and frame? I don't know why this is so difficult haha. It's a pain in my butt, and I'm sure it is for you too.

Link to comment
Share on other sites

@FengHuangWuShen I've been following the discussion. It helps when you can provide the full details as requested.

In this case, it appears the the line

Local $Container_Obj = _IEFormGetObjByName($IE, 'containerId')

is where your initial error occurred. This makes sense because you are attempting to access the form in the main IE instead of the frame. Try changing this line to

Local $Container_Obj = _IEFormGetObjByName($IE_Frame, 'containerId')

 

Link to comment
Share on other sites

It returned nothing.

 

>"D:\AutoIt3\SciTE\..\AutoIt3.exe" "D:\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\Script\tAttach.au3" /UserParams    
+>21:29:01 Starting AutoIt3Wrapper v.16.612.1119.0 SciTE v.3.6.6.0   Keyboard:00000409  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64  Environment(Language:0409)  CodePage:0  utf8.auto.check:4
+>         SciTEDir => D:\AutoIt3\SciTE   UserDir => D:\AutoIt3\SciTE\AutoIt3Wrapper
>Running AU3Check (3.3.14.2)  from:D:\AutoIt3  input:D:\Script\tAttach.au3
+>21:29:02 AU3Check ended.rc:0
>Running:(3.3.14.2):D:\AutoIt3\autoit3_x64.exe "D:\Script\tAttach.au3"    
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
+>21:29:03 AutoIt3.exe ended.rc:0
+>21:29:03 AutoIt3Wrapper Finished.
>Exit code: 0    Time: 2.927

 

Link to comment
Share on other sites

Another weird thing too is, if I use _IE read HTMl or w/e, or any of those functions, it will return the source of the page, but not everything.
If I look at the source code directly, it will show all the container ID's in the source code, but not in the source that is returned by the _IEReadHTML or w/e.

So is it possible that there is javascript or something that is controling everything else, and generating the source or something? Maybe that is why we're unable to interact with this object inside the FRAME.1 .

Here is what the window looks like that I'm trying to interact with. Also the things that iWB2 Learner picks up.
The green label at the top is what I need to read ( Container ID : etc ), I also need to interact with the ( Container ID ( to be scanned ) field, and the Unload Container button next to it )
 

Capture.PNG

Link to comment
Share on other sites

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />












<title>Unload Container</title>


<link rel="stylesheet" type="text/css" href="/OTMNowViewPoint/combined.css?id=10483ce015b0a5a" >

<link rel="stylesheet" type="text/css" href="js/jeasyui-1.4.3/themes/icon.css">
<link rel="stylesheet" type="text/css" href="js/jeasyui-1.4.3/themes/default/easyui_default.css">

<script type="text/javascript" src="js/otm/comm/rt.js" ></script>
<script type="text/javascript" src="js/jquery/1.10/jquery.min-1.10.js"></script>
<script type="text/javascript" src="js/jeasyui-1.4.3/jquery.easyui.min.js"></script>


<script type="text/javascript" src="js/viewpoint/unload_containers.js"></script>


<style type="text/css">
.edited-cell {
    /* background: url("images/dirty.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important; */
    background:  url("images/dirty.png") no-repeat scroll 0 0 yellow !important;
}
.green-row {
    background: scroll 0 0 #BFFF00 !important;
}
.red-row {
    background: scroll 0 0 #ff8080 !important;
}
 input[type=button] {
   background-color:#dedede;
   cursor: pointer;
   cursor: hand;
 }
 input[type=button]:disabled {
   cursor: not-allowed;
 }
.ui-datepicker-trigger {
    vertical-align: bottom;
}
.buttondisabled {
    opacity: 0.5;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=50);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
    cursor: not-allowed;
}
.disabled {
    opacity: 0.5;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=50);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
    cursor: auto;
    background-color:#eee;
}

.inputloading {
    background-image: url("images/ajax-loader.gif")!important;
    background-position:right center !important;
    background-repeat: no-repeat !important;
}


</style>

<script type="text/javascript" >
    if (document.title) {
        window.parent.document.title = 'Unload Container';
    }
    var hide_img="images/themes/themesswanblue.6.0/hide.gif";
    var show_img="images/themes/themesswanblue.6.0/show.gif";

    $(function(){
        //$('#UnloadDSPSupplyDig').dialog('close');
        //$('#dialogs').show();

        $('.easyui-tooltip').click(function(e) {
             $(this).tooltip("hide");
        });
        //$("#SearchButton").focus();
        $(document).keypress(function(e) {
            if(e.which == 13 ) {
                //$("#SearchButton").focus();
                $("#SearchButton").click()
            }
        });
     });

    (function($) {
        $.fn.tooltip.defaults = {
                position: "right",
                content: null,
                trackMouse: false,
                deltaX: 0,
                deltaY: 0,
                showEvent: "mouseenter",
                hideEvent: "mouseleave",
                showDelay: 800,
                hideDelay: 100,
                onShow: function(e) {},
                onHide: function(e) {},
                onUpdate: function(_20a) {},
                onPosition: function(left, top) {},
                onDestroy: function() {}
         };

        $(document).on('mouseenter', '.datebox', function(){
            var name = $(this).find('input[type=hidden]').attr('name');
            if(name == 'actualArrivalDate'){
                $(this).tooltip({
                    position: "right",
                    showDelay: 800,
                    hideDelay: 100,
                    content: '<b>Actual Arrival Date</b><br>Enter the actual date and time when the driver arrives the DC.',
                });
                $(this).tooltip("show");
            }else if(name == 'actualDepartureDate'){
                $(this).tooltip({
                    position: "right",
                    showDelay: 800,
                    hideDelay: 100,
                    content: '<b>Actual Departure Date</b><br>Enter the actual date and time that the dock clerk has provided the driver with the copies of the signed paperwork.',
                });
                $(this).tooltip("show");
            }

        });

    })(jQuery);

    //Override the $.fn.[plugin].defaults.panelHeight
    $.map(['combo','combobox','combogrid','combotree','datebox','datetimebox'], function(plugin){
        $.fn[plugin].defaults.panelHeight = 'auto';
        if(plugin=='datetimebox' ){
            $.fn[plugin].defaults.showSeconds = false;
        }
        else if(plugin=='combo' || plugin=='combobox'){
            $.fn[plugin].defaults.editable = false;
        }
    });
    var UNLOADED_CONTAINER_DATA         = {"total":26,"page":1,"records":26,"success":true,"rows":[{"CONTAINER_ID":"LAXSEA25047124333","CONTAINER_TYPE":"COLLAPSIBLE BIN 47.9 X 44.9 X 50.0","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124333","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124469","CONTAINER_TYPE":"COLLAPSIBLE BIN 47.9 X 44.9 X 50.0","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124469","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124486","CONTAINER_TYPE":"GAYLORD 46IN ON ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124486","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124492","CONTAINER_TYPE":"GAYLORD 46IN ON ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124492","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124493","CONTAINER_TYPE":"GAYLORD 46IN ON ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124493","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124494","CONTAINER_TYPE":"GAYLORD 46IN ON ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124494","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124495","CONTAINER_TYPE":"GAYLORD 46IN ON ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124495","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124496","CONTAINER_TYPE":"COLLAPSIBLE BIN 47.9 X 44.9 X 50.0","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124496","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124497","CONTAINER_TYPE":"COLLAPSIBLE BIN 47.9 X 44.9 X 50.0","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124497","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124498","CONTAINER_TYPE":"COLLAPSIBLE BIN 47.9 X 44.9 X 50.0","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124498","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124515","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124515","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124516","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124516","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124517","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124517","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124518","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124518","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124519","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124519","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124520","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124520","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124521","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124521","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124522","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124522","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124523","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124523","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124524","CONTAINER_TYPE":"XBO GAYLORD 46IN ON WOOD PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124524","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124525","CONTAINER_TYPE":"XBO GAYLORD 46IN ON WOOD PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124525","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124526","CONTAINER_TYPE":"DSP ORANGE PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124526","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124527","CONTAINER_TYPE":"XBO GAYLORD 46IN ON WOOD PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124527","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124528","CONTAINER_TYPE":"XBO GAYLORD 46IN ON WOOD PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124528","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124529","CONTAINER_TYPE":"XBO GAYLORD 46IN ON WOOD PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124529","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"},{"CONTAINER_ID":"LAXSEA25047124530","CONTAINER_TYPE":"XBO GAYLORD 46IN ON WOOD PALLET","DESTINATION":"USSEA1","ORDER_RELEASE_GID":"DHLGM.LAXSEA25047124530","UNLOADED":"Y","IS_OVERAGE":"N","ORIGIN":"USLAX1"}]};
    var CONTAINER_TYPE_OPTIONS          = [{"name":"DSP SUPPLY 10 WOOD PALLET","value":"DHLGM.DSP_SUPPLY_10_WOOD_PALLET"},{"name":"DSP SUPPLY 210 USPS TRAYS","value":"DHLGM.DSP_SUPPLY_210_USPS_TRAYS"},{"name":"DSP SUPPLY 22 PLASTIC PALLET","value":"DHLGM.DSP_SUPPLY_22_PLASTIC_PALLET"},{"name":"DSP SUPPLY 300 USPS SACKS","value":"DHLGM.DSP_SUPPLY_300_USPS_SACKS"},{"name":"DSP SUPPLY 80 USPS TUBS","value":"DHLGM.DSP_SUPPLY_80_USPS_TUBS"}];
    var ORIGIN_LOCATION_OPTIONS         = [{"name":"SCF_970","value":"DHLGM.SCF_970"}];
    //var DESTINATION_LOCATION_OPTIONS  = ;

    var grid_height = $(window).height() - 350;

    $(function(){
            $('#UnloadContainerGrid').datagrid({
                remoteSort  :false,
                height      :grid_height,
                striped     :true,
                fitColumns  :true,
                nowrap      :true,
                fit         :false,
                emptyMsg    : 'No Data Found.',
                frozenColumns:[[]],
                columns:[[
                          {"field":"CONTAINER_ID","halign":"center","title":"Container ID","hidden":false,"align":"left","width":"200px"},
                          {"field":"CONTAINER_TYPE","halign":"center","title":"Container Type","hidden":false,"align":"left","width":"250px"},
                          {"field":"ORIGIN","halign":"center","title":"Origin","hidden":false,"align":"left","width":"200px"},
                          {"field":"DESTINATION","halign":"center","title":"Destination","hidden":false,"align":"left","width":"200px"},
                          {"field":"UNLOADED","halign":"center","title":"Unloaded","hidden":false,"align":"center","width":"80px","formatter":UnloadedFormatter},
                          {"field":"UNDO","halign":"center","title":"Undo","hidden":false,"width":"60px","align":"center","formatter":undoFormatter},
                          {"field":"IS_OVERAGE","halign":"center","title":"OVERAGE","hidden":true},
                          {"field":"ORDER_RELEASE_GID","halign":"center","title":"ORDER_RELEASE_GID","hidden":true}

                        ]]
             }).datagrid('loadData', UNLOADED_CONTAINER_DATA);

            reCalculateFooter();
            processRowColor();

     });

    $(document).ready(function() {
        //below will works on dyanamic added elements too
        $(document).on('keyup', '.datagrid-editable-input', function(){
            setDirty($(this));
        });
        $(document).on('keyup change', '.textbox-value', function(){
            setDirty($(this));
        });
        $(document).on('keyup change', '.datagrid-editable', function(){
            setDirty($(this));
        });
        $(document).on('keyup change', '.easyui-combobox', function(){
            setDirty($(this));
        });

        ///////////////////////////////////////////////////////
        
        
            $('#unloadDSPSupplyBtn').prop('disabled', false);
        
        ///////////////////////////////////////////////////////
        
            $('#unloadBOLBtn').prop('disabled', true);
        
        

        ///////////////////////////////////////////////////////
        
            $('#finishLoadStartBtn').prop('disabled', true);
        
        
        ///////////////////////////////////////////////////////
        
        
            $('#tamperedSealChk').prop('checked', false);
        
        ///////////////////////////////////////////////////////

    });
</script>

</head>

<body class="body" >

        <div id="header"  style="overflow-y: auto;">

                <div id="messagePanel" class="easyui-panel" style="width: 98%; display: none; padding-left: 2px;">
                    <span id="message" ></span>
                </div>

                <div class="bodyHeaderCont" style="padding-bottom: 5px;">
                    <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;" class="hdLine">
                        <tr valign="bottom">
                            <td nowrap="true" style="width: 33%;" class="hdTitle"  id="pageHeaderTitle">Unload Container</td>
                        </tr>
                    </table>
                </div>

                <div class="headerFieldsCont">
                    <img width="1" height="0.5" src="images/themes/themesswanblue.6.0/spacer.gif" >
                </div>
                <div style="clear: both"></div>
        </div>



    <div id="content" class="bodyDataCont" style="overflow-y: auto;">
                        <div id="bodyDataContDiv">
                                <form id="UnLoadContainersForm" name="UnLoadContainerForm" action="findAllUnLoadContainer" method="post">
                                <div style="clear: both"></div>
                                        <input id="shipmentGid" name="shipmentGid" type="hidden" value="DHLGM.2564059"/>
                                        <input id="stopNum" name="stopNum" type="hidden" value="3"/>

                                        <div class="bodySectCont ">
                                        <table>
                                        <tr>
                                        <td style="vertical-align: top;">
                                                <table style="padding-left:5px; width: 100%">
                                                        <tr>
                                                                <td style="width: 30%;">
                                                                        <div class="fieldCont">
                                                                                <div class="fieldLabel">Shipment ID</div>
                                                                                <input id="shipmentXid" name="shipmentXid" disabled="disabled" type="text" value="2564059" size="25"/>
                                                                        </div>
                                                                </td>

                                                                <td style="width: 30%;">
                                                                        <div class="fieldCont">
                                                                                <div class="fieldLabel">Distribution Center</div>
                                                                                <input id="mtName" name="mtName" disabled="disabled" type="text" value="USSEA1" size="35"/>

                                                                </div>
                                                                </td>

                                                                <td style="width: 30%;">
                                                                    <div class="fieldCont">
                                                                        <div class="fieldLabel">Actual Arrival Date</div>
                                                                        
                                                                        <input id="actualArrivalDate" name="actualArrivalDate" class="easyui-tooltip easyui-datetimebox" style="min-width: 150px;" data-options="tooltip:{content:&#39;&lt;b&gt;Actual Arrival Date&lt;/b&gt;&lt;br&gt;Enter the actual date and time when the driver arrives the DC.&#39;}" type="text" value="04/26/2017 16:00:00"/>
                                                                        <script type="text/javascript" >
                                                                            $(document).ready(function() {
                                                                                $('#actualArrivalDate').datetimebox({
                                                                                    value: '04/26/2017 16:00:00',
                                                                                    required: false,
                                                                                    showSeconds: false,
                                                                                    tooltip:{content:'<b>Actual Arrival Date</b><br>Enter the actual date and time when the driver arrives the DC.'}
                                                                                });
                                                                            });
                                                                        </script>
                                                                    </div>

                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td style="width: 30%;">
                                                                        <div class="fieldCont">
                                                                                
                                                                                <div class="fieldLabel">Trailer #</div>
                                                                                <input id="trailerNumber" name="trailerNumber" class="easyui-tooltip" title="&lt;b&gt;Trailer #&lt;/b&gt;&lt;br&gt;Enter the trailer number." type="text" value="" size="25"/>
                                                                </div>
                                                                </td>

                                                                <td style="width: 30%;">
                                                                        <div class="fieldCont">
                                                                                <div class="fieldLabel">Vendor Name</div> <input id="vendorName" name="vendorName" disabled="disabled" type="text" value="JUST IN TIME CARGO, INC." size="35"/>

                                                                </div>
                                                                </td>

                                                                <td style="width: 30%;">
                                                                    <div class="fieldCont">
                                                                        <div class="fieldLabel">Actual Departure Date</div>
                                                                        
                                                                        <input id="actualDepartureDate" name="actualDepartureDate" class="easyui-tooltip easyui-datetimebox" style="min-width: 150px;" type="text" value="04/26/2017 16:45:00"/>
                                                                        <script type="text/javascript" >
                                                                            $(document).ready(function() {
                                                                                $('#actualDepartureDate').datetimebox({
                                                                                    value: '04/26/2017 16:45:00',
                                                                                    required: false,
                                                                                    showSeconds: false,
                                                                                    tooltip:{content:'<b>Actual Departure Date</b><br>Enter the actual date and time that the dock clerk has provided the driver with the copies of the signed paperwork.'}
                                                                                });
                                                                            });
                                                                        </script>

                                                                    </div>

                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td style="width: 30%;">
                                                                        <div class="fieldCont">
                                                                                
                                                                                <div class="fieldLabel">Seal</div>
                                                                                <input id="sealNumber" name="sealNumber" class="easyui-tooltip" title="&lt;b&gt;Seal #&lt;/b&gt;&lt;br&gt;The seal is mandatory if the shipment came from another DHL eCommerce DC. If the vehicle was not sealed, mark the tamper seal checkbox." type="text" value="0506233" size="25"/>
                                                                        </div>
                                                                </td>
                                                                <td style="width: 30%;">
                                                                    <div>
                                                                        <div class="fieldLabel" style="float: left;">
                                                                        <div><input type="checkbox"  id="tamperedSealChk" name="tamperedSealChk" cstyle="display:inline;"  class="easyui-tooltip" title="" />
                                                                            <div class="fieldLabel" style="display:inline;"> <a href="#" id="tamperedSealLink" >Tampered Seal </a></div>
                                                                        </div>
                                                                        </div>
                                                                    </div>
                                                                </td>
                                                        </tr>
                                                </table>
                                                </td>
                                                <td style="vertical-align: top;">
                                                    <div class="fieldCont">
                                                                
                                                                <div class="fieldLabel">Shipment Stops</div>
                                                                <select id="stopNumSelect" name="stopNumSelect" class="easyui-tooltip" title="&lt;b&gt;Shipment Stops&lt;/b&gt;&lt;br&gt;This displays all the stops in the shipment in order." multiple="multiple">
                                                                    <option value="USLAX1#1">USLAX1</option><option value="SCF_970#2">SCF_970</option><option value="USSEA1#3" selected="selected">USSEA1</option>
                                                                </select><input type="hidden" name="_stopNumSelect" value="1"/>
                                                    </div>

                                                </td>
                                                </tr>


                                        </div>

                                </form>
                        </div>

                        <div class="headerFieldsCont"><img width="1" height="1" src="images/themes/themesswanblue.6.0/spacer.gif"></div>
                        <div class="cl" style="padding-bottom: 5px;"></div>
                            <table >
                                <tbody>
                                        <tr>
                                                <td>
                                                        <div style="" class="fieldLabel">Container ID (to be scanned)</div>
                                                </td>
                                                <td>
                                                        <div class="fieldCont"><input type="text" id="containerId" name="containerId" class="easyui-tooltip" title="<b>Container ID (to be scanned)</b><br>Scan the container barcode."/></div>
                                                </td>
                                                <td>
                                                        <div style="padding-left: 20px;"><input type="button" href="#" name="unloadContainerBtn" id="unloadContainerBtn" value="Unload Container" class="easyui-tooltip" title="<b>Unload Container</b><br>Click this button to unload the Container entered."></div>
                                                </td>

                                                <td>
                                                        <div style="padding-left: 20px;"><input type="button" href="#" name="unloadDSPSupplyBtn" id="unloadDSPSupplyBtn" value="Unload DSP Supply" class="easyui-tooltip" title="<b>Unload DSP Supply</b><br>Click here to create supply containers to unload them from the shipment."></div>
                                                </td>

                                        </tr>

                                </tbody>
                        </table>

                        <div class="bodySectCont">
                                <div id="CONTAINERS_SECTION">
                                        <div class="panel-header" style="padding: 0px;"><a href="javascript:showHideSection('CONTAINERS_TABLE', 'image_CONTAINERS_TABLE');"> <img border="0"
                                                        src="images/themes/themesswanblue.6.0/hide.gif" title="Expand" alt="Expand" style="vertical-align: middle;" id="image_CONTAINERS_TABLE"></a>
                                                <span class="fieldLabel" id="label_CONTAINERs_TABLE">Containers</span></div>
                                        <div>
                                                <div id="CONTAINERS_TABLE">
                                                    <table id="UnloadContainerGrid"></table>
                                                </div>
                                                <div class="cl" style="padding-bottom: 5px;"></div>
                                        </div>

                                </div>
                        </div>




                <div>
                        <table  class="bodySectInCont w100">
                            <tbody>
                                    <tr>
                                            <td>
                                                <div style="padding-right: 20px;" class="fieldLabel">Total:
                                                </div>
                                            </td>
                                            <td>
                                                <div style="padding-right: 40px;" class="fieldLabel"> Total Container Unloaded : <input disabled="disabled"  id="totalUnloadedContainers" name="totalUnloadedContainers" value="" size="10">
                                                </div>
                                            </td>
                                            <td>
                                                <div style="padding-right: 40px;" class="fieldLabel"> Expected to unload : <input disabled="disabled"  id="totalExpectedToUnload" name="totalExpectedToUnload" value="" size="10">
                                                </div>
                                            </td>
                                            <td>
                                                <div style="padding-right: 20px;" class="fieldLabel">Addtional(overage) : <input disabled="disabled"  id="totalOverage" name="totalOverage" value="" size="10">
                                                </div>
                                            </td>
                                    </tr>
                            </tbody>
                        </table>
                </div>

                        <div  class="hdLine"></div>
                        <table  class="bodySectInCont w100">
                            <tbody>
                                    <tr>
                                            <td><input type="button" name="saveContainersBtn" id="saveContainersBtn" value="Save" class="easyui-tooltip" title="<b>Save</b><br>Click here to save the details entered in the shipment."></td>
                                            <td><input type="button" name="saveExitBtn" id="saveExitBtn" value="Save & Exit" class="easyui-tooltip" title="<b>Save & Exit</b><br>Click here to save the details entered in the shipment and exit the screen."></td>
                                            <td><input type="button" name="finishLoadExitBtn" id="finishLoadExitBtn" value="Finish Unload & Exit" class="easyui-tooltip" title="<b>Finish Unload & Exit</b><br>Click here to exit screen after finishing unloading all Containers."></td>
                                            <td><input type="button" name="unloadBOLBtn" id="unloadBOLBtn" value="Unload BOL" class="easyui-tooltip" title="<b>Unload BOL</b><br>Click here to unload BOLs from this shipment."></td>
                                            <td><input type="button" name="finishLoadStartBtn" id="finishLoadStartBtn" value="Finish Unload & Start Load" class="easyui-tooltip" title="<b>Finish unload & Start Load</b><br>Click here if you have finished unloading the containers and you need to load containers to this shipment."></td>
                                            <td><input  type="button"  name="cancelBtn" id="cancelBtn" value="Cancel" class="easyui-tooltip" title="Cancel"></td>
                                    </tr>

                            </tbody>
                        </table>
            </div>

    <div id="dialogs" style="display: none;">
            <div id="UnloadDSPSupplyDig" class="easyui-dialog" title="Create Container"
            data-options="buttons:'#UnloadDSPSupplyButtonBox',modal:true,closed:true">
                    <div class="bodySectCont">
                    <span id="messageUnloadDSPSupply" class="fieldLabel" style="color:red;"></span>

                    <form id="UnloadDSPSupplyForm" name="UnloadDSPSupplyForm">
                            <div style="clear: both"></div>
                                <table style="padding: 5px;width: 100%">
                                    <tbody>

                                        <tr>
                                            <td >
                                                <div class="fieldLabel">Type</div>
                                            </td>
                                            <td >
                                                <div class="fieldCont">
                                                <input type="hidden" id="dspType" name="dspType" value="DSP_SUPPLY" style="width:270px;">
                                                <input disabled="disabled" id="dspTypeName" name="dspTypeName" value="DSP Supply" style="width:270px;">
                                                </div>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td >
                                                <div class="fieldLabel">Destination</div>
                                            </td>
                                            <td >
                                                <div class="fieldCont">
                                                    <input id="dspDestination" name="dspDestination" value="USSEA1" style="width:270px;" disabled="disabled">
                                                    <input type="hidden" id="dspDestinationGid" name="dspDestinationGid" value="DHLGM.USSEA1" style="width:270px;">
                                                </div>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td >
                                                <div class="fieldLabel"># of Containers</div>
                                            </td>
                                            <td >
                                                <div class="fieldCont">
                                                    <input id="dsp_no_of_containers" name="dsp_no_of_containers" value="" style="width:270px;" onkeyup="this.value=this.value.replace(/[^\d]/,'')">
                                                </div>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td >
                                                <div class="fieldLabel">Origin</div>
                                            </td>
                                            <td >
                                                <div class="fieldCont">
                                                    <input class="easyui-combobox" id="dspOrigin" name="dspOrigin" style="width:275px;" data-options="valueField:'value',textField:'name',data:ORIGIN_LOCATION_OPTIONS,editable:false">

                                                </div>
                                            </td>
                                        </tr>

                                        <tr>
                                            <td >
                                                <div class="fieldLabel">Container Type</div>
                                            </td>
                                            <td >
                                                <div>
                                                        <input class="easyui-combobox" id="dspContainerType" name="dspContainerType" style="width:275px;" data-options="valueField:'value',textField:'name',data:CONTAINER_TYPE_OPTIONS,editable:false">
                                                </div>
                                            </td>
                                        </tr>

                                    </tbody>
                                </table>
                    </form>
                    </div>
                <div id="UnloadDSPSupplyButtonBox">
                     <input  type="button" data-options="iconCls:'icon-save'" id="submitUnloadDSPSupplyBtn"  value="Save" class="easyui-tooltip" title="<b>Save & Print Label(s)</b><br>Click here to Save & Print Label(s)."/>
                     <input  type="button" data-options="iconCls:'icon-cancel'" onclick="$('#UnloadDSPSupplyDig').dialog('close');" value="Cancel" class="easyui-tooltip" title="<b>Close</b><br>Click here to close."/>
                </div>
            </div>



        <div id="tamperedSealDig" class="easyui-dialog" title="Tampered Seal" style="width:450px;height:300px;" data-options="buttons:'#tamperedSealButtonBox',modal:true">

                    <div class="bodySectCont">
                    <span id="messageTamperedSeal" class="fieldLabel" style="color:red;"></span>


                    <div class="bodyHeaderCont" >
                        <table cellspacing="0" cellpadding="0" border="0"  class="hdLine" style="padding: 5px;">
                            <tr valign="bottom">
                                <td nowrap="true" style="width: 33%" class="hdTitle" id="pageHeaderTitle">Please enter reason for tampered seal.</td>
                            </tr>
                        </table>
                    </div>

                    <input type="hidden" name="hiddenTempSealReason" id="hiddenTempSealReason" value=""/>
                    <input type="hidden" name="hiddenTempSealDesc" id="hiddenTempSealDesc" value=""/>

                    <form id="tamperedSealForm" name="tamperedSealForm" action="/OTMNowViewPoint/openUnloadContainer.do" method="post">
                        <div style="clear: both"></div>
                        <table class="bodySectInCont w100" style="padding: 5px;">
                            <tbody>
                                <tr>
                                    <td style="width: 150px">
                                        <div class="fieldLabel">Shipment ID</div>
                                    </td>
                                    <td>
                                        <div class="fieldCont">
                                            <input id="tamperedSealShipment" name="tamperedSealShipment" value="2564059" readonly="readonly" class="disabled">
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="width: 150px">
                                        <div class="fieldLabel">Tampered Seal Reason</div>
                                    </td>
                                    <td>
                                        <div class="fieldCont">
                                                <select id="tamperedSealReason" name="tamperedSealReason">
                                                    <option value="Driver broke the seal">Driver broke the seal</option><option value="Seal does not match">Seal does not match</option><option value="Missing seal">Missing seal</option><option value="Seal improperly applied">Seal improperly applied</option><option value="Typo error from the loading terminal">Typo error from the loading terminal</option><option value="Seal previously used in another shipment">Seal previously used in another shipment</option><option value="Other">Other</option>
                                                </select>
                                        </div>
                                    </td>
                                </tr>
                                <!-- Display only when "Other" reason is selected -->
                                <tr id="descRow" style="display: none;">
                                    <td style="width: 150px">
                                        <div class="fieldLabel">Reason Description*</div>
                                    </td>
                                    <td>
                                        <div class="fieldCont">
                                            <textarea id="tamperedSealDescription" name="tamperedSealDescription" rows="3" cols="25" maxlength="50"></textarea>
                                        </div>
                                    </td>
                                </tr>

                            </tbody>
                        </table>
                        </form>
                    </div>

                    <div id="tamperedSealButtonBox">
                         <input  type="button" data-options="iconCls:'icon-save'" id="tamperedSealBtn" value="Save"/>
                         <input  type="button" data-options="iconCls:'icon-cancel'" onclick="$('#tamperedSealDig').dialog('close');" value="Close"/>
                    </div>

            </div>

            <div id="reopenShipmentDig" class="easyui-dialog" title="Reopen Reason" style="width:450px;height:300px;" data-options="buttons:'#reopenButtonBox',modal:true">
                    <div class="bodySectCont">
                    <span id="messageReopenShipment" class="fieldLabel" style="color:red;"></span>
                    <div class="bodyHeaderCont" >
                        <table cellspacing="0" cellpadding="0" border="0"  class="hdLine" style="padding: 5px;">
                            <tr valign="bottom">
                                <td nowrap="true" style="width: 33%" class="hdTitle" id="pageHeaderTitle">Shipment was closed and needs to reopened</td>
                            </tr>
                        </table>
                    </div>
                    <form id="reopenShipmentForm" name="reopenShipmentForm" action="/OTMNowViewPoint/openUnloadContainer.do" method="post">
                        <div style="clear: both"></div>
                        <table class="bodySectInCont w100" style="padding: 5px;">
                            <tbody>
                                <tr>
                                    <td style="width: 150px">
                                        <div class="fieldLabel">Shipment ID</div>
                                    </td>
                                    <td>
                                        <div class="fieldCont">
                                            <input id="reopenShipment" name="reopenShipment" value="" readonly="readonly" class="disabled">
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td style="width: 150px">
                                        <div class="fieldLabel">Reopen Reason</div>
                                    </td>
                                    <td>
                                        <div class="fieldCont">

                                                <select id="reopenReason" name="reopenReason">
                                                    <option value="DELAYED RECEIVING/INTERRUPTION">DELAYED RECEIVING/INTERRUPTION</option><option value="EQUIPMENT FAULT">EQUIPMENT FAULT</option><option value="STAFF ERROR">STAFF ERROR</option><option value="OTHER">OTHER</option>
                                                </select>
                                        </div>
                                    </td>
                                </tr>
                                <!-- Display only when "Other" reason is selected -->
                                <tr id="descRow" style="display: none;">
                                    <td style="width: 150px">
                                        <div class="fieldLabel">Description*</div>
                                    </td>
                                    <td>
                                        <div class="fieldCont">
                                            <textarea id="reopenDescription" name="reopenDescription" rows="3" cols="25"></textarea>
                                        </div>
                                    </td>
                                </tr>

                            </tbody>
                        </table>
                        </form>
                    </div>
                    <div id="reopenButtonBox">
                         <input  type="button" value="Reopen and Load Container" id="reopenShipmentBtn" />
                         <input  type="button"  onclick="$('#reopenShipmentDig').dialog('close');" value="Cancel"/>
                    </div>
            </div>

</div>

</div>



<div style="display:none" class="datagrid-mask"></div>
<div style="display:none; left: 50%; height: 16px; margin-left: -81.5px; line-height: 14px;font-size:12px;" class="datagrid-mask-msg">
    Processing, please wait ...
</div>

</body>


<script type="text/javascript" src="js/viewpoint/viewpoint_common.js"></script>
</html>

 

Link to comment
Share on other sites

Post #3 is where I posted this same exact source. Which source are you looking for?

This is the source when I click on the side panel.

 

<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta content="IE=EDGE" http-equiv="X-UA-Compatible"><script src="/js/comm/rcf/common.js" type="text/javascript" language="javascript"> </script><script src="/js/comm/rcf/dragDrop.js" type="text/javascript" language="javascript"> </script><script src="/js/comm/rcf/event.js" type="text/javascript" language="javascript"> </script><script src="/js/comm/rcf/peer.js" type="text/javascript" language="javascript"> </script><script src="/js/comm/rcf/component.js" type="text/javascript" language="javascript"> </script><script src="/js/comm/rt.js" type="text/javascript" language="javascript"> </script><script src="/js/buttons/buttons.js" type="text/javascript" language="javascript"> </script><script src="/js/comm/ajax.js" type="text/javascript" language="javascript"> </script><script src="/js/help.js" type="text/javascript" language="javascript"> </script><script>

        TMAssert.DEBUG = false;
        TMAgent.AGENT = TMAgent.getAgent(this);
        TMPage.PAGE = new TMPage(this);
        TMPage.PAGE.setRenderedByJSP(false);

        appendOnLoadScript();

       // TMPage.PAGE.__onLoad();

        var glogUrlPrefix = '';
        var glogServlet = '';
        var glogUrlContext = '\x2FGC3\x2F';
        var glogRawUrlContext = 'GC3';
        var breadCrumbsKey = '';
        var vol_width  = 'Width';
        var vol_height = 'Height';
        var vol_length = 'Length';
        var vol_calc = 'Calculate';
        var vol_width_alert  = 'Width\x20must\x20be\x20a\x20number';
        var vol_height_alert = 'Height\x20must\x20be\x20a\x20number';
        var vol_length_alert = 'Length\x20must\x20be\x20a\x20number';
        var show_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fshow.gif";
        var hide_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fhide.gif";
        var show_img_alt = "Expand";
        var hide_img_alt = "Collapse";
        var spacer_solid_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fspacer_solid.gif";
        var selected_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fselected.gif";
        var grid_edit_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fupdateicon_enabled.gif";
        var grid_delete_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fdeleteicon_enabled.gif";
        var move_left_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fshuttle_remove_enabled.gif";
        var move_right_img = "\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fshuttle_move_enabled.gif";
    var browser = navigator.appName;
    var ie = "Microsoft Internet Explorer";
    var netscape = "Netscape";
        var displayPopupsFormatted = true;
        var ct = '83959750';
        var isTablet = false;
        var addClientSessionEvents = false;        
        var loadingImage = '\x2Fimages\x2Fthemes\x2Fthemesswanblue\x2Fprocess_animation.gif';

        </script><title>Menu</title><link type="text/css" rel="styleSheet" href="/css/themes/themesswanblue.css"><script src="/js/comm/rt.js" type="text/javascript" language="javascript"></script><script src="/js/help.js" type="text/javascript" language="javascript"></script><script src="/js/comm/usermenu.js" language="JavaScript" type="text/javascript"></script></head><body class="tm_document p_TMMaximized" id="userMenuBody"><div class="mainMenuCont"><div class="mainMenuTopNode" id="node0"><table><tr><td valign="top"><img style="height:20px;width:20px" src="/images/themes/themesswanblue/default.png"></td><td><span class="mainMenuNode1"><a onclick="openMenuNode('0');return false" name="0" id="Link0" href="#"> Viewpoint</a></span></td></tr></table></div><div style="visibility: hidden; display: none;" class="mainMenuChildCont" id="nodeChild0"><div class="mainMenuChildNode" id="node0_0"><div class="mainMenuNode2"><a target="mainBody" name="Link0_0" id="Link0_0" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadShipmentSearch">Shipment Search</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_0"></div></div><div class="mainMenuChildNode" id="node0_1"><div class="mainMenuNode2"><a target="mainBody" name="Link0_1" id="Link0_1" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadCreateContainers">Create Container</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_1"></div></div><div class="mainMenuChildNode" id="node0_2"><div class="mainMenuNode2"><a target="mainBody" name="Link0_2" id="Link0_2" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadCrossdockContainer">Crossdock Container</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_2"></div></div><div class="mainMenuChildNode" id="node0_3"><div class="mainMenuNode2"><a target="mainBody" name="Link0_3" id="Link0_3" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadArrivalDashboard">Arrivals Dashboard</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_3"></div></div><div class="mainMenuChildNode" id="node0_4"><div class="mainMenuNode2"><a target="mainBody" name="Link0_4" id="Link0_4" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadDepartureDashboard">Departures Dashboard</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_4"></div></div><div class="mainMenuChildNode" id="node0_5"><div class="mainMenuNode2"><a target="mainBody" name="Link0_5" id="Link0_5" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadDropoffDashboard">Drop-Off Arrivals Dashboard</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_5"></div></div><div class="mainMenuChildNode" id="node0_6"><div class="mainMenuNode2"><a target="mainBody" name="Link0_6" id="Link0_6" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadDashboard">Overall Dashboard</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_6"></div></div><div class="mainMenuChildNode" id="node0_7"><div class="mainMenuNode2"><a target="mainBody" name="Link0_7" id="Link0_7" href="/GC3/KSAPProxyServlet?ct=83959750&amp;type=loadShipmentUnlock">Unlock Shipment</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_7"></div></div><div class="mainMenuChildNode" id="node0_8"><div class="mainMenuNode2"><a target="mainBody" name="Link0_8" id="Link0_8" href="https://tms.dhlecommerce-usa.com:4443/OTMNowViewPoint/IAC%20form.pdf">IAC Form</a></div><div style="visibility: hidden; display: none" class="mainMenuChildCont" id="nodeChild0_8"></div></div></div><div class="mainMenuTopNode" id="node1"><table><tr><td valign="top"><img border="0" height="0" width="0" alt="" src="/images/themes/themesswanblue/spacer.gif"></td><td><span class="mainMenuNode2"><a target="mainBody" href="/GC3/glog.webserver.util.QueryResponseServlet?ct=83959750&amp;action_name=change_password"> Change Password</a></span></td></tr></table></div><div style="visibility: hidden; display: none;" class="mainMenuChildCont" id="nodeChild1"></div><div class="mainMenuTopNode" id="node2"><table><tr><td valign="top"><img border="0" height="0" width="0" alt="" src="/images/themes/themesswanblue/spacer.gif"></td><td><span class="mainMenuNode2"><a target="mainBody" href="javascript:window.open('https://isharenew.dhl.com/sites/DHL_eCommerce/Operations/Operations%20Documents/Operations%20Manual')"> Operational Manual</a></span></td></tr></table></div><div style="visibility: hidden; display: none;" class="mainMenuChildCont" id="nodeChild2"></div></div></body></html>

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...