Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / JavaScript / November 2004



Tip: Looking for answers? Try searching our database.

javascript calender??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
randomtalk@gmail.com - 29 Nov 2004 01:16 GMT
hi.. i want to do something like... there is a input box on the main
page.. and on the side of the input box there is a link called
"calender", when user click on that, there is a new calender opens in a
new window, displaying two monthes of date, then when user cilcks on
the date, it closes the new window, put the date into the input box in
this format: yyyy-mm-dd.. i heard it's something to do with:
href="javascript:OpenCalendar()".. not too sure though.. thanks alot!!
Daniel Kirsch - 29 Nov 2004 11:39 GMT
> hi.. i want to do something like... there is a input box on the main
> page.. and on the side of the input box there is a link called
[quoted text clipped - 3 lines]
> this format: yyyy-mm-dd.. i heard it's something to do with:
> href="javascript:OpenCalendar()".. not too sure though.. thanks alot!!

http://www.mattkruse.com/javascript/calendarpopup/

Daniel
randomtalk@gmail.com - 30 Nov 2004 02:38 GMT
one problem with that.. it's implemented with DHTML.. that means it
doesn't work in any other browser other than IE.. and i'm personally
NOT using IE.. thus i can't even see it.. i'm using opera.. thanks
though :D
RobG - 30 Nov 2004 06:18 GMT
> one problem with that.. it's implemented with DHTML..

 The term "DHTML" may have been coined by Microsoft, but it is
 implemented using a mix of script, markup and styles.  Therefore it can
 be implemented using open standards and be browser neutral - it is not
 MS proprietary nor necessarily IE specific.

> that means it
> doesn't work in any other browser other than IE.. and i'm personally

 Not so.  The JavaScript used for the calendar uses feature detection to
 sort whether to use document.all, document.layers or
 document.getElementById which is recommended best practice for being
 browser friendly.

 The various implementations at the link all seem to work in Firefox.

> NOT using IE.. thus i can't even see it.. i'm using opera.. thanks
> though :D

 Then it is a problem with Opera - which is not to say Opera is at
 fault, just that whatever the issue is that causes the script not to
 work with Opera, it isn't because the script is intentionally
 IE-centric.

Signature

Rob

Daniel Kirsch - 30 Nov 2004 09:28 GMT
> one problem with that.. it's implemented with DHTML.. that means it
> doesn't work in any other browser other than IE.. and i'm personally
> NOT using IE.. thus i can't even see it.. i'm using opera.. thanks
> though :D

Of course it's implemented in DHTML. That usually just means, it uses
HTML and JavaScript. It's nothing IE specific.
But why don't you check it out?

For me it works in IE, Firefox *and* Opera (7.23).

Daniel
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.