tags:

views:

8

answers:

1

I wrote the sentence as follows:

allLinkValues = ie.getLinksValue('class')

but the return values are all None, don't know why...

A: 

should be 'className' in IE...

DeathKnight