0
votes
1answer
21 views

Newer constructs are recommended [closed]

The World Wide Web consortium now regards the tag as outdated. Newer constructs are recommended.What's new?
0
votes
0answers
160 views

Simile Timeline Layout Issue in IE8 and IE9 [closed]

National Science Foundation installed v.2.3.1 of the Simile Timeline on the nsf.gov website in 2009. The timeline can be viewed at ...
0
votes
0answers
1k views

Adding css class to a dynamically created row using java script [closed]

I have a jsp page in which rows of a table are added dynamically. Here I am using a different java script than the one in my previous question. Here I could add elements into table columns, but I ...
0
votes
0answers
253 views

IE shows run time error for innerHTML in jsp page [closed]

I have a jsp page in which rows are created dynamically to a table using java script. It is working fine in all the browsers except IE. In IE it is showing the error Unknown run time error.. I have ...