<html> <head><title>Add Key Person</title> </head> <body> <form> <table border="0"> <tr> <td>ID </td> <td><input type="text" name="key_person_id"><td> </tr> <tr> <td>Domain Name </td> <td><select name="domain_name"> <option value="1">Name 1 <option value="2">Name 2 <option value="3">Name 3 <option value="4">Name 4 <option value="5">Name 5 </select> <td> </tr> <tr> <td>Name</td> <td><input type="text" name="key_person_name" ></td> </tr> <tr></tr> <tr></tr> <tr></tr> <tr></tr> <tr></tr> <tr><td></td> <td><input type="button" value=" ok "> <input type="button" value=" cancel "></td> </tr> </table> </form> </body> </html>