1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <script language= "javascript" type= "text/javascript" > window.setTimeout( "HideLabelMessage();" , 3000); function HideLabelMessage() { var panel = document.getElementById( "pnlOperation" ); if (panel != null ) { panel.style.display = 'none' ; } } </script> |
Mainly serves as my backup reference on programming & technology. Plus some random thoughts
- HOME
- PROGRAMMING
- TECHNOLOGIES
- GENERAL
- ABOUT ME
Hiding DIV After Few Seconds
2011-06-12
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment