Forum Moderators: open

Message Too Old, No Replies

permission denied problem

very very urgent

         

prasanth

6:22 am on Jun 28, 2005 (gmt 0)

10+ Year Member



Hi all,
I have a requirement where there are two frames, one frame consisting of search text box and a button. If we hit the search we get the results in the same frame. if we click the links the pages gets load in the other frame(target). i have javascript method which highlights the key words,i want to call the method on body load of any link clicked. there are as many as 6000 i can not call the function in each page.. what to do...

I am trying to call javascript method of top frame but it is saying permission denied..

help me out please it is very urgent

thanks for help in advance..
-prashanth

StupidScript

8:21 pm on Jun 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are all pages located within your domain, or are you calling pages from remote domains when you click on a search result link?

You can't do anything with remote pages unless you get the user to accept a security certificate, first.

prasanth

5:33 am on Jun 29, 2005 (gmt 0)

10+ Year Member



Hi,

Yes the page gets loaded is from my domain only but those are many so that i can not call my method on each page body load.