Javascript Time

  • Thread starter Thread starter Brian Shannon
  • Start date Start date
B

Brian Shannon

I am using .aspx pages and currently making a trip to the server to fill in
a time in a text box.

cmdTimeIn is my button and the click event is
me.txtTimeIn.text = Now.ToShortTimeString

Can someone give me an example of using JavaScript to perform this function.
Grab the current time and placing it into a text box.

Thanks

P.S. I don't know much about javasript
 
Can yo please be more specific. I am not sure where to find that.

Thanks
clintonG said:
Check out the JavaScript FAQ [1]


--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://developer.irt.org/



Brian Shannon said:
I am using .aspx pages and currently making a trip to the server to fill in
a time in a text box.

cmdTimeIn is my button and the click event is
me.txtTimeIn.text = Now.ToShortTimeString

Can someone give me an example of using JavaScript to perform this function.
Grab the current time and placing it into a text box.

Thanks

P.S. I don't know much about javasript
 
Back
Top