[5247] in www-talk@info.cern.ch

home help back first fref pref prev next nref lref last post

Re: forms question

daemon@ATHENA.MIT.EDU (burchard@geom.umn.edu)
Mon Aug 22 17:18:59 1994

Date: Mon, 22 Aug 1994 23:12:52 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: burchard@geom.umn.edu
From: burchard@geom.umn.edu
To: Multiple recipients of list <www-talk@www0.cern.ch>

Rick Troth <troth@rice.edu> writes:
> I can't express this strongly enough without using wording 

> that would alienate some people: 

>  

> 		hidden fields are awkward at best 

>  

> 		"overloaded paths" in the URL are bad 

>  

> 	Recommend putting  state information  and other optional 

> parameters after a (yet to be implemented on some servers) 

> semi-colon ";" and before the question mark "?". 


This suggestion is not viable as a general solution, due to the  
limitations of HTML/SGML.  URLs are effectively limited to 1024  
characters by the HTML 2.0 DTD.  This just doesn't leave enough room  
for the state of many interesting applications.  Of course, field  
values are also limited in this way.  But you can have as many hidden  
fields as you like.

Hidden fields awkward?  I disagree.  It is very convenient to have  
all the state of the server program transported in exactly the same  
way, whether or not it happens to be directly manipulable by the user  
at that point in the interaction.  It's a flexible, general  
mechanism.

--------------------------------------------------------------------
Paul Burchard	<burchard@geom.umn.edu>
``I'm still learning how to count backwards from infinity...''
--------------------------------------------------------------------

home help back first fref pref prev next nref lref last post