A HTML form page to accept user search input and invoke the CGI script on the web server to access the database
-
<html><header> <title>A Web/Oracle Phonebook Example</title></header>
-
<body>
-
<form action= "http://myhost/cps616/wow/
-
get_phoneno_by_name" >
-
Enter Last or First Name: <input type = "text" name= "name" value= "" >
-
</form></body></html>
|