Jump to content

click "span" button with class and a id (firefox)


Go to solution Solved by jdelaney,

Recommended Posts

Show your current script, which part isn't working and most important, why you want to automate clicking that button.

I have tried this:

$oButton2 = _FFXPath("//span [@class='x-component']")
_FFClick($oButton2)

and this

$oButton2 = _FFXPath("//span [@id='x-auto-72']")
_FFClick($oButton2)

gives error: No match

__FFSend: FFau3.xpath=null;try{FFau3.xpath=FFau3.WCD.evaluate("//span [@class='x-component']",FFau3.WCD,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue;}catch(e){'_FFXPath_Error: '+e;};
_FFClick ==> No match: $sElement: FFau3.xpath
__FFRecv: 
__FFSend: try{FFau3.simulateEvent(FFau3.xpath,'MouseEvents','click');}catch(e){'_FFCmd_Err';};
__FFRecv: -3
__FFSend: FFau3.xpath=null;try{FFau3.xpath=FFau3.WCD.evaluate("//span [@id='x-auto-72']",FFau3.WCD,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue;}catch(e){'_FFXPath_Error: '+e;};
_FFClick ==> No match: $sElement: FFau3.xpath
__FFRecv: [object XrayWrapper [object HTMLSpanElement]] - {click: function() {...}, focus: function() {...}, blur: function() {...}, title: "", lang: "", dir: "", dataset: {...}, ...}
__FFSend: try{FFau3.simulateEvent(FFau3.xpath,'MouseEvents','click');}catch(e){'_FFCmd_Err';};
__FFRecv: 1
_FFLoadWait: . loaded in 11ms
[object XrayWrapper [object HTMLDocument]] - {location: {...}, x-auto-57: {...}, getElementsByName: function() {...}, getItems: function() {...}, open: function() {...}, close: function() {...}, write: function() {...}, ...}

I want click it because its a feature in tweepi ( and its legal) I can do this manualy but that will take me more time so that why i want it to be automatic.

Edited by Arclite86
Link to comment
Share on other sites

try removing the space between span and the open bracket on your xpaths.

If that's no good, try adding a / where the space was

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

try removing the space between span and the open bracket on your xpaths.

If that's no good, try adding a / where the space was

I tried this

$oButton2 = _FFXPath("//span/[@class='x-component']")
_FFClick($oButton2)

$oButton2 = _FFXPath("//span/[@id='x-auto-72']")
_FFClick($oButton2)

$oButton2 = _FFXPath("//span[@class='x-component']")
_FFClick($oButton2)

$oButton2 = _FFXPath("//span[@id='x-auto-72']")
_FFClick($oButton2)

gave me this "no match" error

__FFWaitForRepl ==> Error TCPSend / TCPRecv: TCPRecv :-1
__FFSend: FFau3.xpath=null;try{FFau3.xpath=FFau3.WCD.evaluate("//span/[@id='x-auto-72']",FFau3.WCD,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue;}catch(e){'_FFXPath_Error: '+e;};
_FFClick ==> No match: $sElement: 0
__FFRecv: -3
 "_FFXPath_Error: [Exception... "The expression is not a legal expression."  code: "12" nsresult: "0x805b0033 (SyntaxError)"  location: "<unknown>"]
__FFSend: try{FFau3.simulateEvent(0,'MouseEvents','click');}catch(e){'_FFCmd_Err';};
_FFXPath ==> Error return value: -3
 "_FFXPath_Error: [Exception... "The expression is not a legal expression."  code: "12" nsresult: "0x805b0033 (SyntaxError)"  location: "<unknown>"]
__FFRecv: -3
__FFSend: FFau3.xpath=null;try{FFau3.xpath=FFau3.WCD.evaluate("//span[@class='x-component']",FFau3.WCD,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue;}catch(e){'_FFXPath_Error: '+e;};
_FFClick ==> No match: $sElement: 0
__FFRecv: 
__FFSend: try{FFau3.simulateEvent(FFau3.xpath,'MouseEvents','click');}catch(e){'_FFCmd_Err';};
__FFRecv: -3
__FFSend: FFau3.xpath=null;try{FFau3.xpath=FFau3.WCD.evaluate("//span[@id='x-auto-72']",FFau3.WCD,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null).singleNodeValue;}catch(e){'_FFXPath_Error: '+e;};
_FFClick ==> No match: $sElement: FFau3.xpath
__FFRecv: [object XrayWrapper [object HTMLSpanElement]] - {click: function() {...}, focus: function() {...}, blur: function() {...}, title: "", lang: "", dir: "", dataset: {...}, ...}
__FFSend: try{FFau3.simulateEvent(FFau3.xpath,'MouseEvents','click');}catch(e){'_FFCmd_Err';};
__FFRecv: 1
_FFLoadWait: . loaded in 11ms
[object XrayWrapper [object HTMLDocument]] - {location: {...}, x-auto-57: {...}, getElementsByName: function() {...}, getItems: function() {...}, open: function() {...}, close: function() {...}, write: function() {...}, ...}
+>20:41:24 AutoIt3.exe ended.rc:0
+>20:41:24 AutoIt3Wrapper Finished..
>Exit code: 0    Time: 33.926

I really need to click this button is there no other way?

Link to comment
Share on other sites

I did found some other hidden info about this button

<div class=" x-grid3-hd-inner x-grid3-hd-last_tweet_time x-component sort-desc " id="x-auto-73" role="columnheader" aria-haspopup="true" aria-owns="x-auto-73-menu" style="width: 111px; height: 16px;" aria-sort="ascending" qtip="The user's last tweet time since the last time the information was updated.">
<a class="x-grid3-hd-btn" style="height: 24px;" href="#"></a><span class=" x-component" id="x-auto-72">Last Tweet *</span><img class="x-grid3-sort-icon" src="data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="></div>

I hope its now possible,

Link to comment
Share on other sites

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
  <head profile="http://gmpg.org/xfn/11">
    <script>
  var _errs=["50db73951bf079f60b00019b"];(function(a,b){a.onerror=function(){_errs.push(arguments)};
    var d=function(){var a=b.createElement("script"),c=b.getElementsByTagName("script")[0];
      a.src="//d15qhc0lu1ghnk.cloudfront.net/beacon.js";a.async=!0;
      c.parentNode.insertBefore(a,c)};a.addEventListener?a.addEventListener("load",d,!1):
      a.attachEvent("onload",d)})(window,document);

  _errs.meta = {};
  _errs.meta.isAuthenticated = true;
</script>        <script type="text/javascript">
  var _kmq = _kmq || [];
  var _kmk = _kmk || 'f24aab1869054e4310e3f4ff44e95beeb731ea41';
  function _kms(u){
    setTimeout(function(){
      var d = document, f = d.getElementsByTagName('script')[0],
      s = d.createElement('script');
      s.type = 'text/javascript'; s.async = true; s.src = u;
      f.parentNode.insertBefore(s, f);
    }, 1);
  }
  _kms('//i.kissmetrics.com/i.js');
  _kms('//doug1izaerwt3.cloudfront.net/' + _kmk + '.1.js');
</script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta http-equiv="Content-Script-Type" content="text/javascript" />
    <meta http-equiv="X-Ua-Compatible" content="IE=8" /> 
    <meta name="title" content="Follow multiple Twitter users by @user&#039;s followers!" />
<meta name="description" content="Tweepi Twitter Follow Management Utility is a set of Twitter tools to add, follow and unfollow tweeps in bulk" />
<meta name="keywords" content="twitter tools, how to twitter followers, twitter management, twitter bulk, twitter follow unfollow utility, twitter follow tools, twitter, tweppi, twweepi, tweep, tweep follow unfollow" />
<meta name="language" content="en" />
<meta name="robots" content="index, follow" />
    <title>Follow multiple Twitter users by @user&#039;s followers! :: Tweepi</title>
    <link rel="shortcut icon" href="/favicon.ico" />
    <link rel="stylesheet" type="text/css" media="screen" href="/ExtGWT/css/gxt-all.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/css/style.css?n=118" />
    <!--[if lte IE 8]>
<style type="text/css">
.ext-el-mask {
  max-height: 3000px;
}
</style>
<![endif]-->

<!--[if lt IE 7]>
<style type="text/css">.premium_sprite, .logo_img { behavior: url('/css/ie6pngfix/iepngfix.php') }</style>
<script type="text/javascript" src="/css/ie6pngfix/iepngfix_tilebg.js"></script>
<![endif]-->

<!--[if IE 888888]>
<style>.submenu li.hover, .submenu li.selected { behavior: url('/css/css3-pie/PIE.php'); }</style>
<![endif]-->

<!--[if lte IE 8]>
<style>.css3-pie, .btn, .shadow_input, .error_msg, .actions_popup, .safelistitem .safeunsafe, .report_bugs_float { behavior: url('/css/css3-pie/PIE.php'); }</style>
<![endif]-->            <script type="text/javascript">
            // compulsory
            var set_grid_func = "follow_by_followers";
            var set_is_grid_pp = true;
            var set_is_tweeted_about_us = false;
            var set_is_p = false;
            var set_prem_level = "none";
            var set_max_pp = 20;
            var set_is_klout_preloaded = false;
            var set_klout_check_every = 5;
            var set_klout_max_poll_wait = 30;
            //var set_is_enable_list_tools = ;
            var set_is_enable_follow_history = false;

            var set_url_to_search = "/follow_by_search";
            var set_url_to_buy_premium = "/premium/packages";
            var set_url_to_upgrade_platinum = "/premium/buy/platinum";

            var set_is_qame = true;

            var set_check_amq_every = 20; // in seconds

            var set_is_klout_ready = false;

            // optional
            var set_per_page = -1;
            var set_url_prefix = ""; // format "/x"

            // debug
            var set_forced_url = "";
        </script>
            <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="/js/general.js?n=25"></script>
<script type="text/javascript" src="/js/tweepigxt/tweepigxt.nocache.js?n=160"></script>
            <script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-7899407-6']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>  </head>
  <body>
        <div class="mainmenu-wrapper middle_wrapper center_div center_div_auto">
  <div class="mainmenu">
  <ul>
          <li class="nobullet"><a href="/dashboard">Dashboard</a></li>
        <li class="tweepi_sprite">
      <a href="/dashboard">Manage Twitter</a>      <ul id="manage" class="submenu">
        <li><a href="/geeky_flush">Flush the unfollowers</a></li>
        <li><a href="/geeky_recip">Reciprocate</a></li>
        <li><a href="/geeky_cleanup">Cleanup People I'm Following</a></li>
        <li><a href="/geeky_cleanup_followers">Cleanup People Following Me</a></li>
      </ul>
    </li>
    <li class="tweepi_sprite selected">
      <a href="/dashboard">Follow Tweeps</a>      <ul id="follow" class="submenu">
        <li class="selected"><a href="/follow_by_followers">@user's followers</a></li>
        <li><a href="/follow_by_following">@user's friends</a></li>
        <li><a href="/follow_by_list_content">List members</a></li>
        <li><a href="/follow_by_copy_paste">Copy/paste</a></li>
        <li><a href="/follow_by_search">Tweet search</a></li>
        <li><a href="/follow_by_user_search">User search <span class="prem_tag">NEW</span></a></li>
      </ul>
    </li>

          <li class="tweepi_sprite"><a href="/premium/packages">Premium</a></li>
    
    <li class="tweepi_sprite"><a href="/blog/">Blog</a></li>
    <li class="tweepi_sprite"><a href="/help">Help</a></li>
  </ul>
</div></div>
<div class="head-wrapper head-thinner">
  <div class="noisy-gray head_graylayer"></div>
  <div class="noisy-blue head_bluelayer"></div>
  <div class="whitestrip whitestrip-thinner"></div>

  <div class="head center_div auto_width">
    <div class="noisy-gray head_graylayer"></div>
    <div class="noisy-blue head_bluelayer"></div>
    <div class="whitestrip whitestrip-thinner"></div>

    <div class="logo">
<!--  <a class="hiretip" href="/jobs/">We're hiring!</a>-->
  <a href="/">
          <img class="logo_img" alt="Tweepi Twitter Follow Management" src="/images/logo-trans3.png" height="105" width="240" />      </a>
  <div class="slogan">make sense of your<br />Twitter account</div>
</div>      <div class="login-bar css3-pie">
          Hi
              <span id="loggedinuser"><strong>joesoef_9@hotmail.com </strong>
                      
            &nbsp;|&nbsp;managing<select id="owned_user_list" class="owned_user_list" url="/account/switch">
              <option value="@followbacklist3" >@followbacklist3</option><option value="@followbacklist5" >@followbacklist5</option><option value="@followbacklist6" selected="selected" >@followbacklist6</option>              <option value="Add_new">(Add new...)</option>
            </select>
                <span class="type_free">(FREE)</span>        </span>
              

            &nbsp;|&nbsp;

      <a href="/dashboard">my dashboard</a>&nbsp;|&nbsp;
      <a href="/safelist">safelist</a>&nbsp;|&nbsp;
      <a href="/auth/logout">logout</a>      </div>
  </div>
</div>
    <div class="center_div middle_wrapper center_div_auto">
      <div class="content">
        <div id="advert_div" class="adverts">
  <!-- BuySellAds.com Zone Code -->
  <div id="bsap_1251699" class="bsarocks bsap_c9e81a9bf976af7ac301773dbca4e0c7"></div>
  <!-- END BuySellAds.com Zone Code --> 
</div>
                
        <div class="left_top_div_auto">
    <h1>Follow: <span class="smallerh1">
        <span class="tooltip inline_block"><span id="ucount">.....</span><span class="tip"> Note: Tweepi loads 5000 users at first. Every time you get to the last page, the next 5000 are loaded (if more users exist). Due to the way Twitter works, this is limited to a max of 50,000. </span></span>        followers of @followbacklist        <span class="tooltip inline_block gray">&nbsp;?&nbsp;<span class="tip"> The most common way to find and add people with the same interests as you, is to find a popular tweep within your area of interest, say "mashable" or "techcrunch" for technology news, and add people who follow these known users. </span></span></span></h1>
</div>

<div class="searched_user_info_wrap">
    <table class="searched_user_info">
        <tr>
            <td rowspan="2" class="profileimage">
                <a href="http://pbs.twimg.com/profile_images/267065785/followbacklist_normal.gif">
                <img class="grid-image" src="http://pbs.twimg.com/profile_images/267065785/followbacklist_normal.gif" width="48" height="48" alt="aFollowBack.com" />
                </a>
            </td>
            <td class="topline">
                <strong>aFollowBack.com</strong> &mdash;
                19630 followers &mdash;
                20740 friends
            </td>
        </tr>
        <tr>
            <td>WE FOLLOW BACK! Go to our website for a full list of follow backs. #TeamFollowBack #TFB #FollowBack #AutoFollowBack #AutoFB #AFBVIP</td>
        </tr>
    </table>
</div>
<table class="nofollowedmsg flowertextbtn">
    <tr>
        <td class="flower"><div class="tweepi_sprite blueflower">&nbsp;</div></td>
        <td class="text">
            <span class="quote">&ldquo;</span>
            <span class="textonly">Just used Tweepi to find and follow <span id="nofollowed_var">0</span> awesome new tweeps.</span>
            <span class="quote">&rdquo;</span>
        </td>
        <td class="tweetbutton"><a href="#x" onclick="openTweetThisDialog()" class="btn btn_smaller btn_orange inline_block">Tweet This</a></td>
        <td class="note">Note: You can edit the tweet</td>
    </tr>
</table>
<style type="text/css">
/* Chrome v19 bug. See: http://code.google.com/p/chromium/issues/detail?id=124816 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .x-grid3-row td.x-grid3-cell {
        padding-left: 0;
        padding-right: 0;
    }

    .ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner {
      margin-left: 1px;
    }
}
</style>

                            
        
                <div id="advert_div3" class="gray_div">
            <div id="bsap_1260841" class="bsarocks bsap_c9e81a9bf976af7ac301773dbca4e0c7"></div>
        </div>
        
        
        <noscript>
            <div class="no_javascript">
                Your web browser must have JavaScript enabled
                in order for Tweepi to display correctly.
            </div>
        </noscript>

        <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>

        
        <div id="tweepiGridDiv"></div>

                <div id="advert_div2" class="gray_div">
            <div id="bsap_1259338" class="bsarocks bsap_c9e81a9bf976af7ac301773dbca4e0c7"></div>
        </div>
        
                <div class="grid_notice">
            <p>Note: The sorting feature of the current grid works on by-page basis, and not
            using the entire data set. This is done to ensure the best experience using
            Tweepi based on the current Twitter API limitations.</p>
        </div>
        
                <table class="tweet_about_us_tbl">
            <tr>
                <td class="left">
                    <div class="bubble_text">
                                                    The last time you tweeted about Tweepi was more than a month ago. <strong>Tweepi is now functioning in standard mode</strong>, displaying 20 users per page. Please tweet about Tweepi to regain the 40 users per page upgrade.
                                            </div>
                </td>
                <td class="middle"><div class="tweepi_sprite bubble_arrow"></div></td>
                <td class="right"><a href="#x" onclick="openTweetAboutUsDialog()" class="btn btn_small btn_orange inline_block">&nbsp;Tweet&nbsp;</a></td>
            </tr>
            <tr>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td class="finenote">Note: You can change the text before tweeting.</td>
            </tr>
        </table>
                  </div>
    </div>
    
          <hr class="no-jumbo-footer" />
        
    <div class="abs_footer center_div">
  <div class="big_stats">
    <span class="bigger">1,031,782</span> users and counting trust Tweepi
    <br/><span class="bigger">828,796,639</span> tweeps un/followed
    <!-- time taken: 3.0040740966797E-5 -->
  </div>
  <div class="tweepi_sprite footer_line inline_block">
    <a href="http://thoughtpick.com/">another thoughtpick</a>  &mdash;
    <a href="/contact-us">contact us</a>  &mdash;
    <a href="/help">help</a>  </div>
</div>    <!-- BuySellAds.com Ad Code -->
<script type="text/javascript">
  $(window).load(function(){
    (function(){
      var bsa = document.createElement('script');
      bsa.type = 'text/javascript';
      bsa.async = true;
      bsa.src = '//s3.buysellads.com/ac/bsa.js';
      (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
    })();
  });
</script>
<!-- END BuySellAds.com Ad Code -->    <script type="text/javascript">_kmq.push(['identify', '838512']);_kmq.push(['record', 'Signed In']);_kmq.push(['set', {'Email Address':'joesoef_9@hotmail.com'}]);</script>
<!-- Total time taken for page 0.259s -->  </body>
</html>

this is the entire html page.

Link to comment
Share on other sites

Well, since I can't find your ID in there, it must be under one of the frames.

You have to first attach to the frame, and then look for the object in it's dom object

_IEFrameGetCollection
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

  • Solution

Sure, just find the equivalent ff function...or, check what the code does in the IE version, and convert it, as required, for FF.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

I think i got the wrong html version:

the div is in here

:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html class="ext-strict" lang="en-US" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
        <head profile="http://gmpg.org/xfn/11"></head>
        <body class="ext-gecko ext-windows" role="">
            <div class="mainmenu-wrapper middle_wrapper center_div center_div_auto"></div>
            <div class="head-wrapper head-thinner"></div>
            <div class="center_div middle_wrapper center_div_auto">
                <div class="content">
                    <div id="advert_div" class="adverts"></div>
                    <div class="left_top_div_auto"></div>
                    <div class="searched_user_info_wrap"></div>
                    <table class="nofollowedmsg flowertextbtn"></table>
                    <style type="text/css"></style>
                    <div id="advert_div3" class="gray_div"></div>
                    <noscript></noscript>
                    <iframe id="__gwt_historyFrame" style="position:absolute;width:0;height:0;border:0" tabindex="-1" src="javascript:''"></iframe>
                    <div id="tweepiGridDiv">
                        <div id="x-auto-21" class="x-component" style="height: auto; width: 1340px;">
                            <div id="x-auto-59" class="x-panel x-component" style="height: auto; width: 1340px;">
                                <div class="x-panel-tl" role="presentation"></div>
                                <div class="x-panel-bwrap" role="presentation">
                                    <div class="x-panel-ml" role="presentation">
                                        <div class="x-panel-mr" role="presentation">
                                            <div class="x-panel-mc" role="presentation">
                                                <div class="x-panel-tbar x-panel-tbar-noheader" role="presentation" style="width: 1328px;"></div>
                                                <div class="x-panel-body x-panel-body-noheader" role="presentation" style="width: 1328px; height: auto;">
                                                    <div id="x-auto-60" class="x-grid-panel x-component x-border" style="position: relative; border-width: 1px; height: 1309px; width: 1326px;" tabindex="0" hidefocus="true">
                                                        <div class="x-grid3" role="presentation" style="width: 1326px; height: 1309px;">
                                                            <div class="x-grid3-viewport" role="presentation">
                                                                <div class="x-grid3-header" role="presentation">
                                                                    <div class="x-grid3-header-inner" role="presentation" style="width: 1326px;">
                                                                        <div class="x-grid3-header-offset" role="presentation">
                                                                            <div class="x-grid3-hh" role="row" style="width: 1327px;">
                                                                                <table id="x-auto-76" class="x-component x-unselectable" cellspacing="0" cellpadding="0" role="presentation" style="width: 1325px;" unselectable="on">
                                                                                    <colgroup role="presentation"></colgroup>
                                                                                    <tbody>
                                                                                        <tr class="x-grid3-hd-row" role="presentation"></tr>
                                                                                        <tr class="x-grid3-hd-row" role="presentation">
                                                                                            <td class="x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-profile_img_url" align="left" role="presentation" style="width: 60px;"></td>
                                                                                            <td class="x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-screen_name" align="left" role="presentation" style="width: 769px;"></td>
                                                                                            <td class="x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-location" align="left" role="presentation" style="width: 110px;"></td>
                                                                                            <td class="x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-followers_count" align="left" role="presentation" style="width: 70px;"></td>
                                                                                            <td class="x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-last_tweet_time" align="left" role="presentation" style="width: 120px;">
                                                                                                <div id="x-auto-73" class="x-grid3-hd-inner x-grid3-hd-last_tweet_time x-component" qtip="The user's last tweet time since the last time the information was updated." role="columnheader" aria-haspopup="true" aria-owns="x-auto-73-menu" style="width: 111px; height: 16px;">
                                                                                                    <a class="x-grid3-hd-btn" href="#" style="height: 24px;"></a>
                                                                                                    <span id="x-auto-72" class="x-component">

                                                                                                        Last Tweet *

                                                                                                    </span>
                                                                                                    <img class="x-grid3-sort-icon" src="data:image/gif;base64,R0lGODlh…EAAAAALAAAAAABAAEAAAICRAEAOw=="></img>
                                                                                                </div>
                                                                                            </td>
                                                                                            <td class="x-grid3-header x-grid3-hd x-grid3-cell x-grid3-td-follower_or_following" align="left" role="presentation" style="width: 195px;"></td>
                                                                                        </tr>
                                                                                    </tbody>
                                                                                </table>
                                                                            </div>
                                                                        </div>
                                                                    </div>
                                                                    <div class="x-clear"></div>
                                                                </div>
                                                                <div class="x-grid3-scroller" role="presentation" style="width: 1326px; height: 1261px; overflow-y: hidden;"></div>
                                                            </div>
                                                            <div class="x-grid3-resize-marker"></div>
                                                            <div class="x-grid3-resize-proxy"></div>
                                                        </div>
                                                    </div>
                                                </div>
                                                <div class="x-panel-bbar" role="presentation" style="width: 1328px;"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="x-panel-bl x-panel-nofooter" role="presentation"></div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div id="advert_div2" class="gray_div"></div>
                    <div class="grid_notice"></div>
                    <table class="tweet_about_us_tbl"></table>
                </div>
            </div>
            <hr class="no-jumbo-footer"></hr>
            <div class="abs_footer center_div"></div>
            <!--

             BuySellAds.com Ad Code 

            -->
            <script type="text/javascript"></script>
            <!--

             END BuySellAds.com Ad Code 

            -->
            <script type="text/javascript"></script>
            <!--

             Total time taken for page 0.235s 

            -->
            <input id="button" type="button" value="GreaseMonkey Button"></input>
            <iframe id="tweepigxt" src="javascript:''" style="position: absolute; width: 0px; height: 0px; border: medium none;" tabindex="-1"></iframe>
            <div style="position: absolute; left: -10000px; top: -10000px; visibilit…; text-transform: none; letter-spacing: normal; width: auto;"></div>
            <div class="" style="position: absolute; left: -10000px; top: -10000px; visibility: hidden;"></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...