Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > URGENT HELP - form submit stops working when so many check boxes checked - Why?

Reply
Thread Tools

URGENT HELP - form submit stops working when so many check boxes checked - Why?

 
 
Berislav Lopac
Guest
Posts: n/a
 
      07-15-2005
Dave Smithz wrote:
> This seems to be a general case for me. I thought this would type of
> limitation would be common knowledge to experts, or maybe I am still
> doing something wrong.


As Peter said, it is common knowledge. The thing is that, IIRC, Web server
(e.g. Apache or IIS) can set this limit in a configuration, so there is no
telling what is the limit in any single case.

Berislav


 
Reply With Quote
 
 
 
 
John Dunlop
Guest
Posts: n/a
 
      07-15-2005
Peter van Schie wrote:

> About the back button: my guess is your clients are using IE 6 if I read
> your comment on the Back button behaviour.
> That's a common bug in IE6, but you can easily solve this by adding:
>
> header("Cache-control: private");


Do you think that's a good workaround?

--
Jock
 
Reply With Quote
 
 
 
 
Peter van Schie
Guest
Posts: n/a
 
      07-15-2005
John Dunlop wrote:

>>About the back button: my guess is your clients are using IE 6 if I read
>>your comment on the Back button behaviour.
>>That's a common bug in IE6, but you can easily solve this by adding:
>>
>>header("Cache-control: private");

>
>
> Do you think that's a good workaround?


I'm not sure where you want to go with this question, but yes it is a
workaround that works. From a user's perspective it's a tedious job
having to fill out a form again with the same information after using
the Back button.

--
http://www.phpforums.nl
 
Reply With Quote
 
John Dunlop
Guest
Posts: n/a
 
      07-15-2005
Peter van Schie wrote:

> John Dunlop wrote:


> > [Peter van Schie wrote:]


> > > About the back button: my guess is your clients are using IE 6 if I read
> > > your comment on the Back button behaviour.
> > > That's a common bug in IE6, but you can easily solve this by adding:
> > >
> > > header("Cache-control: private");

> >
> > Do you think that's a good workaround?

>
> I'm not sure where you want to go with this question,


anywhere you like, and I'll follow.

> but yes it is a workaround that works.


Ok, if there's compelling arguments *for* that caching
directive - excluding working around IE6's bug - and less
compelling ones, if any, *against* it, why aren't you sending
it in the first place? If, on the other hand, the arguments
lead you to decide on a different value, say 'public', which
one influences you more: those arguments, or IE6's bug? (I'm
not looking for answers here, since I could care less about
individual situations; just suggesting things to think about.)

> From a user's perspective it's a tedious job having to fill out a form
> again with the same information after using the Back button.


Yes.

[By a strict interpretation of RFC2616, they'd have to fill
the form in again anyway. But I find that isn't always the
case in reality]

--
Jock
 
Reply With Quote
 
Peter van Schie
Guest
Posts: n/a
 
      07-15-2005
John Dunlop wrote:

> Ok, if there's compelling arguments *for* that caching
> directive - excluding working around IE6's bug -


That depends on the application.

> and less
> compelling ones, if any, *against* it


Not that I know of, so I don't see any reason to not use it.
If there are major drawbacks I'd be glad to be informed about them.

> , why aren't you sending
> it in the first place?


But I do.
I only suggested it to Dave to circumvent the "Back button problem".

> If, on the other hand, the arguments
> lead you to decide on a different value, say 'public', which
> one influences you more: those arguments, or IE6's bug? (I'm
> not looking for answers here, since I could care less about
> individual situations; just suggesting things to think about.)


As you already said; that's an individual situation issue. I can't
remember any case in which I needed both.
Besides that there are multiple ways that lead to Rome.

--
http://www.phpforums.nl
 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      07-15-2005
With neither quill nor qualm, "Dave Smithz" <SPAM FREE WORLD> quothed

>
> "Travis Newbury" <> wrote in message
> > Dave Smithz wrote:
> >> A PHP application I built has a section which lists a number of members
> >> to a
> >> club whose names each appear with a check box beside them that can be
> >> ticked...

> >
> > I created a webpage that solves your problem. But I, like you, will
> > not list the URL in the message...

>
> I'm not sure I understand. I cannot list the URL because it requires
> password access and has confidential data protected by data protection act
> etc.
> If you had the same problem, what was causing it and how did you solve it?


I think what he's saying is that the problem and your description of the
problem are not the same thing.

--
Neredbojias
Contrary to popular belief, it is believable.
 
Reply With Quote
 
John Dunlop
Guest
Posts: n/a
 
      07-15-2005
Peter van Schie wrote:

> I only suggested it to Dave to circumvent the "Back button problem".


Ok, let me put it another way. If 'Cache-Control: private' is
appropriate and you send it, the problem you speak of won't
arise; but if it's inappropriate, should you* send it at all?


* generic 'you'.

--
Jock
 
Reply With Quote
 
JDS
Guest
Posts: n/a
 
      07-18-2005
On Fri, 15 Jul 2005 10:51:48 +0200, Berislav Lopac wrote:

> As Peter said, it is common knowledge. The thing is that, IIRC, Web server
> (e.g. Apache or IIS) can set this limit in a configuration, so there is no
> telling what is the limit in any single case.


It is a browser-based and not a server-based limit.

The same queries to the same server that do not work in MSIE *will* often
work in gecko-based (and other) browsers (Moz, et.al)

On a side note, this is one of the few times when, IMO, a MSIE difference
in implementation is, once agin, IMO, No Big Deal(TM). As opposed to all
the MSIE bugs in, for example, CSS rendering, this GET vs POST limitation
is not a bug but merely a particular interpretation of the W3C
recommendations. One that other browsers have interpreted more liberally.

Whatever. later...

--
JDS |
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Checked option for radio type input boxes not working. Daniel Rudy HTML 5 08-23-2008 10:04 AM
Get the datafield of check boxes that checked in datagrid(with java script)? ahmad_n80 ASP .Net 0 07-21-2007 09:38 AM
submit 1 form to 2 servers or 2 forms to 2 server (1 form each) on 1 submit abansal.itp@gmail.com Javascript 3 06-23-2007 07:29 AM
only 2 check boxes from four at a time checked Kgbol Java 2 06-14-2007 12:57 PM
Get Checkbox "Checked" value on form submit John E ASP General 2 07-03-2003 03:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57