Create a function that will be executed everytime the value of the cell change.
Take this as an example:
function start() {
var time = new Date();
var seconds = time.getSeconds();
if ((seconds%2) == 0)
{ colorx = "#000000"; } //black font color
else
{ colorx = "#FFFFFF"; } //white font color
timer = setTimeout("start1()",250);
}
function start1() {
var time = new Date();
var seconds = time.getSeconds();
blinkLink.style.color = colorx;
timer = setTimeout("start()",250);
}
blinkLink stands for the table cell you want to automate.
Goodluck!
On 7/11/05, Cady <[EMAIL PROTECTED]> wrote:
> hi, i dunno whether this is the right place to ask or not.
> i have this one problem.
> i need to blink a table cell , whenever the value of that cell
> change.
> could anybody help me with this
> thank you
>
>
>
>
> ________________________________
> YAHOO! GROUPS LINKS
>
> Visit your group "AspClassicAnyQuestionIsOk" on the web.
>
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> ________________________________
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/