Hello Mr.Sudsy,
> Rather than making the effort to understand
> the technology or even reducing the problem to the essentials, they
> post their code here and expect someone to correct it FOR FREE!
Excuse me Gentleman - I posted the coding because everyone might get
an OVERVIEW of my problem. i have asked only your views or
suggestions. I HAVEN'T ASKED YOU TO CORRECT MY CODING AND GIVE IT TO
ME. I HAVE ASKED MY DOUBT IN A VERY POLITE MANNER, NOT LIKE YOU. Learn
how to behave decently.
> I just love these kinds of posts! Here's someone who's getting paid to
> develop an application.
Have you read my doubt fully????....I am not asking you to develop an
application. Hereafter, Read the question completely and post your
thoughts.
> Pay me US$65/hr and I'll happily debug and finish your code.
F4 Y3! ..Since i don't want to waste more time for replying to such
posts, I stop with this.
Finally, I found the error in my part. It is:
cust1.innerHTML += data1;
cust2.innerHTML += data2;
cust3.innerHTML += data3;
cust4.innerHTML += data4; instead of,
cust1.innerHTML = data1;
cust2.innerHTML = data2;
cust3.innerHTML = data3;
cust4.innerHTML = data4;
cheers,
Jagdeesh.
|