You need to sign in to do that
Don't have an account?

Using the date/account/opportunity/... pickers in s-controls?
This was posted in the PHP forum, so I'm not sure you guys saw it:
http://forums.sforce.com/sforce/board/message?board.id=PerlDevelopment&message.id=1444
Basically, I can get the pickers to launch but get an error when I try to choose a value.
Anyway, if you have any ideas on this one, please let me know.
Thanks,
-Zach
http://forums.sforce.com/sforce/board/message?board.id=PerlDevelopment&message.id=1444
Basically, I can get the pickers to launch but get an error when I try to choose a value.
Anyway, if you have any ideas on this one, please let me know.
Thanks,
-Zach
Make sure that the field= in the link is matching the id of the field supposed to contain your date
Here is my sample:
Code:
Note that that was in the docuemnt.write = so it explains the escape characters for the "
Regards
Message Edited by The_Fox on 06-08-2006 04:00 PM
I am also using the same date picker code.
But it is giving error in Firefox as Documnet.getElementByID(Form) has no properties.
But same thing is working in IE.
So please suggest me the solution for same.
Thanks In Advance.