請問各位前輩們,下面這段指令的紅色處,要怎麼觸發到它呢?
因為小弟做了好多測試,都找不到啟動這段程式的觸發點,能麻煩
高手前輩們解惑一下嗎 >"< 感激不盡.
<html>
<head>
<title>留言板</title>
</head>
<body>
<a href="file:///D|/web/public_html/view.php">觀看留言</a><p>
<form action="/add.php" method="get" name="form1">
姓名:
<input type="text" name="name"><br>
郵件:<input type="text" name="mail"><br>
主題:<input type="text" name="subject"><br>
內容:<textarea rows=7 name="content"></textarea><br>
<input name="Submit" type="submit" value="送出">
<input type="Reset" name="Reset" value="重新填寫">
</form>
</body>
</html>