Advertisement
laith-0093

HTML

Jan 13th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. <TABLE align=center cellSpacing=1 cellPadding=1 bgColor=#bbbbbb width=10% border=0>
  3. <TD width=100% bgcolor=cccccc>
  4. <FONT face='Verdana' color=#000000 size=2>Dictionary</font>
  5. </td>
  6. <TR>
  7. <TD width=100% bgcolor=cccccc>
  8. <Form Name='Search' method='POST' action='http://vbzoom.com/dictionary/index.php'>
  9. <FONT face='Verdana' color=#000000 size=1>
  10. <INPUT type='text' maxLength=50 size=20 name=FindWord>
  11. <BR>
  12. <input type=radio name=SearchMothod value=0 checked><B> Start Of Field </B>
  13. <BR>
  14. <input type=radio name=SearchMothod value=1><B> Any Part Of Field</B>
  15. <BR>
  16. <INPUT type=submit value='Find'>
  17. </TD>
  18. </form>
  19. </TABLE>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement