Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 JavaScript Calendar for Input Fields

Author  Topic 

SamC
White Water Yakist

3467 Posts

Posted - 2006-04-03 : 12:21:56
Does anyone have a good JS Calendar that'll pop-up when an <input> field is selected?

Kristen
Test

22859 Posts

Posted - 2006-04-03 : 12:30:29
http://www.dynarch.com/projects/calendar/ maybe?

Kristen
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-04-03 : 12:39:44
http://weblogs.asp.net/datagridgirl/archive/2004/02/05/68105.aspx
search for "Tan Ling Wee"

we use that one in asp 3.0

Go with the flow & have fun! Else fight the flow
Blog thingie: [URL="http://weblogs.sqlteam.com/mladenp"]
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2006-04-03 : 13:05:34
Nice. S'lotta code, but it should impress the customer.

Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2006-04-03 : 13:13:26
I may be reaching too much here...

I've got 4 radio buttons on a page. Is there a simple JS for OnClick= which I could use to set display:none on some <divs> and display:block on another <div>?

The desired effect would reveal options specific to the radio button that is checked.

Sam
Go to Top of Page

SamC
White Water Yakist

3467 Posts

Posted - 2006-04-03 : 13:16:40
Found one:

http://support.internetconnection.net/CODE_LIBRARY/Javascript_Show_Hide.shtml
Go to Top of Page
   

- Advertisement -