Jo-Anne wrote:
> "VanguardLH" <> wrote in message
> news:hf40uq$hme$...
>> Jo-Anne wrote:
>>
>>> Today I tried to do a Find on an Amazon webpage containing information
>>> about
>>> a Toshiba netbook and got the following:
>>>
>>> An error has occurred in this dialog.
>>> Error: 239
>>> Object doesn't support this property or method.
>>
>> Got a URL to the problematic web page? A web page at Amazon.com about
>> some
>> Toshiba netbook isn't specific enough to know what web page generated the
>> problem.
>
> In case it's important, I'm using IE7, not IE8. The easiest way to get to
> the URL at Amazon is to search on the ASIN, which is B002BDUAU4 . Then click
> on the netbook. The page that opens is the one I'm having trouble with. I
> did finally do the search by copying and pasting the text from that page
> into an email and searching the email instead.
>
> Jo-Anne
In IE8, no problem when doing a Find (using "product" as an example) on that
web page, which is:
http://www.amazon.com/Toshiba-NB205-...9728302&sr=8-1
(short URL:
http://tinyurl.com/y8f2hnq)
I have IE7 still in Windows XP Pro SP-3 in a virtual machine. No add-ons
have been installed into IE7 (because this VM is for a clean install of the
OS plus all the OS updates but no application installs). The Windows XP
install actually includes an old version of the Adobe Reader AX control
which I had to get rid of using Adobe's uninstaller since it was causing
crashes in IE7. When I did a Find using IE7 then I got the 239 error
message.
What I also noticed is that if you right-click anywhere in this web page and
select "View Source" that Notepad opens with an empty document. Somehow
Amazon is preventing IE7 from getting the content of the web page that IE7
just rendered. I'm wondering if Amazon is building the page dynamically.
That is, instead of sending HTML code for the web page, it has a Javascript
function run on your end end that decide what content to retrieve and show
you, or uses a server-side script to dynamically compose the web page.
Because this is a clean setup of Windows XP in the VM, I don't have any
diagnostic tools over there. I downloaded and installed Fiddler2. I've
only peeked at this tool a couple times so I'm a complete noob with it.
When I browse to the web page for the auction at Amazone, an elephant-sized
crapload of images get downloaded. Some Doubleclick tracking is done. Ad
content is retrieved. Some tracking crap from ATDMT. More images. I can't
see where there is download of text and which you could search on. I
could've missed it in what retrievals were made to paint that web page but I
didn't see anything get retrieved that looked like a candidate for a text
source and on stuff that you could search. I selected the Inspectors tool
in Fiddler and then selected a few of what looked like possible candidates
for text content (but didn't bother looking at the ad content getting
delivered). I'd select the Text inspector but it couldn't find any for the
content sources for the web page that I picked.
It's beyond me. I can't see sources for that web page that would contain
text. I see some .js (Javascript) being called from other files so maybe
they're dynamically building the page content using scripting. I think
you'll have to head to an HTML programming newsgroup to get the pros to
figure out why IE7 thinks there is no text in the source for that web page
(but maybe for IE7 the site isn't delivering any).
I've had various problems trying to use the Developer Tools feature in IE8.
When I loaded a blank instance of IE8, hit F12 to load the Developer Tools,
and then entered the URL for this web page, IE8 just hung. I'd have to
install Fiddler2 to see what content gets delivered when that web browser is
connected to that web page to see if the same content is delivered (which
means IE8 is better at intercepting the dynamic content to search it) or if
different content gets delivered). Too late and it's been a long hard day
so I'm going to sleep in a short time. Again, the folks in an HTML
programming group or someone familiar with Fiddler2 to analyze a site's
content would probably provide better help.