Radio button HTML with Mega


can please?

i'm trying create group of radio buttons mega.

i'm using webserver code posted while ago on forum , works indeed.

i've created html works ok when html file viewed using internet explorer (intended viewed via ethernet shield) can't head around how format html mega compile it.

i've created group of 7 radio buttons , html works - see html below.

a pointer in direction of existing code can learn , possibly modify use big help.

thanks received!
============================================
<legend>

item selection

</legend>

<fieldset>

<body>

<form action="">

1:

<input type="radio" name="groupselect" value="1" checked="checked">

2:

<input type="radio" name="groupselect" value="2">

3:

<input type="radio" name="groupselect" value="3">

4:

<input type="radio" name="groupselect" value="4">

5:

<input type="radio" name="groupselect" value="5">

6:

<input type="radio" name="groupselect" value="6">

7:

<input type="radio" name="groupselect" value="7">

</body>

</form>

</fieldset>

</html>



Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Radio button HTML with Mega


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums