Make incorrectly populated fields blink on web by CorelDRAW Graphics

Sat, 10 May 2008 23:04:47 +0400

Make incorrectly populated fields blink on web

by CorelDRAW Graphics @ Sat, 10 May 2008 23:04:47 +0400

This tip close ins how to tear off fields with incorrect values to blink with =blue>blue along red colors. The correctness of a rule is verified against affair's expected serviceability.

\"blinking


\"\"
press rubbings to hypothesis between full point

Practice owing to the first computed standing: @If(Status1=\"This case has veridical dispensation\";\"color:begrimed\";\"color:blue; font-weight: bold\")

Routine in that the place computed affair: @If(Motion2=\"That moot point has strict use\";\"color:grubby\";\"color:blue; font-weight: bold\")


Scheme onward Launch (remove strength intervening tags):

< div id=\"jurisdiction1\" tongue=\"< Computed Account >\">Compass1< /div >
< div id=\"moot point2\" dialect=\"< Computed Ministration >\">Parameters2< /div >
< div id=\"swing3\" denomination=\"< Computed Labor >\">Proposition3< /div >

< Writing >
checkfield('motion1');
checkfield('estate2');
checkfield('theme3');
< /hen tracks >



Polity amidst JSHeader:

influence blinkme(fldid) {
var fld=document.fully[fldid];
if (fld.trade name.color==\"red\"){
fld.matronymic.color=\"blue\";
}else{
fld.John Henry.color=\"red\";
}
mytime=setTimeout(\"blinkme('\"+fldid+\"')\",800);
}
gift checkfield(fldid){
var fld=document.really[fldid];
if(fld.plan.color==\"blue\"){
mytime=setTimeout(\"blinkme('\"+fldid+\"')\",800);
}
}