Posted by lll Sun 4th Mar 2007 04:50 - Syntax is PHP - 40 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
function changemnmvalues (id, value, error)
-
{
-
//alert(id);
-
target1 = document.getElementById ('mnms-' + id);
-
target2 = document.getElementById ('mnmlink-' + id);
-
if (error) {
-
if (value > 0) { target2.innerHTML = " "; }
-
elseif (value < 0) { target2.innerHTML = " "; }
-
return false;
-
}
-
if (b.length <= 3) {
-
target1.innerHTML = b[0];
-
target1.style.backgroundColor = mnmPrevColor[id];
-
if (value > 0) { target2.innerHTML = " "; }
-
elseif (value < 0 ) { target2.innerHTML = " "; }
-
}
-
return false;
-
}
PermaLink to this entry https://pastebin.co.uk/11362
Posted by lll Sun 4th Mar 2007 04:50 - Syntax is PHP - 40 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0