DOM related question and problem

Chris Rebert clp2 at rebertia.com
Wed Nov 18 13:10:44 EST 2009


On Wed, Nov 18, 2009 at 10:04 AM, elca <highcar at gmail.com> wrote:
> Hello,
> these day im making python script related with DOM.
>
> problem is these day many website structure is very complicate .
>
> what is best method to check DOM structure and path..
>
> i mean...following is some example.
>
> what is best method to check  can extract such like following info quickly?
>
> before i was spent much time to extract such info .
>
> and yes im also new to python and DOM.
>
>    IE.Document.Frames(1).Document.forms('comment').value = 'hello'
>
> if i use DOM inspector, can i extract such info quickly ? if so would you
> show me some sample?
>
> here is some site . i want to extract some dom info.
>
> today i was spent all day long to extract what is dom info. but failed
>
> http://www.segye.com/Articles/News/Politics/Article.asp?aid=20091118001261&ctg1=06&ctg2=00&subctg1=06&subctg2=00&cid=0101010600000
>
> at the end of this page,can find some comment input box.
>
> i want to know what kind of dom element should have to use, such like
>
>    IE.Document.Frames(1).Document.forms('comment').value = 'hello'
>
> anyhelp much appreciate thanks

This sounds suspiciously like a spambot. Why do you want to submit
comments in an automated fashion exactly?

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list