User (Legacy) Posted January 3, 2003 Report Share Posted January 3, 2003 We are using ChartFx Internet version 5.5 for developing a Web-portal All was fine untill we installed Server-certificate. Over http all is fine, but over https we get a white screen displaying 'Downloading license, please wait...' The chart is there all the same, because when you put some other screen over it (Like Notepad or something) and remove it again, the chart with the data is displayed correctly. The problem appears to be a screen-refresh. Someone recognize this problem and have a solution/work-around? Thanks Freek Kootstra Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 6, 2003 Author Report Share Posted January 6, 2003 I've got it: <body onload="javascript:document.all['chart'].style.display = 'none';document.all['chart'].style.display = 'block';> where offcourse the chart is in a div called 'chart' :-) "Freek Kootstra" <freek.kootstra@infospace.com> wrote in message news:qTtYX9zsCHA.2684@webserver1.softwarefx.com... > We are using ChartFx Internet version 5.5 for developing a Web-portal > All was fine untill we installed Server-certificate. > Over http all is fine, but over https we get a white screen displaying > 'Downloading license, please wait...' > The chart is there all the same, because when you put some other screen over > it (Like Notepad or something) and remove it again, the chart with the data > is displayed correctly. > The problem appears to be a screen-refresh. > Someone recognize this problem and have a solution/work-around? Thanks > > Freek Kootstra > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.