JetDeveloper
May 12th, 2005, 02:07 PM
I would like to make a frameset in which the left frame keeps a history of all the sites you visit in the right frame.
For example, if I load http://www.yahoo.com in the right frame and then someone clicks a link in yahoo.com that has
<a href="someurl" target="_top">
I would like to detect the click on the link so that I can prevent it from loading in the _top page and destrying my frameset.
I also need to know how to detect when the right frame's URL changes and have it work for any place on the Internet, not just within my Web application.
Is there any way to do this in ASP.NET or ASP? Javascript gives me permission denied for any url outside the server.
Thanks in advance.
For example, if I load http://www.yahoo.com in the right frame and then someone clicks a link in yahoo.com that has
<a href="someurl" target="_top">
I would like to detect the click on the link so that I can prevent it from loading in the _top page and destrying my frameset.
I also need to know how to detect when the right frame's URL changes and have it work for any place on the Internet, not just within my Web application.
Is there any way to do this in ASP.NET or ASP? Javascript gives me permission denied for any url outside the server.
Thanks in advance.