Alien Ruby wrote:

(..)

> 

> But, my other question is why '...outerHTML.getContents' or '...outerHTML.getText' or some similar functions cant just spit out the value/content?

 

How about using something like this:

 

meta = $ie.document.getElementsByTagName( 'meta' ).item(0)

puts meta.getAttribute('content')

 

~~ Egil

 

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to