moved to pub
git-svn-id: svn://10.0.0.236/trunk@165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
19
mozilla/htmlparser/tests/html/button001.html
Normal file
19
mozilla/htmlparser/tests/html/button001.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<body>
|
||||
<FORM action="http://somesite.com/prog/adduser" method="post">
|
||||
<P>
|
||||
First name: <INPUT type="text" name="firstname"><BR>
|
||||
Last name: <INPUT type="text" name="lastname"><BR>
|
||||
email: <INPUT type="text" name="email"><BR>
|
||||
<INPUT type="radio" name="sex" value="Male"> Male<BR>
|
||||
<INPUT type="radio" name="sex" value="Female"> Female<BR>
|
||||
<INPUT name="submit" value="submit" type="submit">
|
||||
<BUTTON name="submit" value="submit" type="submit">
|
||||
Send<IMG src="/icons/wow.gif" alt="wow">
|
||||
</BUTTON>
|
||||
<BUTTON name="reset" type="reset">
|
||||
Reset<IMG src="/icons/oops.gif" alt="oops">
|
||||
</BUTTON>
|
||||
</FORM>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user