Click to See Complete Forum and Search --> : Date


chuxs
12-08-2003, 10:49 AM
hw do i compare two date value and pops up a window if date1 is greater than date2

Khalid Ali
12-08-2003, 07:57 PM
something like this will work...
Resource for date comparison (http://www.webapplikations.com/pages/html_js/forms/DateRangeSelector.html)
to open a window
window.open("pageURL","WinName""Properties")