Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 1 Views: 708 Hi,
I don't know much about javascripts. I am preparing a module in PHP in which I have to validate data entered by a user through javascripts. Now there is a field in which I have ensure that the... |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 3 Views: 646 Put the attached folder in the folder in which your application resides. Then Insert the following javascript above the code for your form.
<link rel="stylesheet" type="text/css" media="all"... |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 10 Views: 4,001 Thanx Shanti. The job has been done. There was a error from my side that I was overlooking. Your first solution does the work for me. Thanx again |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 10 Views: 4,001 How could I pass this value to the javascripts for validation. |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 10 Views: 4,001 I have tried every solution you have given me, Shanti. It's not working. The program isn't generating any error. I think this has got something to do with the format, the javascript is getting the... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 10 Views: 4,001 Shanti I would have marked the thread as solved if my problem would have solved but it isn't. I don't know why but the function you mentioned isn't helping me. I am attaching the file in which the... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 10 Views: 4,001 Hi,
I am developing a module in PHP where I have to ask user to enter dates in two fields. The catch is that the second date entered should come after the first one in a calendar year. eg- if... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 1,444 Thanx a ton vicky. The code is working perfectly. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 1,444 Hey Guys,
I am new to PHP and know nothing of java scripts. I have to build a web page where user enters login information at the time of registration. I have taken help of a PHP tool to generate... |