> Hi Matt, > > > Didn't stop your own Skyynet website from being terminally broken in > > Voyager, though, did it? :) > > Could you describe the problem? As my notebook's ethernet chip is not > supported by Amithlon (got a normal Realtec 100mbps chip) I can't see my > page on my old environment without a lot of effort. > > I fear the frame reloader put together with Voyagers "interesting" way > of interpreting JavaScript code leads to the pages not being shown but > only the homepage? This could be avoided by switching off JavaScript.
There were two faults with it. You called Javascript across frames, which Voyager only half supports (it doesn't pass arguments atm.) You also relied on page load order and therefore the order in which the JS was run: Voyager didn't load the pages the same way IE did (actually V will load them concurrently, IE will not.. this is the problem of being highly efficient and doing layout-while-loading) You reported them so you should know what they were :) -- Matt Sealey <[EMAIL PROTECTED]>
