我的电台盒式表为什么在7.0.1中工作,但却在IE、Khat和Safari做罚款。 问题是,“检查”的无线电箱对超文本显示的情况进行n击。
例如,如果我把温度的设定从“f”改为“c”和“c”和“新闻选择”,那么行动文字就看到正确的数值。 当时,我还在FF中报到,并更新窗户,“c”仍然选定。 如所述,在其他浏览器中,而不是在FF中,这种工程是预期的。
我有很强的时间认为,这一基本内容在FF中被打破,但超文本是直截了当的。
-- Geoff
<form name="form1" method="POST" action="weather_uom_set.php">
<h3>Precipitation</h3>
<input type="radio" name="precip" value="in" checked="checked"/> Inches (")<br/>
<input type="radio" name="precip" value="mm" /> Millimeters (mm)<br/>
<h3>Temperature</h3>
<input type="radio" name="temp" value="f" checked="checked"/> Fahrenheit (°f)<br/>
<input type="radio" name="temp" value="c" /> Celsius (°c)<br/>
<input type="submit" value="Submit" />
</form>