FirstBase Software, Database Solutions for the Internet



These are sample forms used by dbmacro to demonstrate the easy access to CGI variables. Each of these forms executes the following macro code:

max_i = countkey(category)
if (max_i == 0)
   printf("Category = %s%s", category, html_br())
else
   for (i = 1; i <= max_i; i++)
      printf("Category[%d] = %s%s", i, category[i], html_br())



input type: select
select multiple items by holding
down the control key while making
additional selections




category



input type: checkbox
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

category




input type: radio
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

category


Return to dbmacro home page

FirstBase (R) Home Page FirstBase (R) Product Line FirstBase (R) Services FirstBase (R) Company Information Contact Search

© Copyright 1996-2008 FirstBase Software, Inc.