In my index.jsp output file(a simple html). I have to different frames.The top frame has some navigation buttons which can change the content of the bottom frame.One button on the top frame simulates history.back in the bottom frame. This works fine if page opened in the bottom frame are from the same domain as the index.jsp page, but if I load a page from a different domain to this frame the history.back gives a Java Script error calle Access is Denied Do you have any idea why this can happen and is there any solution to fix this.
I just want to know is there any body call my bean's Getter and Setter methods with "Please" in front - My favorite quip from Bugzilla
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
6
posted
0
Security issue...You can not go outside your domain and control the application. Once it goes out, you give up all right on it. Eric NOTE: ~Bear~ (Move to JS)