| After deploy on tomcat if statement doesnt work [message #986370] |
Tue, 20 November 2012 04:20  |
Red Hooder Messages: 1 Registered: November 2012 |
Junior Member |
|
|
Hello, this might be a stupid question but still cant get why is this happening. I made a radio button which color specific row with a specific colors.
The code looks like:
if(rows[i].cells[5].innerText=="Completed"){
rows[i].style.backgroundColor = "#99FF00";
}
When I am checking at the preview in eclipse it is working but after deploy the if statement doesnt work and else statement runs.
|
|
|
|
Powered by
FUDForum. Page generated in 0.01416 seconds