[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

How to get the inner html of a href link.



I can use w3m-anchor to get anchor value, but how about the inner
html? 
for example,
<a
href="http://www.wuala.com/blog/2009/02/effective-wuala-usage-part-5-speeding.html";>Effective
Wuala Usage: Speeding up file search in Wuala </a>
I want to get the content between <a> and </a>.

I have check w3m-anchor, it calls (w3m-get-text-property-around
'w3m-href-anchor), I guess I need use 'w3m-href-text, but it does't
not work.

Thank you very much!