Forum Moderators: phranque
I finally found out why Opera was not running a java element that comes with ColdFusionMX. It turns out, CFMX creates these lines:
<OBJECT
CLASSID="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" The more correct line (according to w3), renders in Opera properly:
<OBJECT
CLASSID="java:8AD9C840-044E-11D1-B3E9-00805F499D93" Anyone else identified this?