Hi, > When i tried on IE 6, IE 9 . I get no output neither i get any error.
That's very strange, you should at least be getting an error. It's very hard for people to help you if you don't post any of the relevant code. Your best bet for this sort of thing is to create a complete, self-contained, *minimalist* example and post that code. Here are two *guesses* based on my experience of dealing with IE: 1. You've got a trailing comma somewhere. IE hates those. Details: http://blog.niftysnippets.org/2010/09/literal-improvement.html 2. You're trying to use an Prototype enhancment on an un-enhanced DOM element; details: http://prototypejs.org/learn/extensions HTH, -- T.J. Crowder Independent Software Engineer tj / crowder software / com www / crowder software / com On Oct 13, 11:43 am, AshishSingh Bhatia <[email protected]> wrote: > Hello , > > I have an application on localhost that generated times. > > I am using periodical updater so that the page displays the latest time by > requesting the application. > > When i run it on firefox , chrome it works as smooth as butter. ;) > > When i tried on IE 6, IE 9 . I get no output neither i get any error. > > On Wed, Oct 13, 2010 at 3:31 PM, T.J. Crowder <[email protected]>wrote: > > > > > > > Hi, > > > You might check out 1.7RC3, it has IE9 support: > >http://prototypejs.org/2010/10/12/prototype-1-7-rc3-support-for-ie9 > > > HTH, > > -- > > T.J. Crowder > > Independent Software Engineer > > tj / crowder software / com > > www / crowder software / com > > > On Oct 9, 7:57 am, asb <[email protected]> wrote: > > > Hello, > > > > Ajax.PeriodicalUpdater is not working in IE [9]. Tested in other > > > browser its working. > > > > Help Needed > > > -- > > 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]<prototype-scriptaculou > > s%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/prototype-scriptaculous?hl=en. > > -- > *asb* -- 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.
