[Seaside] Works on IE

Ron Teitelbaum Ron at USMedRec.com
Fri Oct 27 13:08:20 UTC 2006


Yes this is the response I get back.  I can also put in a break point and
watch values.  Any suggestions on how to debug this?

I click the link and I get a response back: 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html lang="en"
xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml"><head><title>Seaside</title><meta
content="text/xml; charset=utf-8"
http-equiv="Content-Type"></meta></head><body><br /><a
href="?_k=NtiHfjnq&amp;_s=lDawHGZSKpKiIZXK&amp;11"
id="advancedSearch">Simple Search</a><div id="searchForm"><table
id="searchTable"><tr><td>First Name: </td><td><input type="text"
value="Enter First Name" class="text" /></td></tr><tr><td>Middle Name:
</td><td><input type="text" value="Enter Middle Name" class="text"
/></td></tr><tr><td>Last Name: </td><td><input type="text" value="Enter Last
Name" class="text" /></td></tr><tr><td>Name Suffix: </td><td><input
type="text" value="Enter Name Suffix" class="text" /></td><td>(Sr. Jr. III
...)</td></tr></table></div><br /><div id="searchButtons"><input
type="button" value="search" class="button" /></div><script
type="text/javascript">document.getElementById('advancedSearch').onclick =
liveClick('advancedSearch','http://localhost:9191/seaside/test3?_k=NtiHfjnq&
amp;_s=lDawHGZSKpKiIZXK&amp;12')</script></body></html>


> -----Original Message-----
> From: Philippe Marschall [mailto:philippe.marschall at gmail.com]
> Sent: Friday, October 27, 2006 1:48 AM
> To: Ron at usmedrec.com; The Squeak Enterprise Aubergines Server - general
> discussion.
> Subject: Re: [Seaside] Works on IE
> 
> 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