It is an intranet page. I can't send you the link. But i'm using a calendar image as the button. The each calendar image has its own name and ID, like: LAST_INV_SELECTOR, INV_SELECTOR. I tried to add the code in different order to see what happens, but the popup always end up beside the first button it find. In this case it is the INV_SELECTOR.
Here is the code generated, you will see the IVN_SELECTOR in the second block of code.
<% '********************** ' http://www.DwZone.it ' Advanced Form Elements ' Date Picker ' Version 1.4.7 '********************** dwzTextField = "LAST_INV_DATE" dwzDateFormat = "%m/%d/%Y" dwzFirstWeekDay = "0" dwzLanguage = "en" dwzButton = "LAST_INV_SELECTOR" dwzWeekNumbers = "0" dwzShowsTime = "0" dwzTimeFormat = "%H:%M" dwzMinDate = "" 'dd/mm/yyyy dwzMaxDate = "" 'dd/mm/yyyy response.write(dwzCreateCalendar(dwzTextField, dwzDateFormat, dwzFirstWeekDay, dwzButton, dwzWeekNumbers, dwzShowsTime, dwzTimeFormat, dwzMinDate, dwzMaxDate))
'********************** ' http://www.DwZone.it ' Advanced Form Elements ' Date Picker ' Version 1.4.7 '********************** dwzTextField = "INV_DATE" dwzDateFormat = "%m/%d/%Y" dwzFirstWeekDay = "0" dwzLanguage = "en" dwzButton = "INV_SELECTOR" dwzWeekNumbers = "0" dwzShowsTime = "0" dwzTimeFormat = "%H:%M" dwzMinDate = "" 'dd/mm/yyyy dwzMaxDate = "" 'dd/mm/yyyy response.write(dwzCreateCalendar(dwzTextField, dwzDateFormat, dwzFirstWeekDay, dwzButton, dwzWeekNumbers, dwzShowsTime, dwzTimeFormat, dwzMinDate, dwzMaxDate))
'********************** ' http://www.DwZone.it ' Advanced Form Elements ' Date Picker ' Version 1.4.7 '********************** dwzTextField = "TURN_IN_DATE" dwzDateFormat = "%m/%d/%Y" dwzFirstWeekDay = "0" dwzLanguage = "en" dwzButton = "TURNIN_SELECTOR" dwzWeekNumbers = "0" dwzShowsTime = "0" dwzTimeFormat = "%H:%M" dwzMinDate = "" 'dd/mm/yyyy dwzMaxDate = "" 'dd/mm/yyyy response.write(dwzCreateCalendar(dwzTextField, dwzDateFormat, dwzFirstWeekDay, dwzButton, dwzWeekNumbers, dwzShowsTime, dwzTimeFormat, dwzMinDate, dwzMaxDate)) %>
|
|
|