Thanks, now I am just wondering if there is a way to replicate this
through a tool such as HTMLUnit. Really this matter may be a little
over my head but basically this is where I am stuck. If i right click
and view page source this is the html I see
<html>
  <head>
      Some javascript and css stuff
  </head>
  <body>
        <iframe src="javascript:''" id='__gwt_historyFrame'
style='position:absolute;width:0;height:0;border:0'></iframe>
  </body>
</html>

If i try to access in HTMLUnit I get just one more line of html in the
body
<body>
        <iframe src="javascript:''" id='__gwt_historyFrame'
style='position:absolute;width:0;height:0;border:0'></iframe>
        <iframe id="search" style="position:absolute;width:0;height:
0;border:none" tabindex="-1" src="javascript:''">
</body>

and then when I view it in firebug
I see the actual body of the application
<body>
..
...
  <table>
    <tbody>
       <tr>
          ..
           ..
       </tr>
    </tbody>
   </table>

My only other thought is that HTMLUnit is not capable of generating
the HTML for this application?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to