linking problems using framesets and javascript

liunx

Guest
Hi:<br />
<br />
I am very frustrated with this side. I had it working in both netscape and explorer and now netscape does not link the pages. When it links to a page the address is wrong. I can't see where the links in the code is wrong. I am not strong in reading javascript either maybe there is something wrong with the script. Could someone be kind enough to read the code to find out what is going on.<br />
<br />
The home page is <!-- w --><a class="postlink" href="http://www.niagarac.on.ca/halloween/nrprjan/default3.htm">www.niagarac.on.ca/halloween/nrprjan/default3.htm</a><!-- w --><br />
<br />
This can go to the flash intro ifchosen or the first site page. This page seems to work. When I get to the site none of the links work. It is set up in frames. I had it working until last night when I placed the default3.htm page in and now it is not working. <br />
<br />
When your are on the page <!-- w --><a class="postlink" href="http://www.niagarac.on.ca/halloween/nrprjan/default.html">www.niagarac.on.ca/halloween/nrprjan/default.html</a><!-- w --> the links do not pull up the frames for the frameset. One of the direct links to a linked page that you can't get to from this page is <!-- w --><a class="postlink" href="http://www.niagarac.on.ca/halloween/nrprjan/notlframeset.htm">www.niagarac.on.ca/halloween/nrprjan/notlframeset.htm</a><!-- w --><br />
<br />
<br />
I hope I explained this well enough.<br />
<br />
Thanks for any help<!--content-->they aren't working becaseu you are linking to the wrong frame.<br />
<br />
all of these '_top' need to be 'mainFrame'. but not sure if this will work as you are using javascript to open a new window every time.<!--content-->Thanks for your reply. I tested out the site with Netscape 7 and it seems to work. Any version before that does not seem to support either the rollovers within a frame or nested frames, I am not sure but if anyone would like to test this to make sure it works on Netscape 7 and its not my imagination I would be greatful.<br />
<br />
Thanks <!-- w --><a class="postlink" href="http://www.niagarac.on.ca/halloween/nrprjan/default3.htm">www.niagarac.on.ca/halloween/nrprjan/default3.htm</a><!-- w --><!--content-->it has nothing to do with the version of browser. NS4 isn't loading the correct link becasue it is more strict than the others. so in saying that it fails to find this page<br />
<!-- m --><a class="postlink" href="http://www.niagarac.on.ca/halloween/nrprjan/communities/communities/mm_menu.js">http://www.niagarac.on.ca/halloween/nrp ... mm_menu.js</a><!-- m --><br />
<br />
NS4 tries to load mapframeset but it erros on that link I jsu tshowed you. it has to be the fact that you load this menu in all your apges and you are confusing NS4, but it will work in NS6+ because it is programed to not worry about the failed pages that didn't load. you can get your site working in all browser if you just clean up your html and do thing sjust a little different. I mean there is no reason to load a different frameset on every link. jus tuse one frameset and just target your links to the bottomframe.<!--content-->
 
Back
Top