[Prev][Next][Index][Thread]

Re: frames




The most simple solution the problem would be adding a TARGET option to the
FORM-tag (I guess you used this tag for the image-map.)  This is alowed
with Netscape2.0, but not yet supported by CL-HTTP, as far as I know.  You
can help yourself with a little trick until the option implemented:

Just add the string "\" TARGET=\"<desired name>" to the end of the string
for the ACTION. This can be handled by CL-HTTP and will do its job.


Best regards,

Elmar Schwarz