Hello,
Maybe you could help me.
I would like to use a checkbox under html on my Embedded software.
I’ve found some help under TCP/IP Volume 2 User’s Manual §5.3.4 but it’s not enough for me…
This is my html code I tryed:
CHECKED
Also in my main file :
protected int Enable_SW1;
#web Enable_SW1;
When I load the page, the checkbox is always false.
If someone could help me, it could be great