Add javascript code
This commit is contained in:
parent
400e4b916f
commit
751ee1d6ca
|
@ -45,6 +45,8 @@
|
||||||
(p ,(number->string (+ number1 number2)))
|
(p ,(number->string (+ number1 number2)))
|
||||||
(hr)
|
(hr)
|
||||||
(p (URL "add2.scm" "Make new calculation.") (br)
|
(p (URL "add2.scm" "Make new calculation.") (br)
|
||||||
|
(URL "javascript:history.go(-2)" "New calculation (same session)")
|
||||||
|
(br)
|
||||||
(URL "/" "Return to main menu.")))))
|
(URL "/" "Return to main menu.")))))
|
||||||
|
|
||||||
"this string will never be evaluated"))
|
"this string will never be evaluated"))
|
||||||
|
|
Loading…
Reference in New Issue