chiark / gitweb /
Never use the value attribute of <button> to encode anything we care
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Jan 2008 18:40:16 +0000 (18:40 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 5 Jan 2008 18:40:16 +0000 (18:40 +0000)
commitbf9df44a7086ce0016ce065be6c0e0c1716aff35
tree867ae957d7e3bc14dc7940c5c592de555a782c69
parentf4687532612acdf8e79e937301aa50df6bf3a657
Never use the value attribute of <button> to encode anything we care
about, in particular 'action' arguments to the CGI.  This works around
a bug in Internet Explorer.

At the time of writing, the commentary at
http://msdn2.microsoft.com/en-gb/library/ms535211(VS.85).aspx mentions
the problem.  (Alternatively, MSDN Library -> Web Development -> HTML
and CSS -> HTML and DHTML Reference -> Objects -> button.)
templates/login.html
templates/playing.html
templates/prefs.html
templates/search.html