On 22-Nov-05, at 11:34 AM, [EMAIL PROTECTED] wrote
I am using a wohyperlink to open a new browser window that displays acalendar (one month only). I would like the user to select a date (wohyperlink) from the calendar and return the selected date to referring page.There are a number of free JavaScript calendars that implementselecting a date. The DHTML/JavaScript Calendar (<http:// www.dynarch.com/projects/calendar/>) seems to be one of the most versatile. An important bonus is that it has been tested with many different browsers including Safari and it works with WebObjects. Using such a pre-built calendar might be your best solution. Aloha, ArtHi - I will look into the suggested link and try to implement the calendar. This may require a few more questions from this newbie. A couple of additional questions if you don't mind:Is JavaScript the best way to implement a popup calendar or should Iuse a calendar web component in my application?
JavaScript will give a more responsive user experience (ie: no page refresh required for changing months/years). I also means you are not trying to spawn new pages and have them communicate with each other which can get confusing. ProjectWonder has ERXEditDateJavascript which you might want to look at for ideas on implementation.
Do you have any pointers on how to pass information from an element in one window to an element in another separate window within the same app?
I usually try and avoid this kind of UI if I can help it. So I don't have any pointers.
-- ;david -- David LeBer Codeferous Software 'co-defer-ous' adj. producing or containing code site: http://www.codeferous.com blog: http://david.codeferous.com
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
