<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19190">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Why  doesn't this piece of code 
work:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>(defpackage test (:use :cl :hunchentoot :cl-who 
:parenscript))<BR>(in-package test)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>(defun index ()<BR>  
(with-html-output-to-string (*standard-output* nil)<BR>    
(:html<BR>     (:head)<BR>     
(:body<BR>      (:p "click me" :onclick (ps (alert 
"hello")))))))</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>(push (create-prefix-dispatcher "/index" 'index) 
*dispatch-table*)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial>(start (make-instance 'easy-acceptor))</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I loaded Edi's init file for Lispworks and I can't 
even autocomplete :onclick ?</FONT></DIV>
<DIV><FONT size=2 face=Arial>When I click on "click me" nothing 
happens ?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Thanks</DIV>
<DIV><BR></DIV></FONT></BODY></HTML>