> From: jonas skrebys [mailto:[EMAIL PROTECTED]
> <a href="<% response.encodeURL [...]
^
I think you're missing an '=' here? Should be <%=function();%> to write
the result of function to the output. Without that, the encoded URL
will not be written to the output stream. View the source of the page
in your browser - I suspect the link will be <a href="">.
- Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]