Jump to content

How to click on this object?


 Share

Recommended Posts

Hi there,

I am trying to click on a object in a frame, I can get the object id but it doesn't seem to be a "clickable" object... but I know it must be something I did wrong. Would you please check out the source of the page and my script and see if it's something obviously wrong in my code? Thanks!

The targeted object in html. Basically it displays one row of a list of search results in a webmail interface. There are a couple of other rows but only this row displays an unread email (with a subject containing a string of Email verification. The only difference between this row and others are the "flagUnseen" flag.

<div class="msgFrom sep">Lyntact Admin</div>
 <div title="Email verification" class="msgSubject sep"><span class="qsearchMatch">Email verification</span></div>
 <div class="msgDate sep">08/08/15</div>
 <div class="msgSize sep">2 KB</div>
</div><div class="vpRowHoriz flagUnseen vpRow DragElt" id="VProw_7" style="background: rgb(238, 238, 255);">
 <div class="msgStatus">
  <div class="iconImg msCheck"></div>
  <div title="Unseen" class="iconImg msgflags flagUnseen"></div>
 </div>
 <div class="msgFrom sep">Lyntact Admin</div>
 <div title="Email verification" class="msgSubject sep"><span class="qsearchMatch">Email verification</span></div>
 <div class="msgDate sep">08/08/15</div>
 <div class="msgSize sep">2 KB</div>
</div></div>

My script is like below:

$content = _IEDocReadHTML($oFrame)
        ;Local $hFileOpen = FileOpen("1.txt", $FO_APPEND)
        ;FileWrite($hFileOpen, $content)
        ;FileClose($hFileOpen)
        ;BreakPoint("!")
        Sleep($delayFactor)

        $aArray = StringRegExp($content, 'flagUnseen vpRow DragElt" id="([^"]+)"', 1)
        If @error = 0 Then
            $sString = "@error = " & @error & "; $iSum = " & $iSum
            ToolTip($sString, 0, 0)

            If $bClick Then
                $id = $aArray[0]
                BreakPoint("$id = " & $id);
                $oObj = _IEGetObjById($oFrame, $id)
                ;$oObj = _IEGetObjById($oIE, $id)
                If @error = 0 Then
                    BreakPoint("Found it!!")
                Else
                    BreakPoint("Didn't find it!!")
                EndIf
                Sleep($delayFactor)
                _IEAction($oObj,"click")
                Sleep($delayFactor)
            EndIf

            Return 0
        EndIf

 

 

The full html code for the frame containing this object:

<html lang="en-CA"><head>
    <meta http-equiv="x-dns-prefetch-control" content="off">
  <link href="/cpsess6708041454/horde/imp/themes/default/mime.css" rel="stylesheet" type="text/css"><link href="/cpsess6708041454/horde/themes/default/screen.css?v=7f5e6c29417bb1282666acfb2678e9de" rel="stylesheet" type="text/css"><link href="/cpsess6708041454/horde/imp/themes/default/screen.css?v=d3fd6e2d27412fa1109e7e5c408c186d" rel="stylesheet" type="text/css"><link href="/cpsess6708041454/horde/imp/themes/default/dynamic/screen.css?v=d3fd6e2d27412fa1109e7e5c408c186d" rel="stylesheet" type="text/css"><link href="/cpsess6708041454/horde/themes/default/mozilla.css?v=7f5e6c29417bb1282666acfb2678e9de" rel="stylesheet" type="text/css">  <link href="/cpsess6708041454/horde/imp/themes/default/graphics/favicon.ico" rel="SHORTCUT ICON" type="image/x-icon">    <title>Mail :: Search Results (Inbox)</title>
 </head>

 <body class="horde-ajax">
<div id="horde-head">
  <div id="horde-logo"><a class="icon" href="/cpsess6708041454/horde/services/portal/"></a></div>
  <div id="horde-version">Groupware 5.1.1</div>
  <div id="horde-navigation">
    <div class="horde-navipoint">
      <div class="horde-point-left-active"></div>
      <ul class="horde-dropdown">
        <li>
          <div class="horde-point-center-active">
            <a class="horde-mainnavi-active" href="/cpsess6708041454/horde/imp/">
              <span class="horde-point-arrow-active"></span>
              Mail            </a>
          </div>
        <ul>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/ingo/">Filters</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="javascript:void(window.open('/cpsess6708041454/horde/imp/dynamic.php?page=compose&amp;popup=1','','width=820,height=610,status=1,scrollbars=yes,resizable=yes'))">New Message</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" onclick="if (window.DimpBase) { DimpBase.go('search') }" href="https://webmail.lyntact.com/cpsess6708041454/horde/imp/dynamic.php?page=mailbox#search">Search</a></div>
          </li>
        </ul>
        </li>
      </ul>
      <div class="horde-point-right-active"></div>
    </div>
    <div class="horde-navipoint">
      <div class="horde-point-left"></div>
      <ul class="horde-dropdown">
        <li>
          <div class="horde-point-center">
            <a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/">
              <span class="horde-point-arrow"></span>
              Calendar            </a>
          </div>
        <ul>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/new.php">New Event</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/day.php">Day</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/workweek.php">Work Week</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/week.php">Week</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/month.php">Month</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/kronolith/year.php">Year</a></div>
          </li>
        </ul>
        </li>
      </ul>
      <div class="horde-point-right"></div>
    </div>
    <div class="horde-navipoint">
      <div class="horde-point-left"></div>
      <ul class="horde-dropdown">
        <li>
          <div class="horde-point-center">
            <a class="horde-mainnavi" href="/cpsess6708041454/horde/turba/">
              <span class="horde-point-arrow"></span>
              Address Book            </a>
          </div>
        <ul>
          <li class="arrow">
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/turba/add.php">New Contact</a></div>
        <ul>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/turba/add.php?source=0b49f26e-5af7-fc73-e350-d3e36a790f80">in Address Book</a></div>
          </li>
        </ul>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/turba/browse.php?source=0b49f26e-5af7-fc73-e350-d3e36a790f80">Address Book</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/turba/browse.php?source=favourites">Favourite Recipients</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/turba/search.php">Search</a></div>
          </li>
        </ul>
        </li>
      </ul>
      <div class="horde-point-right"></div>
    </div>
    <div class="horde-navipoint">
      <div class="horde-point-left"></div>
      <ul class="horde-dropdown">
        <li>
          <div class="horde-point-center">
            <a class="horde-mainnavi" href="/cpsess6708041454/horde/nag/">
              <span class="horde-point-arrow"></span>
              Tasks            </a>
          </div>
        <ul>
          <li class="arrow">
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/nag/task.php?actionID=add_task">New Task</a></div>
        <ul>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/nag/task.php?actionID=add_task&amp;tasklist_id=7qfCoZ8dU7-rsmq7gbWIFA7">in Task list of requester1@lyntact.com</a></div>
          </li>
        </ul>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/nag/search.php">Search</a></div>
          </li>
        </ul>
        </li>
      </ul>
      <div class="horde-point-right"></div>
    </div>
    <div class="horde-navipoint">
      <div class="horde-point-left"></div>
      <ul class="horde-dropdown">
        <li>
          <div class="horde-point-center">
            <a class="horde-mainnavi" href="/cpsess6708041454/horde/mnemo/">
              <span class="horde-point-arrow"></span>
              Notes            </a>
          </div>
        <ul>
          <li class="arrow">
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/mnemo/memo.php?actionID=add_memo">New Note</a></div>
        <ul>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/mnemo/memo.php?actionID=add_memo&amp;memolist=UeYtzhNgo0tQq73nP798Gw8">in Notepad of requester1@lyntact.com</a></div>
          </li>
        </ul>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/mnemo/search.php">Search</a></div>
          </li>
        </ul>
        </li>
      </ul>
      <div class="horde-point-right"></div>
    </div>
    <div class="horde-navipoint">
      <div class="horde-point-left"></div>
      <ul class="horde-dropdown">
        <li>
          <div class="horde-settings horde-icon-settings">
            <a class="horde-mainnavi" href="#">
                          </a>
          </div>
        <ul>
          <li class="arrow">
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=imp">Preferences</a></div>
        <ul>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=horde">Global Preferences</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=turba">Address Book</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=kronolith">Calendar</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=ingo">Filters</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=imp">Mail</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=mnemo">Notes</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="/cpsess6708041454/horde/services/prefs.php?app=nag">Tasks</a></div>
          </li>
        </ul>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" href="javascript:void(HordeCore.Growler.toggleLog());">Toggle Alerts Log</a></div>
          </li>
          <li>
            <div class="horde-drowdown-str"><a class="horde-mainnavi" onclick="void(HordePopup.popup('%7B%22url%22%3A%22%5C%2Fcpsess6708041454%5C%2Fhorde%5C%2Fservices%5C%2Fhelp%5C%2F%22%2C%22params%22%3A%7B%22module%22%3A%22imp%22%7D%7D'));return false;" href="/cpsess6708041454/horde/services/help/?module=imp" target="help">Help</a></div>
          </li>
        </ul>
        </li>
      </ul>
      <div class="horde-point-right"></div>
    </div>
  </div>
  <div id="horde-logout" style="display: none;"><a class="icon" href="/cpsess6708041454/horde/login.php?horde_logout_token=xTKQUau6q6nvFk11MdS6Yg1&amp;logout_reason=4"></a></div>
  <div id="horde-search">
    <form action="" method="get">
      <div class="horde-fake-input">
        <span id="horde-search-dropdown">
          <span class="iconImg horde-popdown"></span>
        </span>
        <input title="Search (Entire Message)" id="horde-search-input" type="text" autocomplete="off">
      </div>
      <input id="horde-search-icon" type="image" src="/cpsess6708041454/horde/themes/default/graphics/search-topbar.png">
    </form>
  </div>
</div>
<div id="horde-sub">
  <div id="horde-date">09/08/15</div>
  <div id="horde-info"><span id="mailboxLabel">
 <span id="mailboxName">Search Results (3 messages)</span>
 <span title="Read-Only" class="iconImg readonlyImg" style="display: none;"></span>
</span>
</div>
</div>
<div class="horde-no-sidebar" id="horde-body">
<div id="horde-contentwrapper">
<div id="horde-content">
<div style="display: none;">
 <span id="largeaddrspan">
  <span class="largeaddrtoggle">
   <span class="largeaddrlist">Show Addresses (%d)</span>
   <span class="largeaddrlist" style="display: none;">Hide Addresses</span>
  </span>
  <span class="dispaddrlist" style="display: none;">
   <span class="largeaddrlistlimit" style="display: none;">Load All Addresses</span>
  </span>
 </span>
</div>
<div id="dimpLoading" style="display: none;">
 Loading... <noscript>
  &lt;div class="nojserror"&gt;Error! This application requires javascript to be available and enabled in your browser.&lt;/div&gt;
 </noscript>
</div>

<div id="horde-page" style="left: 210px;">
 <div id="dimpmain">
  <div id="dimpmain_iframe" style="display: none;"></div>
  <div id="dimpmain_folder">
   <div id="dimpmain_folder_top">
    <div class="horde-buttonbar">
    <ul class="rightFloat">
     <li class="horde-nobutton" id="filter" style="display: none;">
      <a title="Filter" id="button_filter">Filter</a><span class="horde-popdown" id="anonymous_element_1"></span>     </li>
     <li class="horde-nobutton">
      <a title="Other" id="button_other">Other</a><span class="horde-popdown" id="anonymous_element_4"></span>     </li>
    </ul>
    <ul>
     <li class="horde-icon">
      <a title="Refresh" class="dimpactionRefresh" id="checkmaillink">Refresh</a>     </li>
     <li class="horde-icon disabled">
      <a title="Reply" class="dimpactionReply noselectDisable" id="button_reply">Reply</a><span class="horde-popdown" id="anonymous_element_13"></span>     </li>
     <li class="horde-icon disabled">
      <a title="Forward" class="dimpactionForward noselectDisable" id="button_forward">Forward</a><span class="horde-popdown" id="anonymous_element_14"></span>     </li>
     <li class="horde-icon disabled" style="display: none;">
      <a title="Resume" class="dimpactionResume noselectDisable" id="button_resume">Resume</a>     </li>
     <li class="horde-icon" style="display: none;">
      <a title="Use Template" class="dimpactionResume" id="button_template">Use Template</a><span class="horde-popdown" id="anonymous_element_3"></span>     </li>
     <li class="horde-icon disabled">
      <a title="Delete" class="dimpactionDelete noselectDisable" id="button_delete">Delete</a>     </li>
     <li class="horde-icon" id="button_compose">
      <a title="New Message" class="dimpactionCompose">New Message</a>     </li>
    </ul>
    </div>

    <div id="searchbar">
     <span title="Clear Search" class="iconImg closeImg" id="search_close"></span>
     <span title="Refresh Search Results" class="iconImg dimpactionRefresh" id="search_refresh"></span>
     <span title="Edit Search Query" class="iconImg dimpactionEditsearch" id="search_edit" style="display: none;"></span>
     <span id="search_time_elapsed" style="display: none;"></span>
     <div title="Search Entire Message (including Headers) for 'Email verification' in [Inbox]" id="search_label">Search Entire Message (including Headers) for 'Email verification' in [Inbox]</div>
    </div>
   </div>

   <div id="msgSplitPane"><div style="width: auto; height: 176px; overflow: hidden; float: none;"><div id="msglistHeaderContainer">
 <div class="vpRowHoriz vpRow horde-table-header" id="msglistHeaderHoriz">
  <div class="msgStatus">
   <div title="Select All" class="iconImg msCheckAll msCheck" id="horiz_opts"></div>
  </div>
  <div class="msgFrom sep"><a class="msgFromTo" style="display: none;">To</a><a>From</a>
   <div class="horde-split-left"></div>
  </div>
  <div class="msgSubject sep" id="anonymous_element_7"><a>Subject</a>
   <div class="horde-split-left"></div>
  <span class="horde-popdown" id="anonymous_element_8"></span></div>
  <div class="msgDate sep" id="anonymous_element_9"><a>Date</a>
   <div class="horde-split-left"></div>
  <span class="horde-popdown" id="anonymous_element_10"></span></div>
  <div class="msgSize sep"><a>Size</a>
   <div class="horde-split-left"></div>
  </div>
 </div>
 <div class="horde-table-header" id="msglistHeaderVert" style="display: none;">
  <div class="iconImg msgStatus">
   <div title="Select All" class="iconImg msCheckAll msCheck"></div>
  </div>
  <div class="msgSort">
   <a class="widget" id="vertical_sort">Sort</a><span class="horde-popdown" id="anonymous_element_6"></span>
  </div>
 </div>
</div><div class="msglist" style="width: 100%; float: left;"><div class="vpRowHoriz vpRow DragElt" id="VProw_5">
 <div class="msgStatus">
  <div class="iconImg msCheck"></div>
  
 </div>
 <div class="msgFrom sep">Lyntact Admin</div>
 <div title="Email verification" class="msgSubject sep"><span class="qsearchMatch">Email verification</span></div>
 <div class="msgDate sep">08/08/15</div>
 <div class="msgSize sep">2 KB</div>
</div><div class="vpRowHoriz vpRow DragElt" id="VProw_6">
 <div class="msgStatus">
  <div class="iconImg msCheck"></div>
  
 </div>
 <div class="msgFrom sep">Lyntact Admin</div>
 <div title="Email verification" class="msgSubject sep"><span class="qsearchMatch">Email verification</span></div>
 <div class="msgDate sep">08/08/15</div>
 <div class="msgSize sep">2 KB</div>
</div><div class="vpRowHoriz flagUnseen vpRow DragElt" id="VProw_7" style="background: rgb(238, 238, 255);">
 <div class="msgStatus">
  <div class="iconImg msCheck"></div>
  <div title="Unseen" class="iconImg msgflags flagUnseen"></div>
 </div>
 <div class="msgFrom sep">Lyntact Admin</div>
 <div title="Email verification" class="msgSubject sep"><span class="qsearchMatch">Email verification</span></div>
 <div class="msgDate sep">08/08/15</div>
 <div class="msgSize sep">2 KB</div>
</div></div><div class="vpScroll" style="overflow: hidden; float: left; display: none;"><div class="vpScrollUp"></div><div class="vpScrollCursor" style="top: 0px; position: relative;"></div><div class="vpScrollDown" style="position: relative;"></div></div></div><div class="horde-splitbar-horiz DragElt" id="anonymous_element_2"><div class="horde-splitbar-horiz-handle"></div></div><div id="previewPane" style="height: 647px;">
    <div id="previewInfo">No messages selected.</div>
    <div id="previewMsg" style="display: none;">
     <div class="msgHeaders">
      <div id="msgHeadersColl">
       <a id="msg_newwin"><span title="Open in new window" class="iconImg"></span></a>
       <span class="date"></span>
       <span class="iconImg" id="th_expand"></span>
       <span title="Expand Headers" class="subject allowTextSelection"></span>
       <span class="fromcontainer">from        <span class="from allowTextSelection"></span>
       </span>
      </div>
      <div id="msgHeaders" style="display: none;">
       <div class="dimpOptions">
        <div>
         <span id="msg_newwin_options">
          <span class="iconImg"></span>
          <a>Open in new window</a>
         </span>
        </div>
        <div style="display: none;">
         <span id="msg_resume_draft">
          <span class="iconImg"></span>
          <a>Resume Draft</a>
         </span>
        </div>
        <div style="display: none;">
         <span id="msg_template">
          <span class="iconImg"></span>
          <a>Use Template</a>
         </span>
        </div>
        <div>
         <span id="preview_other_opts">
          <span class="iconImg dimpactionOther"></span>
          <a id="anonymous_element_11">Other Options</a><span class="horde-popdown" id="anonymous_element_12"></span>
        </span>
        </div>
       </div>
       <div id="msgHeadersContent">
        <span class="iconImg" id="th_collapse"></span>
        <p title="Collapse Headers" class="subject allowTextSelection"></p>
        <table>
         <thead>
          <tr id="msgHeaderFrom">
           <td class="label">From:</td>
           <td class="from allowTextSelection"></td>
          </tr>
          <tr id="msgHeaderDate">
           <td class="label">Date:</td>
           <td class="date allowTextSelection"></td>
          </tr>
          <tr id="msgHeaderTo">
           <td class="label">To:</td>
           <td class="to allowTextSelection"></td>
          </tr>
          <tr id="msgHeaderCc">
           <td class="label">Cc:</td>
           <td class="cc allowTextSelection"></td>
          </tr>
          <tr id="msgHeaderBcc">
           <td class="label">Bcc:</td>
           <td class="bcc allowTextSelection"></td>
          </tr>
          <tr id="msgAtc" style="display: none;">
           <td class="label" id="partlist_toggle">
            <span class="iconImg attachmentImg attachmentImage"></span>
            <span class="iconImg" id="partlist_col"></span>
            <span class="iconImg" id="partlist_exp" style="display: none;"></span>
           </td>
           <td>
            <div></div>
            <div id="partlist" style="display: none;"></div>
           </td>
          </tr>
          <tr id="msgLogInfo" style="display: none;">
           <td class="label" id="msgloglist_toggle">
            <span class="iconImg" id="msgloglist_col"></span>
            <span class="iconImg" id="msgloglist_exp" style="display: none;"></span>
           </td>
           <td>
            <div>
             <span class="msgLogLabel">Message Log</span>
            </div>
            <div id="msgloglist" style="display: none;">
             <ul></ul>
            </div>
           </td>
          </tr>
         </thead>
        </table>
       </div>
      </div>
     </div>
     <div class="messageBody allowTextSelection" id="messageBody"></div>
    </div>
   </div></div>

   
  </div>
 </div>
</div>

</div>
</div>

<div id="horde-sidebar" style="width: 210px;">

  <div class="horde-new">
    <span class="horde-new-link"><a class="icon" id="composelink">New Message</a></span>
  </div>

<div id="foldersLoading" style="display: none;">Loading...</div>
<div id="foldersSidebar">


<div id="imp-specialmboxes">
<div class="horde-info">No items to display</div>
<div title="Inbox" class="horde-subnavi imp-sidebar-mbox DropElt DragElt" id="anonymous_element_15"><div class="horde-subnavi-icon inboxImg"></div><div class="horde-subnavi-point"><a><strong>Inbox&nbsp;<span class="count" dir="ltr">(2)</span></strong></a></div></div><div title="Drafts" class="horde-subnavi imp-sidebar-mbox DropElt DragElt" id="anonymous_element_16"><div class="horde-subnavi-icon draftsImg"></div><div class="horde-subnavi-point"><a>Drafts</a></div></div><div title="Sent" class="horde-subnavi imp-sidebar-mbox DropElt DragElt" id="anonymous_element_18"><div class="horde-subnavi-icon sentImg"></div><div class="horde-subnavi-point"><a>Sent</a></div></div></div>
<div class="horde-sidebar-split"></div>


<div>
<div class="horde-subnavi">
 <div class="horde-subnavi-icon folderoptsImg">
  <a class="icon"></a>
 </div><div class="horde-subnavi-point" id="folderopts_link"><a>Folder Actions</a> </div><span class="horde-popdown" id="anonymous_element_5"></span>
</div>
<div class="horde-subnavi" style="display: none;">
 <div class="horde-subnavi-icon folderImg">
  <a class="icon"></a>
 </div><div class="horde-subnavi-point DropElt" id="dropbase"><a>Move to Base Level</a> </div>
</div>
</div>
<div class="horde-sidebar-split"></div>


<div id="imp-normalmboxes" style="height: 722px;">
<div class="horde-info">No items to display</div>
<div title="Junk" class="horde-subnavi imp-sidebar-mbox DropElt DragElt" id="anonymous_element_17"><div class="horde-subnavi-icon folderImg"></div><div class="horde-subnavi-point"><a>Junk</a></div></div><div title="Trash" class="horde-subnavi imp-sidebar-mbox DropElt DragElt" id="anonymous_element_19"><div class="horde-subnavi-icon folderImg"></div><div class="horde-subnavi-point"><a>Trash</a></div></div><div title="Virtual Folders" class="horde-subnavi imp-sidebar-container" id="anonymous_element_20"><div class="horde-subnavi-icon exp"></div><div class="horde-subnavi-point"><a>Virtual Folders</a></div></div><div class="horde-subnavi-sub" style="display: none;"></div></div>
</div>

</div>

<div class="horde-splitbar-vert DragElt" id="horde-slideleft" style="left: 210px;">
  <div class="horde-splitbar-vert-handle" id="horde-slideleftcursor"></div>
</div>

<div id="messageBodyError">
 <table class="mimeStatusMessageTable" style="display: none;">
  <tbody><tr>
   <td>Unable to view message in preview pane.</td>
  </tr>
  <tr>
   <td><a class="messageBodyErrorLink" href="#">Click HERE to view the message in a new window.</a></td>
  </tr>
 </tbody></table>
</div>



<div id="flagnewContainer" style="display: none;">
 <div>
  <input name="flagname">
  <input name="flagcolor" size="5">
  <a class="flagcolorpicker" href="#"><img alt="Color Picker" src="/cpsess6708041454/horde/themes/default/graphics/colorpicker.png"></a>
 </div>
</div>
</div>
  <script src="/cpsess6708041454/horde/js/prototype.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/horde.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/hordecore.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/imp/js/dimpcore.js?v=d3fd6e2d27412fa1109e7e5c408c186d" type="text/javascript"></script><script src="/cpsess6708041454/horde/imp/js/viewport_utils.js?v=d3fd6e2d27412fa1109e7e5c408c186d" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/contextsensitive.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/imple.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/imp/js/dimpbase.js?v=d3fd6e2d27412fa1109e7e5c408c186d" type="text/javascript"></script><script src="/cpsess6708041454/horde/imp/js/passphrase.js?v=d3fd6e2d27412fa1109e7e5c408c186d" type="text/javascript"></script><script src="/cpsess6708041454/horde/imp/js/viewport.js?v=d3fd6e2d27412fa1109e7e5c408c186d" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/dragdrop2.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/form_ghost.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/jstorage.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/slider2.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/toggle_quotes.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/dialog.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/redbox.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/scriptaculous/effects.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/imp/js/imp.js?v=d3fd6e2d27412fa1109e7e5c408c186d" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/colorpicker.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/popup.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/date/en-US.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/date/date.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/topbar.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/sidebar.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/accesskeys.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/growler.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script><script src="/cpsess6708041454/horde/js/scriptaculous/sound.js?v=7f5e6c29417bb1282666acfb2678e9de" type="text/javascript"></script>  <script type="text/javascript">//<![CDATA[
HordeCore.conf={"URI_AJAX":"\/cpsess6708041454\/horde\/services\/ajax.php\/imp\/","URI_DLOAD":"\/cpsess6708041454\/horde\/services\/download\/?app=imp","URI_LOGOUT":"\/cpsess6708041454\/horde\/login.php?horde_logout_token=xTKQUau6q6nvFk11MdS6Yg1&logout_reason=4","URI_SNOOZE":"https:\/\/webmail.lyntact.com\/cpsess6708041454\/horde\/services\/snooze.php","TOKEN":"xTKQUau6q6nvFk11MdS6Yg1","growler_log":true,"popup_height":610,"popup_width":820};HordeCore.text={"ajax_error":"Error when communicating with the server.","ajax_recover":"The connection to the server has been restored.","ajax_timeout":"There has been no contact with the server for several minutes. The server may be temporarily unavailable or network problems may be interrupting your session. You will not see any updates until the connection is restored.","snooze":"You can snooze it for #{time} or #{dismiss_start} dismiss #{dismiss_end} it entirely","snooze_select":{"0":"Select...","5":"5 minutes","15":"15 minutes","60":"1 hour","360":"6 hours","1440":"1 day"},"growlerinfo":"This is the notification log.","growlernoalerts":"No Alerts"};DimpCore.conf={"MAX_FILE_SIZE":1073741824,"URI_COMPOSE":"\/cpsess6708041454\/horde\/imp\/dynamic.php?page=compose","URI_VIEW":"\/cpsess6708041454\/horde\/imp\/view.php","URI_MESSAGE":"\/cpsess6708041454\/horde\/imp\/dynamic.php?page=message","URI_PORTAL":"\/cpsess6708041454\/horde\/services\/portal\/","URI_PREFS_IMP":"\/cpsess6708041454\/horde\/services\/prefs.php?app=imp","URI_SEARCH":"\/cpsess6708041454\/horde\/imp\/basic.php?page=search","URI_THREAD":"\/cpsess6708041454\/horde\/imp\/basic.php?page=thread&u=186687190655c706c3893d9","FLAG_DELETED":"\\deleted","FLAG_DRAFT":"\\draft","FLAG_INNOCENT":"$notjunk","FLAG_SEEN":"\\seen","FLAG_SPAM":"$junk","msglist_template_horiz":"<div class=\"#{className}\" id=\"#{VP_domid}\" style=\"#{style}\">\n <div class=\"msgStatus\">\n  <div class=\"iconImg msCheck\"><\/div>\n  #{status}\n <\/div>\n <div class=\"msgFrom sep\">#{from}<\/div>\n <div class=\"msgSubject sep\" title=\"#{subjecttitle}\">#{subjectdata}#{subject}<\/div>\n <div class=\"msgDate sep\">#{date}<\/div>\n <div class=\"msgSize sep\">#{size}<\/div>\n<\/div>\n","msglist_template_vert":"<div class=\"#{className}\" id=\"#{VP_domid}\" style=\"#{style}\">\n <div class=\"iconImg msgStatus\">\n  <div class=\"iconImg msCheck\"><\/div>\n  #{status}\n <\/div>\n <div>\n  <div class=\"msgFrom\">#{from}<\/div>\n  <div class=\"msgDate\">#{date}<\/div>\n <\/div>\n <div>\n  <div class=\"msgSubject\" title=\"#{subjecttitle}\">#{subjectdata}#{subject}<\/div>\n <\/div>\n<\/div>\n","download_types":{"mbox":"Download into a MBOX file","mboxzip":"Download into a MBOX file (ZIP compressed)"},"fsearchid":"aW1wc2VhcmNoAGRpbXBmc2VhcmNo","initial_page":"SU5CT1g","mbox_expand":1,"name":"Mail","poll_alter":1,"qsearchid":"aW1wc2VhcmNoAGRpbXBxc2VhcmNo","sidebar_width":210,"sort":{"from":{"c":"msgFrom","t":"From","v":4},"to":{"c":"msgFrom","ec":"msgFromTo","t":"To","v":8},"subject":{"c":"msgSubject","t":"Subject","v":7},"thread":{"c":"msgSubject","v":9},"date":{"c":"msgDate","t":"Date","v":100},"msgarrival":{"c":"msgDate","v":1},"msgdate":{"c":"msgDate","v":3},"sequence":{"v":12},"size":{"c":"msgSize","t":"Size","v":6}}};DimpCore.context={"ctx_container":{"_mbox":"","_sep1":null,"create":"Create subfolder","rename":"Rename","delete":"Delete subfolders","_sep2":null,"search":"Search","_sep3":null,"expand":"Expand All","collapse":"Collapse All"},"ctx_datesort":{"*msgarrival":"Arrival Time","*msgdate":"Message Date"},"ctx_flag":[],"ctx_flagunset":[],"ctx_flag_search":[],"ctx_mbox_flag":{"seen":"Seen","unseen":"Unseen"},"ctx_noactions":{"_mbox":"","_sep1":null,"noaction":"No actions available"},"ctx_sortopts":{"from":"From","to":"To","subject":"Subject","thread":"Thread","date":"Date","size":"Size","_sep1":null,"sequence":"No Sort"},"ctx_subjectsort":{"thread":"Thread Sort"},"ctx_template":{"edit":"Edit Template","new":"Create New Template"},"ctx_vcontainer":{"_mbox":"Virtual Folders","_sep1":null,"edit":"Edit Virtual Folders"},"ctx_vfolder":{"_mbox":"","_sep1":null,"edit":"Edit Virtual Folder","delete":"Delete Virtual Folder"},"ctx_folderopts":{"new":"Create Mailbox","sub":"Hide Unsubscribed","unsub":"Show All Mailboxes","expand":"Expand All","collapse":"Collapse All","_sep1":null,"reload":"Rebuild Folder List"},"ctx_message":{"_sub1":{"resume":"Resume Draft","template":"Use Template","template_edit":"Edit Template","view":"View Message"},"reply":"Reply","forward":"Forward","_sub2":{"_sep1":null,"setflag":"Mark as...","unsetflag":"Unmark as..."},"_sep2":null,"blacklist":"Blacklist","whitelist":"Whitelist","delete":"Delete","undelete":"Undelete","_sub3":{"_sep3":null,"source":"View Source"}},"ctx_mbox":{"_mbox":"","_sep1":null,"create":"Create subfolder","rename":"Rename","empty":"Empty","delete":"Delete","_sep2":null,"setflag":"Mark all as","_sep3":null,"poll":"Check for New Mail","nopoll":"Do Not Check for New Mail","sub":"Subscribe","unsub":"Unsubscribe","_sep4":null,"search":"Search","_sub1":{"_sep5":null,"expand":"Expand All","collapse":"Collapse All"},"_sep6":null,"export":"Export","import":"Import","_sub2":{"_sep7":null,"acl":"Edit ACL"}},"ctx_oa":{"preview_hide":"Hide Preview","preview_show":"Show Preview","layout_horiz":"Horizontal Layout","layout_vert":"Vertical Layout","_sub1":{"_sep1":null,"setflag":"Mark as...","unsetflag":"Unmark as..."},"blacklist":"Blacklist","whitelist":"Whitelist","_sub2":{"_sep2":null,"purge_deleted":"Purge Deleted","undelete":"Undelete"},"show_deleted":"Show Deleted","hide_deleted":"Hide Deleted","_sub3":{"_sep3":null,"clear_sort":"Clear Sort"}},"ctx_preview":{"save":"Save","viewsource":"View Source","allparts":"All Parts","thread":"View Thread"},"ctx_filteropts":{"*filter":"Filter By","*flag":"Show Only","*flagnot":"Don't Show","_sub1":{"_sep1":null,"applyfilters":"Apply Filters"}},"ctx_qsearchopts":{"*all":"Entire Message","*body":"Body","*from":"From","*recip":"Recipients (To\/Cc\/Bcc)","*subject":"Subject","_sep1":null,"*advanced":"Advanced Search..."},"ctx_filter":{"*filter_attach":"Messages with Attachments","*filter_autogenerate":"Automatically Generated Messages","*filter_contacts":"Messages From Personal Contacts","*filter_personal":"Personal Messages","*filter_mlist":"Mailing List Messages","*filter_bulk":"Bulk Messages"},"ctx_contacts":{"new":"New Message","add":"Add to Address Book"},"ctx_reply":{"reply":"To Sender","reply_all":"To All","reply_list":"To List"},"ctx_forward":{"attach":"As Attachment","body":"In Body Text","both":"Attachment and Body Text","_sep1":null,"editasnew":"Edit as New","_sep2":null,"redirect":"Redirect"}};DimpCore.text={"allparts_label":"Parts","loading":"Loading...","strip_warn":"Are you sure you wish to PERMANENTLY delete this attachment?","verify":"Verifying...","badaddr":"Invalid Address","badsubject":"Invalid Subject","baselevel":"base level of the folder tree","check":"Checking...","copyto":"Copy %s to %s","create_prompt":"Create mailbox:","createsub_prompt":"Create subfolder of %s:","delete_mbox":"Permanently delete %s?","delete_mbox_subfolders":"Delete all subfolders of %s?","download_mbox":"All messages in this mailbox will be downloaded into the format that you choose. Depending on the size of the mailbox, this action may take awhile.","editflag":"Edit Flags...","empty_mbox":"Permanently delete all %d messages in %s?","import_mbox":"Mbox or .eml file:","import_mbox_loading":"Importing (this may take some time)...","listmsg_wait":"The server is still generating the message list.","listmsg_timeout":"The server was unable to generate the message list.","message_0":"No messages","message_1":"1 message","message_2":"%d messages","moveto":"Move %s to %s","newflag":"Create New Flag...","newflag_name":"Flag Name:","newflag_wait":"Creating New Flag...","onlogout":"Logging Out...","portal":"Portal","prefs":"User Options","rename_prompt":"Rename %s to:","search":"Search","search_input":"Search (%s)","search_time":"Results are %d Minutes Old","selected":"%s selected.","slidertext":"Messages %d - %d","subscribe_mbox":"Subscribe to %s?","subscribe_mbox_subfolders":"Subscribe to all subfolders of %s?","unsubscribe_mbox":"Unsubscribe to %s?","unsubscribe_mbox_subfolders":"Unsubscribe to all subfolders of %s?","vfolder":"Virtual Folder: %s","vp_empty":"There are no messages in this mailbox.","vp_empty_search":"No messages matched the search query."};HordeTopbar.conf={"URI_AJAX":"\/cpsess6708041454\/horde\/services\/ajax.php\/horde\/","SID":"","TOKEN":"xTKQUau6q6nvFk11MdS6Yg1","app":"imp","format":"dd\/MM\/yy","refresh":300};HordeSidebar.text={"collapse":"Collapse","expand":"Expand"};HordeSidebar.opts={"cookieDomain":"webmail.lyntact.com","cookiePath":"\/"};HordeDialog.cancel_text="Cancel";HordeDialog.ok_text="OK";IMP_JS.unblock_image_text="Click to always show images from this sender.";HordePopup.popup_block_text="A popup window could not be opened. Your browser may be blocking popups.";
//]]></script>
   

<div id="GrowlerLog"><div style="display: none;"><ul><li class="GrowlerInfo">This is the notification log.<div class="GrowlerNoticeExit">×</div></li><li class="horde-message">Last login: 09/08/15 (07:52:08 AM) from S0106b8c75d70bf3d.cg.shawcable.net<span class="GrowlerAlertDate">[09/08/2015‎ ‎1:51:49‎ ‎AM]</span><div class="GrowlerNoticeExit">×</div></li></ul></div></div><div id="Growler" style="padding: 10px; right: 0px; bottom: 0px; position: fixed; z-index: 50000;"><div class="GrowlerNotice horde-message" style="display: block; opacity: 0.9;"><div class="GrowlerNoticeExit">×</div><div class="GrowlerNoticeBody">Last login: 09/08/15 (07:52:08 AM) from S0106b8c75d70bf3d.cg.shawcable.net</div></div></div><div class="drag" style="display: none; position: absolute;"></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...