The most powerful Wysiwyg Editor
Cute Editor for .NET
Download Now
Getting Started
Basic Examples
Input and Output
Interface Customization
Advanced Topics

Client-side submit and reset example


Does your online html editor work with Client-side submit and reset? This example demonstrates Cute Editor can handle this situation easily .






Button Code
<input type="submit" value="submit Button">
<input type="submit" value="submit Button">
<input type="reset" value="Reset Button">
<input type="button" value="JavaScript Reset" onclick="Form1.reset()">