NetBurner 3.5.8
PDF Version
Toggle main menu visibility
Parallax/src/formtools.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef FORM_TOOL_H
6
#define FORM_TOOL_H
7
8
9
/* Functiosn to manage HTML form creation and data extraction */
10
11
/* Output a select */
12
/* Item 1 = first selection item !!! */
13
void
FormOutputSelect(
int
sock,
const
char
*name,
int
selnum,
const
char
**list );
14
15
16
/* Outout a Check box */
17
void
FormOutputCheckbox(
int
sock,
const
char
*name, BOOL checked );
18
19
/* Output an input box */
20
void
FormOutputInput(
int
sock,
const
char
*name,
int
siz,
const
char
*val );
21
22
/* Output an input box for numbers */
23
void
FormOutputNumInput(
int
sock,
const
char
*name,
int
siz,
int
val );
24
25
/*Output an input box for IP addresses */
26
void
FormOutputIPInput(
int
sock,
const
char
*name,
IPADDR
ip );
27
28
29
void
ShowIP2Sock(
int
sock,
IPADDR
ip );
30
31
#endif
32
IPADDR
IPADDR6 IPADDR
IPADDR Object Type (either v4 or v6).
Definition
nettypes.h:568
examples
Parallax
src
formtools.h
Generated by
1.18.0