November 27, 200718 yr I've built a site using iframes and a dropdown menu. the drop menu was generated by quickmenu which generated a javascript file for me. I then modified the menu controls to control multiple iframes... now the error console in Firefox comes up each time. i have a suspicion that the javascripting required to control the multiple frames is causing an error, but am not too sure what i am looking at as far as whay the error console would be popping up (ironically it works in IE). see: www.jestley.com/dev Please help
November 27, 200718 yr This is a Firefox quirk arising from linking to "java script:", where there's nothing following the colon. However, it's kind of the wrong question anyway, as search engines will be entirely unaware of any pages that are linked to in such a manner. For the most part, if you're using frames or iframes, you're doing something wrong which will end in tears and frustration. Look into PHP - if I weren't cramming a piece of toast into my face about to rush out the door, I'd be more helpful, but I'm sure somebody will tell you all about file includes
November 27, 200718 yr Author if you want to simply void a link, add this: java script:void(0); Just what I needed... thanks.... i'm sure as the site develops, i'll be changing the coding all again.... this is only the third re-write... eventually i'll get to a stable platform (coffin).... Cheers
November 29, 200718 yr If you've ever got javascript errors, this is a quality addon for firefox: Firebug
Create an account or sign in to comment