| View previous topic :: View next topic |
| Author |
Message |
stalin
Joined: 27 Aug 2007 Posts: 5
|
Posted: Thu Aug 14, 2008 5:53 am Post subject: Alert : this page is accessing information that is not under |
|
|
hi experts,
I am invoking a remote page from java script. i am passing some parameter in terms Query String . but while calling the page browser is giving an alert like as follows This page is accessing information that is not under its control...... Yes or No . by pressing Yes only it is working fine otherwise denying the access.
Can any let me know how to resolve it...
regards,
stalin |
|
| Back to top |
|
 |
mouli
Joined: 24 Aug 2007 Posts: 84
|
Posted: Mon Aug 18, 2008 9:43 am Post subject: |
|
|
Hi all,
This is security issue. when you call a remote page of one server from another server , the browser will give the alert like.
"this page is accessing information that is not under....." alert. if both the caller page and calling pages are in same domain it won't raise any security alert... you can do one thing that you can chage your browser settings....
cheers,
mouli |
|
| Back to top |
|
 |
|