Hi, I am using java applets for displaying a bar chart and pie chart. The applets are working correctly on the Notes Client. The problem is that the applets are not loading on the web. When i load the form i get a page with a grey box and a message in the status bar that the specific class hasn’t been loaded.
Can anyone tell me why the applets are not working on the web?
Do i have to a add HTML tags or should i specify anything in the HTML attributes?
Hi, The applet is on a subform. We have 2 subforms : one for pie chart and the other one for bar chart. On the form there’s a computed subform and the corresponding subform is loaded depending if the user has chosen PieChart or BarChart. It is working correctly on the notes client but not on the web. I keep getting a grey box.