|
Posted by Matthias Gutfeldt on January 28, 2005, 11:07 pm
Please log in for more thread options
lkrubner@geocities.com schrieb:
> I'm facing a frustrating bug. My PHP code gets some info from a
> database and puts it into a select. This works fine on PCs but not on
> Macs. I'm thinking there is some coding error in the HTML that is
> causing it render wrong on the Macs? On the Macs the text is often from
> missing from the options elements, as you can see here:
>
> <p>Which member:</p>
> <select id="publicpenFormInput3" name="formInputs[cbUserName]">
> <option value="x#x#x#blankx#x#x#">No choice made</option>
> <option value="106"></option>
> <option value="2129"></option>
> </select>
There IS nothing to show in the last two OPTION elements, they're empty.
Which browsers are showing what, exactly?
Matthias
--
http://blog.ch/
|