Re: DocumentHTML ?



Ah!

Sinan,

It turns out that I was not entirely to blame
for our mis-communciation!

But neither were you!

It's all due to an HTML mistake
on the Win32::IE::Mechanize document page!

Starting with NAME as line 1, the 21st and 22nd lines are:
CONTENT-HANDLING METHODS
$ie->content

which I know now is what you meant.

They are both coded as links to internal anchors,
and the first one
http://search.cpan.org/~abeltje/Win32-IE-Mechanize-0.009_17/lib/Win32/IE/Mechanize.pm#CONTENT-HANDLING_METHODS

works. That is to say, it links to an existing internal anchor.

But the second one -- the one you gave me --
http://search.cpan.org/~abeltje/Win32-IE-Mechanize-0.009_17/lib/Win32/IE/Mechanize.pm#%24ie-%3Econtent

is broken!
You can search the source code for "24ie-%3Econtent"
and you don't find it anywhere else!

The effect was that when I clicked on the link you gave me,
it just opened the whole document at the top!
So I had no idea what "comment" you were specifically
trying to direct me to. And I couldn't possibly guess
what you meant.

Neither your fault nor mine!


~greg.


.