Re: [Zope] problem with a form in IE 7

2008-12-15 Thread Garry Saddington
On Monday 15 December 2008 15:04, Peter Bengtsson wrote: > 2008/12/15 : > > Quoting Peter Bengtsson : > >> Has nothing to do with Zope but... > >> Use Firefox to debug it and you'll get to see the error. > >> put method="post" on form tag and the submission won't be visible in the > >> URL. > > >

Re: [Zope] problem with a form in IE 7

2008-12-15 Thread Peter Bengtsson
2008/12/15 : > Quoting Peter Bengtsson : > >> Has nothing to do with Zope but... >> Use Firefox to debug it and you'll get to see the error. >> put method="post" on form tag and the submission won't be visible in the URL. > I've had this happen with method=get in the past. Changing to post fixed i

Re: [Zope] problem with a form in IE 7

2008-12-15 Thread garry
Quoting Peter Bengtsson : > Has nothing to do with Zope but... > Use Firefox to debug it and you'll get to see the error. > put method="post" on form tag and the submission won't be visible in the URL. I've had this happen with method=get in the past. Changing to post fixed it but... May be worth

Re: [Zope] problem with a form in IE 7

2008-12-15 Thread Peter Bengtsson
Has nothing to do with Zope but... Use Firefox to debug it and you'll get to see the error. put method="post" on form tag and the submission won't be visible in the URL. 2008/12/11 C : > We are running Zope 2.9.8 on Macintosh OS X Server 10.5.5 behind Apache 2.x. > > I am having a problem when try

Re: [Zope] problem with a form in IE 7

2008-12-15 Thread C
It turns out that Internet Explorer doesn't like it when you pass more than 141 form variables with a single submit. Our site collects employment applications and once we hit 142 applications the page broke for anyone using IE7 on XP. On Thu, Dec 11, 2008 at 10:17 AM, C wrote: > We are running Z

Re: [Zope] problem with a form in IE 7

2008-12-11 Thread garry
Quoting C <[EMAIL PROTECTED]>: > We are running Zope 2.9.8 on Macintosh OS X Server 10.5.5 behind Apache 2.x. > > I am having a problem when trying to submit one of my forms in IE 7. This > only happens on Windows XP and it only started happening recently (we think > in the past week). > > The fo