Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 2 Views: 923 Hi,
Will this quiz be purly in javascript or will it be a webbased game. |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 2 Views: 848 Hi,
onchange event of from date textbox, copy the value of from date into todate textbox. |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 10 Views: 3,144 Hi,
You will need to call two functions in AJAX.
1. for inserting the comment in database and returning the last inserted id
2. For displaying the comment using the returned id. |
Forum: JavaScript / DHTML / AJAX Jul 29th, 2008 |
| Replies: 2 Views: 542 Hi,
Please post you code. |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 7 Views: 1,468 Hi,
If you post the script for one slid show, I will create the required script for you. |
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008 |
| Replies: 11 Views: 2,248 Hi,
All the best to you and whenever you need help we all are here to help you.
So friend, keep learning. |
Forum: JavaScript / DHTML / AJAX Jul 16th, 2008 |
| Replies: 11 Views: 2,248 Hi,
Like you gave a question
2+2 = ?
user gave answer as 4 then
in the page where you are posting the information, you can check if the answer user gave is correct or not.
If correct then... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 3,013 Hi,
always mark thread as solved, when you get solution, as it will help others if they are searching for a solution. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 11 Views: 2,248 Hi,
the best solution to provide spamers is including a tricky game, like a mathematical opeartion on two numbers.
provide them two random numbers and a mathematical operation and let them... |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 3,013 Hi,
you can sumply use
t2 = "0"+t2;
but if you also want to give a condition that a 0 will be prefixed only for numbers less than 10. |
Forum: JavaScript / DHTML / AJAX Jul 15th, 2008 |
| Replies: 3 Views: 1,408 Hi,
Replace the ew_ValidateForm javascript function with
function ew_ValidateForm(fobj) {
if (fobj.a_confirm && fobj.a_confirm.value == "F")
return true;
var i, elm, aelm, infix;... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2008 |
| Replies: 2 Views: 729 Hi Sunita,
Can you please clear your requirement. What actually you want? |
Forum: JavaScript / DHTML / AJAX Jul 10th, 2008 |
| Replies: 8 Views: 1,313 Hi,
The code will look like this.
<script language=javascript>
var arrmsg = new Array(3);
for(j=0;j<3;j++)
{ |
Forum: JavaScript / DHTML / AJAX Jul 9th, 2008 |
| Replies: 8 Views: 1,313 Hi,
First, you need to try it yourself. you can show me your code and I can let you know, where you r going wrong. :) |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 3 Views: 2,020 Hi,
Can you post the html code that you are using. |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 8 Views: 1,313 Hi,
I can provide you the logic, that I think will work.
You need to create an 2d array holding the id's and type of all the elements on form.
then onclick event of any element call the... |