|
|
| How can i access data on a iframe ? i need access the data in a iframe that is a remote url |
| If that was possible then you could point (for example) the iframe at your visitor's bank website and read lots of information about their account. Cross domain scripting is a no-no. |
| montanarry so this is 100% impossible ? |
| froomzer, there is no such thing as 100% ... but it is something you just DO NOT WANT to happen ;) |
| What if i want to access data on remote iframe in MY page ? |
| With client side JavaScript runing at the standard security level when both sites are on the WWW baring browser bugs - it is impossible. Do it server side. |
| Server side is not ok, The content i want access, is affected per ip So if i alter it server side, is not the same as the user side content would be |
| froomzer, Its your site. Add some means to override the ip in the request. |
| The iframe results are based per ip |