Hi, That means you're not successfully linking to the prototype.js file. Double-check your script tag for Prototype and ensure that it's really referring to the path you think it is. For things like this, the script debuggers available from Microsoft (Visual Studio, and Script Debugger) are useful and would probably show you that you have an error in your script tag.
HTH, -- T.J. Crowder Independent Software Consultant tj / crowder software / com www / crowder software / com On Sep 16, 7:54 am, hari bhat <[email protected]> wrote: > I have included all the java script tags in header but in global.js i > have > > document.observe("dom:loaded", function() { > #Stuff Here} > > I am getting error > > document.observe is not function.In firefox > > In IE 8 m getting error like Object doesnt support this method or > property.Any help appreciated. > > Regards > Hari -- 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.
