User (Legacy) Posted November 2, 2001 Report Share Posted November 2, 2001 I have ChartFx object in my embed tag which shows a graph on my page. The embed tag is ... <EMBED type=chart/chartfxie width="776" height="515" name="ChartFX1" PLUGINSPAGE=/download/NpCfxIE.htm PluginVersion="4,5,14,0" LICENSE="/license/CfxIE.lic" DATAPATH="/cfxtemp/CFT1102_171141CC.chw"></EMBED> I'm try to set the properties of the ChartFX1 object through javascript. The javascript code is... <script language="JavaScript"> function test() { var chartFx1=document.embeds[0] } Upon callling this function the Netscpae give following error.. "unable to reflect embed with index 0 - not loaded yet?." Which the error says "not loaded" inspite of graph clearly visible. Is this something to do with safe for scripting for ChartFX object?? Regards Murtaza Link to comment Share on other sites More sharing options...
Software FX Posted November 5, 2001 Report Share Posted November 5, 2001 You cannot use client-side script with the ChartFX Netscape Plugin. -- Regards, JC Software FX, Inc. "Mur" <Murtazau@usa.net> wrote in message news:DtSoIVAZBHA.2488@webserver1.softwarefx.com... > I have ChartFx object in my embed tag which shows a graph on my page. > > The embed tag is ... > <EMBED type=chart/chartfxie width="776" height="515" name="ChartFX1" > PLUGINSPAGE=/download/NpCfxIE.htm PluginVersion="4,5,14,0" > LICENSE="/license/CfxIE.lic" > DATAPATH="/cfxtemp/CFT1102_171141CC.chw"></EMBED> > > I'm try to set the properties of the ChartFX1 object through javascript. > The javascript code is... > > <script language="JavaScript"> > function test() > { > var chartFx1=document.embeds[0] > } > > Upon callling this function the Netscpae give following error.. > > "unable to reflect embed with index 0 - not loaded yet?." > > Which the error says "not loaded" inspite of graph clearly visible. > Is this something to do with safe for scripting for ChartFX object?? > > Regards > Murtaza > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.