|
Just looking at your "html" briefly, I would guess that what you are looking at is not actually the HTML of the generated page, but rather the source before the HTML elements are generated by the script and rendered by the browser. There is a very big difference. You need to determine the contents of the document after the page (frame) contents are generated and rendered. Only then will you be able to pick out the individual elements with which you want to interact. Lonny Eachus ==========
|
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
