all groups > inetserver asp general > april 2005 >
You're in the

inetserver asp general

group:

Spinner


Spinner Vinod
4/28/2005 12:38:28 PM
inetserver asp general: Hi,

I want to know how we can create a time spinner , similar to the the one
which we can
see in Date/Time properties , when we click it.

I want to include it in my asp program.

Thanks in advance

Vinod

Re: Spinner Bob Barrows [MVP]
4/29/2005 12:00:00 AM
[quoted text, click to view]
You'll probably need client-side script or an ActiveX control to achieve
this, neither of which is on-topic for this newsgroup. Try posting in
microsoft.public.scripting.jscript. And be more explicit about what you are
talking about when you mention Date/Time properties. I have no clue what you
are talking about.

Bob Barro
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: Spinner McKirahan
4/29/2005 7:32:38 AM
[quoted text, click to view]

What a "a time spinner " -- do you mean a clock face?

Re: Spinner McKirahan
4/29/2005 8:06:15 AM
[quoted text, click to view]

http://rainbow.arch.scriptmania.com/scripts/roundclock.html
http://blog.funciton.com/en/archives/000044.php#

may be what you want but why did you ask in this group?

Re: Spinner McKirahan
5/3/2005 5:06:41 AM
<< Vinod's response (below) was not sent to the newsgroup. >>

[quoted text, click to view]



<No i don't mean a clock face.I wanted to put something like the
<above bmp picture in my website , so that one can select the time.
<
<Regards
<Vinod


Please reply to the newsgroup so others can benefit.

Why do you call the image of "hh:mm:ss xM" a "spinner"?
(Like what appears below the clock face in Date/Time Properties.)

You can roll-your-own using

<form name="clock">
<input type="text" name="hh" size="2" maxlength="2">:
<input type="text" name="mm" size="2" maxlength="2">:
<input type="text" name="ss" size="2" maxlength="2">:
<input type="text" name="xx" size="2" maxlength="2">
</form>

and fill it in an change it via JavaScript.

Or, perhaps there's a third party control that you can use.

Would you use it to set the client's local time?
If so, why? They can use the Date/Time Properties ot the
DOS command "time".

Again, this is probably the wrong group to ask in.

AddThis Social Bookmark Button