Andrew wrote:
[color=blue]
> Where can i find a free feedback form in javascript to download it and
> put it in my website?[/color]
Forms are written in HTML (very simple HTML for that matter), not
JavaScript.
The tricky part is the part that handles the conversion of the submitted
data to the format (often email) that you want it in. JavaScript (except
possible ASP JScript) is not suited to this.
Comment