Forum: JavaScript / DHTML / AJAX Aug 28th, 2006 |
| Replies: 1 Views: 19,935 Ok, I resolved this myself. I had to change the code down below to this...
var hour = time.getHours() ;
var minute = time.getMinutes();
var curTime = date+" "+GetMonth(time.getMonth())+" ";... |
Forum: JavaScript / DHTML / AJAX Aug 28th, 2006 |
| Replies: 1 Views: 19,935 Greetings,
I need help with the javascript below. So far, I am able to pass the date through a pop-up calender and this script receives the date in format of "28 Aug 2006 11:47 PM" as a string. I... |
Forum: PHP Aug 20th, 2006 |
| Replies: 1 Views: 2,376 Hello George,
I recommend using PHPMailer script for this purpose. It's easy to send HTML messages using PHPMailer. |
Forum: PHP Aug 20th, 2006 |
| Replies: 1 Views: 4,277 Greetings,
I need help with preselecting checkboxes in a HTML form.
The first form has several checkboxes and then I post this to a php page which based on the checkboxes selected will send out... |