[Seaside] Re: Works on IE

Klaus D. Witzel klaus.witzel at cobss.com
Thu Oct 26 21:38:22 UTC 2006


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
>




More information about the Seaside mailing list