javascript error brings up error console

liunx

Guest
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: <!-- w --><a class="postlink" href="http://www.jestley.com/dev">www.jestley.com/dev</a><!-- w --><br /><br />Please help <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /><!--content-->
This is a Firefox quirk arising from linking to "java script:", where there's nothing following the colon.<br /><br />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.<br /><br />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 <img src="http://www.webdesignerforum.co.uk/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
if you want to simply void a link, add this:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->java script:void(0);<!--c2--></div><!--ec2--><!--content-->
<!--quoteo(post=17659:date=Nov 27 2007, 06:13:name=php_penguin)--><div class='quotetop'>QUOTE(php_penguin @ Nov 27 2007, 06:13) <img src='http://www.webdesignerforum.co.uk/style_images/1/post_snapback.gif' alt='*' border='0' /></div><div class='quotemain'><!--quotec-->if you want to simply void a link, add this:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->java script:void(0);<!--c2--></div><!--ec2--><!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br />Just what I needed... thanks.... i'm sure as the site develops, i'll be changing the coding all again.... this is target="_blank">Firebug<!--content-->
 
Top