Your radio buttons look fine.  I would ensure to add quotes (single or 
double) around the attribute settings, for HTML compliance.  If you must go 
without quotes, then make sure that you don't put spaces in any of the 
attribute values.

<INPUT type="radio" value="6" name="surf_erf">

As for the form not working... do you have a JavaScript that works with 
these radio buttons?

Or, is the radio button name the same as the "Submit" button?



At 07:25 PM 8/26/2002 +0200, you wrote:
>Hello, I get forms posted and working, but as soon as I include radio
>buttons, the whole form doesn't function anymore. The code of the radio
>button part is included in this posting.
>Can you tell me, what I'm doing wrong?
>Help would be greatly appreciated!
>
>S. Maier
>
>
>         <TR>
>           <TD width="35%">Wie häufig surfen Sie im Internet? </TD>
>           <TD vAlign=center width="15%">
>             <DIV align=right><FONT size=-1>selten</FONT></DIV></TD>
>           <TD width="5%" bgColor=#cccccc>
>             <DIV align=center><FONT size=-1><INPUT type=radio value=1
>             name=surf_erf> </FONT></DIV></TD>
>           <TD width="5%" bgColor=#cccccc>
>             <DIV align=center><FONT size=-1><INPUT type=radio value=2
>             name=surf_erf> </FONT></DIV></TD>
>           <TD width="5%" bgColor=#cccccc>
>             <DIV align=center><FONT size=-1><INPUT type=radio value=3
>             name=surf_erf> </FONT></DIV></TD>
>           <TD width="5%" bgColor=#cccccc>
>             <DIV align=center><FONT size=-1><INPUT type=radio value=4
>             name=surf_erf> </FONT></DIV></TD>
>           <TD width="5%" bgColor=#cccccc>
>             <DIV align=center><FONT size=-1><INPUT type=radio value=5
>             name=surf_erf> </FONT></DIV></TD>
>           <TD width="5%" bgColor=#cccccc>
>             <DIV align=center><FONT size=-1><INPUT type=radio value=6
>             name=surf_erf> </FONT></DIV></TD>
>           <TD vAlign=center width="20%"><FONT size=-1>oft </FONT></TD></TR>
>
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php

- - - - - - - - - - - - - - - - - - - - -
Fourth Realm Solutions
[EMAIL PROTECTED]
http://www.fourthrealm.com
Tel: 519-739-1652
- - - - - - - - - - - - - - - - - - - - -


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to