Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hi,is it possible page is periodic (ex: 5 min.) auto refresh?
Hi,you can do it using the Javascript SetInterval() method. Use the JavaScript OnLoad event on the Events tab of your page.Here is a sample:
SetInterval('window.location.reload()', 300000);
For more information:http://www.w3schools.com/jsref/met_win_setinterval.asp
very much thnx Ann.working..!is it possible if field is empty different color view?