Thanks for the suggestion, and kudos to you for working on such a worthy project like Tabby's Place.
B On Dec 4, 11:03 am, "Jonathan Rosenberg" <[EMAIL PROTECTED]> wrote: > Check for syntactic errors in the file. Maybe you misspelled > 'text/javascript' or similar problem. I've spent a lot of time > chasing down bugs that turned out to be typos. > > -- > Jonathan Rosenberg > Founder & Executive Director, Tabby's Placehttp://www.tabbysplace.org/ > > > On Dec 4, 3:30 pm, blechler <[EMAIL PROTECTED]> wrote: > > > Here is the HTML: > > > ------------------------------------------ > > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > > > <html> > > > <head> > > > <title>DELME</title> > > > <script type="text/javascript" src="/js/prototype.js"></script> > > > <script type="text/javascript" src="/dm/lib.js"></script> > > > </head> > > > <body> > > > > </body> > > > </html> > > > ------------------------------------------ > > > > Here is lib.js: > > > ------------------------------------------ > > > function init() { > > > alert('foo'); > > > > } > > > > document.observe('dom:loaded', init); > > > ------------------------------------------ > > > > What fundamental mistake have I made to prevent this from running in > > > Firefox? It works fine in IE which is a puzzling reversal as far as > > > I'm concerned. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
