make forms POSTing
This commit is contained in:
parent
db331ad0e3
commit
044c27e292
|
@ -59,6 +59,7 @@
|
|||
(br)
|
||||
(servlet-form
|
||||
,new-url
|
||||
POST
|
||||
(p "This uses " (var "gnuplot") " that is searched at "
|
||||
,input-field ,change-button)))
|
||||
(li (URL ,(reset-address new-url)
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
,header
|
||||
(servlet-form
|
||||
,new-url
|
||||
POST
|
||||
(table
|
||||
,@(cons '(th) header-row)
|
||||
,@(map (lambda (checkbox table-element)
|
||||
|
|
Loading…
Reference in New Issue