| Author |
By pass Scripting Restriction
|
|
| hrishikesh musale 2004-07-19, 2:51 am |
|
hey i want to access one html page(from frame or iframe) which is
residing on another domain
(for e.g. http://www.google.com)and after that i am reading contents of
the page
by using following code
myFrame.document.body.innerHTML
which is giving access denied error
microsoft document says this is not possible if you are accessing
page from another domain
(http://msdn.microsoft.com/library/d...hop/author/om/x
frame_scripting_security.asp)
may i know how to handle this?
my requirement is to read some contents from third party html page(we
have understanding with those people) and put into our site
please suggest some ideas
thanks
hrishikesh musale
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!
| |
| Ken Schaefer 2004-07-19, 2:51 am |
| You will need to change the client's (Internet Explorer) security settings,
or place the sites into a different security zone. This has nothing to do
with IIS per se.
Cheers
Ken
"hrishikesh musale" <musaleh@mahindrabt.com> wrote in message
news:etZ4nxUbEHA.3792@TK2MSFTNGP09.phx.gbl...
>
> hey i want to access one html page(from frame or iframe) which is
> residing on another domain
> (for e.g. http://www.google.com)and after that i am reading contents of
> the page
> by using following code
> myFrame.document.body.innerHTML
> which is giving access denied error
> microsoft document says this is not possible if you are accessing
> page from another domain
> (http://msdn.microsoft.com/library/d...hop/author/om/x
> frame_scripting_security.asp)
> may i know how to handle this?
> my requirement is to read some contents from third party html page(we
> have understanding with those people) and put into our site
> please suggest some ideas
>
> thanks
> hrishikesh musale
>
>
>
>
>
> *** Sent via Developersdex http://www.codecomments.com ***
> Don't just participate in USENET...get rewarded for it!
| |
| hrishikesh musale 2004-07-19, 7:51 am |
|
thanks ken,actually i have checked with all kind of security levels,
still it's not working ,may i know at which level did you check?
please let me know
thanks
hrishikesh
*** Sent via Developersdex http://www.codecomments.com ***
Don't just participate in USENET...get rewarded for it!
|
|
|
|