正在加载图片...
Sample HTML Source Text <html> <body> <table border> <tr><th>ID</th><th>Name</th><th>Department</th></tr> <tr><td>00128</td><td>Zhang</td><td>Comp.Sci.</td></tr> </table> <form action="PersonQuery"method=get> Search for: <select name="persontype"> <option value="student"selected>Student </option> <option value="instructor">Instructor </option> </select><br> Name:<input type=text size=20 name="name"> <input type=submit value="submit"> </form> </body></html> Database System Concepts-7th Edition 9.9 @Silberschatz,Korth and SudarshanDatabase System Concepts - 7 9.9 ©Silberschatz, Korth and Sudarshan th Edition Sample HTML Source Text <html> <body> <table border> <tr> <th>ID</th> <th>Name</th> <th>Department</th> </tr> <tr> <td>00128</td> <td>Zhang</td> <td>Comp. Sci.</td> </tr> …. </table> <form action="PersonQuery" method=get> Search for: <select name="persontype"> <option value="student" selected>Student </option> <option value="instructor"> Instructor </option> </select> <br> Name: <input type=text size=20 name="name"> <input type=submit value="submit"> </form> </body> </html>
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有