// JP opened flex table

Click to See Complete Forum and Search --> : Applet Issue


vimlend
December 15th, 2001, 03:35 AM
hi there,
I've made a very simple applet wherein I'm just trying to change the text(caption) of a checkbox after every one second.However,while this works perfectly well in IE,it doesn't work properly in Netscape.In Netscape,the new text overwrites the previous text without clearing the previous text.In IE, there is no such problem.

Also,while displaying Images in Netscape why does it flicker so much,while in IE it goes smoothly??

Can anyone help me??

Rahul

Norm
December 15th, 2001, 09:38 AM
Yes, the browsers are different. It can be veeerrrrryyyyy frustrating getting code that will work in both browsers.

Without seeing your code, hard to suggest any changes.

Norm

dlorde
December 15th, 2001, 11:20 AM
You need a good reference that will tell you which commands will work with which browsers. The w3schools site (http://www.w3schools.com/) has such references (http://www.w3schools.com/html/html_reference.asp) as well as useful tutorials.

Dave

//JP added flex table