[Seaside] Works on IE

Philippe Marschall philippe.marschall at gmail.com
Fri Oct 27 05:48:27 UTC 2006


2006/10/26, Ron Teitelbaum <Ron at usmedrec.com>:
>
>
>
>
> 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!

Do you have some kind of JavaScript debugger like FireBug?

Philippe


More information about the Seaside mailing list