I have to access a tag from an external web. the tag is inside a frame
(that frame has no name and id)

when i use :window.frames[0].document.body ... is permission denied

please help .. i could provide more information if u need ..

{ actually i am trying to grab the walkscore from walkscore.com.... they do not provide API .. that's the gr8 problem}

I have to access a tag from an external web. the tag is inside a frame
(that frame has no name and id)

when i use :window.frames[0].document.body ... is permission denied

please help .. i could provide more information if u need ..

{ actually i am trying to grab the walkscore from walkscore.com.... they do not provide API .. that's the gr8 problem}

Here's one option:
http://www.ajax-cross-domain.com/, which might give you access to that data, but if they don't have some type of API, it's going to be tough to interact with their site. I do believe what you are trying to do is limited by javascript security.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.