Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to show server time clock on my page
but i want to do it without javascript because javascripts can be disabled by browser setting
and my clients are using xp machines and .net framework 2.0 the cant do it with ajax
so i want to create it without ajax updatepanel and javascript


we can use jquery and css for that
please help me as soon as possible
Posted

You can build this clock using CSS3 and Html 5.
Here [^]is an example.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 11-Aug-15 2:02am    
5ed, but also pay attention that one detail in the question makes it absurd; please see Solution 2 where I credited your solution.
—SA
Abhinav S 11-Aug-15 2:04am    
Thanks. Read your solution.
Mohit Choksi 11-Aug-15 2:25am    
Thanks for your solution with css3 and html5 but i want to display Server Time and the problem in this solution is its uses Client Time. And also I want Digital Clock not Analog..
The question, as formulated, makes no sense at all. If JavaScript is disabled, you cannot use jQuery, because this is a JavaScript library.

Solution 1 shows how to do it without JavaScript.

—SA
 
Share this answer
 
Comments
Abhinav S 11-Aug-15 2:04am    
5. Agreed without Javascript there is no JQuery.
Sergey Alexandrovich Kryukov 11-Aug-15 2:09am    
Thank you, Abhinav, but the real solution is yours anyway.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900