Hi Bob
I've just tried it on MSIE 5.2.2 on MacOS 10.2.8 and
"javascript
:alert(true?"Yes":"No")" works just fine.
Maybe if you posted more of the code segment that is giving the grief?
All the best
Ian
On 2004/10/27 12:52, in article
, "Bob Gregory"
<> wrote:
> Hi all,
>
> I don't actually have a mac with which to test this, but I'm informed
> by a colleague that one of my scripts has failed in IE on the Mac;
> endless twiddling seems to point to the ternary operator as culprit.
>
> I asked him to check that javascript:alert(true?"Yes":"No"); gave an
> alert when pasted into the address bar and he's reported that it does
> not.
> javascript:alert("someString"); works quite happily.
>
> Can anyone confirm this bug or help narrow it to a single version? It
> seems a fairly large bug to have gone so under-reported, gooooogling
> for "mac ie ternary operator" doesn't return anything helpful.
>
> Cheers,
>
> -- Bob Gregory