Hi Haris, > (:script :type "texr/javascript"
This should be "text/javascript" > (:h2 "clijlkjlkjclk" :onclick (ps (al ()))))))) This should be ((:h2 :onclick (ps (al ()))) "clijlkjlkjclk") You can see the html is not right if you call the index function from the repl. > (start (make-instance 'easy-acceptor)) You're probably not running this as root so it should be (start (make-instance 'easy-acceptor :port 8080)) because the default port is 80 Vladimir > Thanks > > > > _______________________________________________ > parenscript-devel mailing list > [email protected] > http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel > _______________________________________________ parenscript-devel mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
