I think the problem is the following.

`jhbs_jhs_ HBS` calls `jhbs_jhs_''`, which uses `formtmpl_jhs_`, which I
have listed below.

As HBS is the recommended noun for J sentences that produce html body, I am
not sure how to circumvent this problem. Ideas?


NB. form template - form, hidden handler sentence, hidden button for form
enter (ff)
formtmpl=: 0 : 0 -. LF
<form id="j" name="j" method="post" action="<LOCALE>">
<input type="hidden" name="jdo"     value="">
<input type="hidden" name="jlocale" value="<LOCALE>">
<input type="hidden" name="jid"     value="">
<input type="hidden" name="jtype"   value="">
<input type="hidden" name="jmid"    value="">
<input type="hidden" name="jsid"    value="">
<input type="submit" value="" onclick="return false;"
style="display:none;width:0px;height:0px;border:none">
)


-- 
(B=)
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to