Well, thanks for the responses. Obviously, problems exist on my end with some coding errors, it seems. I will pass this along to my designer.
On Sep 24, 12:42 am, Esa <[EMAIL PROTECTED]> wrote: > On Sep 24, 7:37 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > >www.alaskaiceclimbing.com/southcentral.htm > > > That page doesn't exist, however on this > > one:http://www.alaskaiceclimbing.com/southcentral.html > > > IE complains about a syntax error, Opera does too: > > <SCRIPT Language="JavaScript"> > > > As does FF when I load it there: > > Error: missing ; before statement > > Source File:http://www.alaskaiceclimbing.com/_aic.js > > Line: 35, Column: 1 > > Source Code: > > <SCRIPT Language="JavaScript1.2"> // for Netscape 4+ and IE 4+ > > No wonder. There are many troubles with that old popup script. > > 1.) It is a JavaScript file but it includes html <SCRIPT> tags. > 2.) It has been written without a single semicolon in it. > 3.) On the line 150 where it is called there is a sudden <head> > element inside <body> > 4.) It is not a recommended practice to place a <script> inside a > <table> > > I recommend testing without that script call. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
