HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Links trigger "Javascript Console" in Firefox....
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Javascript
View previous topic :: View next topic  
Author Message
dgarlitz



Joined: 18 Jun 2005
Posts: 19

Posted: Mon Jun 27, 2005 8:36 am     Links trigger "Javascript Console" in Firefox....  

I just started checking my website with Firefox, and the links seem to work, but they always trigger a JavaScript Console. The window pops up, but no info appears.

I've tried running my site through the HTML validator, but I still get this problem...PLease check out my site/code and see if you see any problems!

Thanks!
Dave
www.geocities.com/davegarlitz/
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

Posted: Mon Jun 27, 2005 10:45 am      

add a semi colon to the javascript link

Code:
javascript:;


Also you have a few errors such as duplicated border attributes and missing closing image tag.

Code:
<a href="javascript:;" onclick="show('info')"><img border=0 width=216
  height=40 id="_x0000_i1027"src="infolink.gif"</a>


Code:
<img border=0 width=216
  height=40 id="_x0000_i1029" src="contactlink.gif" border="0">
dgarlitz



Joined: 18 Jun 2005
Posts: 19

Posted: Mon Jun 27, 2005 10:59 am      

Thanks! That seems to have worked.

Now the only problem is that the vertical scroll bar from my iframe appears even when the frame is not shown...any ideas?

Dave
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

Posted: Mon Jun 27, 2005 12:55 pm      

Maybe a browser discrepancy as I do not get that.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Javascript
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group