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

Reply via email to