LiveWire Web-to-Database Solutions, Part 2

By William Robert Stanek

Dr. Dobb's Sourcebook July/August 1997

Select a table:
<INPUT TYPE="radio" NAME="detTable" VALUE="customer" 
onClick="searchCrit('customer')" CHECKED>Customer Accounts
<INPUT TYPE="radio" NAME="detTable" VALUE="employee" 
onClick="searchCrit('employee')">Customer Service Reps

<P> Search style: <INPUT TYPE="radio" NAME="choiceCount" VALUE="6" onClick="searchSize(this)" CHECKED>Limited

<INPUT TYPE="radio" NAME="choiceCount" VALUE="10" onClick="searchSize(this)">Expanded

Example 5: Toggle between search modes and tables.

Back to Article