如何在HTML表单中清除所有输入?
使用HTML表单,您可以轻松获取用户输入。<form>标签用于通过添加表单元素来获取用户输入。不同类型的表单元素包括文本输入、单选按钮输入、提交按钮等。
<input>标签可以帮助您使用type属性获取用户输入。要清除HTML表单中的所有输入,请使用type属性为“reset”的<input>标签。
示例1
以下示例演示如何在HTML表单中清除所有输入。
在这个示例中,我们将使用document.getElementId()来清除文本字段中的文本。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Remove HTML</title> </head> <body> <form> <input type="button" value="click here to clear" onclick="document.getElementById('inputText').value = '' "/> <input type="text" value="Tutorix" id="inputText" /> </form> </body> </html>
当我们点击“清除”按钮时,输入(文本区域)字段内的文本将被清除。
示例2
以下示例演示如何在HTML表单中清除所有输入。
在这个示例中,我们将使用重置按钮来清除文本字段中的文本。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Clear all the input in HTML forms</title> </head> <body> <form> <input type="text" name="input" /> <input type="reset" value="reset" /> </form> </body> </html>
当我们点击“清除”按钮时,输入(文本区域)字段内的文本将被清除。
示例3
以下示例演示如何在HTML表单中清除所有输入。
在这个示例中,我们将使用onclick()方法来清除文本字段中的文本。
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Clear all the input in HTML forms</title> </head> <body> <form> <input type="text" value="Tutorix is the best e-learning platform" onclick="this.value=''"/> </form> </body> </html>
示例4
您可以尝试运行以下代码来清除HTML表单中的所有输入:
<!DOCTYPE html> <html> <body> <form> Student Name:<br> <input type="text" name="sname"> <br> Student Subject:<br> <input type="text" name="ssubject"> <br> <input type="reset" value="reset"> </form> </body> </html>
点击重置按钮后,表单将被清除。
广告