>Hi all, > >I know this problem is not worth of this list of discussion, but I am >asking you because I think (hope) you've encountered this problem. >The problem is extremely simple: a number of radio buttons for a form, >using echo in php. In IE, everything works fine: I can select different >buttons ( button k selected and other is de-selected), but in Nescape it >does nt work...all the buttons that I would select remain selected. I use >Netscape 6, but I do not think this is different for previous versions of >it. I use the correct syntax for input type, I have different values for >different values. >Anybody encountered this problem and found a solution? > >Thanks > >Mihai
I think this is because Netscape handles radio buttons differently than IE (from my experience in GUI programming)... maybe: IE automatically puts all radiobuttons within a form into a group Netscape requires a radiobutton group -- which I'm not sure how to do check HTML tutorial sites. if all else fails, try a combo box instead? regards, -andrew saturn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]