العنيد Manager
عدد الرسائل : 265 العمر : 40 الموقع : ارض المحبة والسلام تاريخ التسجيل : 14/09/2008
| موضوع: 11/1/2009 الأحد يناير 11, 2009 9:01 pm | |
| function switchurl() { var day = document.pickdate.day.options[document.pickdate.day.selectedIndex].value; var month = document.pickdate.month.options[document.pickdate.month.selectedIndex].value; var year = document.pickdate.year.options[document.pickdate.year.selectedIndex].value; var newurl = "/pdf?date="+year+month+day; top.location = newurl; } | |
|