I'm writing a page which will show the min and max time the server ran through, those information are stored within a list, I wrote some JavaScript, but don't how to display
sample like:
min time: XX:XX
max time: xx:xx
they cannot be added as onClick() or MouseOver(), they are just regular content.
So what should I do, can anybody give me some good ideas?
Many thanks in advance!