Johan wrote: >Another site that seems to cause problems for Arachne is >http://www.wishboneash.com . The problem is getting >around the site - some links work, but others seems to take you nowhere... >There's a lot of flash content on this site, but I >don't know if this is what's causing the problems. >There is a GPL Flash player, could it be included in Arachne? I assume that the page that creates the problem is http://www.wishboneash.com/bounce_news.html, that has this: (snip) <script language=javascript> <!-- // open up menu, news menu and content.html in their own frames function multimediaLink(){ parent.frames[2].location.href="menu_top.html"; parent.frames[3].location.href="news/index_news.html"; parent.frames[4].location.href="menu_news.html";} //--> </script> </head> <body bgcolor="#000000" onLoad="multimediaLink()"> (snip) I haven't looked into the frames yet so I don't know how hard it's going to be to implement this part of JS (parent.frames[x].location.href). The bad part is that there are many options to specify the same thing here (frame_name.location.href and we can add "parent." in any place we want (before location.href). //Bernie http://bernie.arachne.cz/ DOS programs, Star Wars ...
