[Seaside] Re: Works on IE

Ron Teitelbaum Ron at USMedRec.com
Thu Oct 26 22:11:12 UTC 2006


Hi Klaus,

Thanks for offering! I send it to you off list.

Ron

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Klaus D. Witzel
> Sent: Thursday, October 26, 2006 5:38 PM
> To: seaside at lists.squeakfoundation.org
> Subject: [Seaside] Re: Works on IE
> 
> Hi Ron,
> 
> I've written tons of JavaScript (in modular fashion, Ajax-like, always
> multi-NS-IE-etc ;-) If you'd post the "view source" of the browser before
> and after you do the refresh, I might be able to debug it.
> 
> /Klaus
> 
> On Thu, 26 Oct 2006 23:26:50 +0200, Ron wrote:
> 
> > Hi All,
> >
> >
> > So now that I have both IE and Firefox of course I went to test my
> little
> > example programs on Firefox.  This one works on IE but not on fireFox.
> >
> >
> >             html anchor
> >
> >                         id: 'advancedSearch';
> >
> >                         callback: ["noop"];
> >
> >                         liveCallback: [:h | self toggleSearchType.
> >
> >                                     self renderContentOn: h];
> >
> >                         text: (self isSimpleSearch ifTrue: ['Advanced
> > Search'] ifFalse: ['Simple Search']).
> >
> >             html div id: 'searchForm'; with: [
> >
> >                         self isSimpleSearch ifTrue: [self
> > renderSimpleSearchOn: html]
> >
> >                         ifFalse: [self renderAdvancedSearchOn: html]].
> >
> >
> > If I refresh the page it works of course.  Any idea why this works for
> IE
> > and not fireFox?  What does one do to research problems like this?
> >
> >
> > Thanks for your help!
> >
> >
> > Ron
> >
> 
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list