muralik
07-23-2002, 12:06 PM
Hello,
Thanx in advance for your pain to help me. Problem: I have two frames frame1 and frame2. frame1 contains only navigation links (back & next). In frame2, i will display some pages existing in the current domain and some links will be displayed over there(frame2). clicking the link will take you to some other domain. this all happens in frame2. when i click "back" button in the frame1, its showing "Access Denied" error and stays in the same page. what i should do now to take to the previous page in frame2.
i tried the combinations like:
parent.main.history.go(-1);
parent.main.history.back;
main is nothing but frame name.
Thank you,
Murali.
Thanx in advance for your pain to help me. Problem: I have two frames frame1 and frame2. frame1 contains only navigation links (back & next). In frame2, i will display some pages existing in the current domain and some links will be displayed over there(frame2). clicking the link will take you to some other domain. this all happens in frame2. when i click "back" button in the frame1, its showing "Access Denied" error and stays in the same page. what i should do now to take to the previous page in frame2.
i tried the combinations like:
parent.main.history.go(-1);
parent.main.history.back;
main is nothing but frame name.
Thank you,
Murali.