Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
~179 People Reached
Favorite Forums
Web Development x 1
Favorite Tags
javascript x 1
classic-asp x 1
1 Posted Topic
[QUOTE=vicky_rawat;667054]Hi, You will need to create a clock in javascript that will refresh the time.[/QUOTE] //Code behind [code]protected void Page_Load(object sender, EventArgs e) { [INDENT]const string crlf = "\r\n"; str[INDENT][/INDENT]ing jsscript = "<script type='text/javascript'>" + crlf + "window.onload=startclock;" + crlf + "var clock;" + crlf + "var time_diff;" + crlf …
The End.
suraj145