prakash muthu

Ranch Hand
+ Follow
since Sep 06, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by prakash muthu

Hello,
why do you say that overloading is polymorphism?
There is no late bindin assciated with method overloading.
Pls Explain
Regards
Prakash
22 years ago
Hello Kyle,
thanks for your reply.. I'm looking fr FAQs of EJB like objective type question and answer.. It will be useful for improving knowledge in EJB.
I hope you can help me.
Prakash
Hi Phil,
Thanks for your reply. In that FAQ contains basic information,i'm expecting something, which related to interview point of view.
Once again thanks for your reply
Prakash
Hello Pals,
Pls send it to me if you have FAQs for EJB or let me know about the links if any..
TIA
Prakash
(prak_m@yahoo.com)
Hi,
The onclick method get invoked if you press the button only. But you called a function as update(i), so obviously it will take last row number only, bcoz of the i value
You can get the row number and try to send as a parameter in the update function
I hope it will be useful for you. Let me know if i'm unclear
Prakash
Hi,
The onclick method get invoked if you press the button only. But you called a function as update(i), so obviously it will take last row number only, bcoz of the i value
You can get the row number and try to send as a parameter in the update function
I hope it will be useful for you. Let me know if i'm unclear
Prakash
Hi,
I have a couple of idea for your problem..Check it out and let me know.
1)Put the values in a vector and you can show first 5 in the first time, then if the user click on Next button, you can show a next 5 records.
Here the problem is all records will be in client side
2) You can use a separate server call for every click on next button.
Based on your situation you can use any one
-Prak
Hi friends,
I have two fields. In the first, i have onBlur event and in the second i have onfocus event.
If i press the tab from the first field, both events are executing simultaneously..I have more codes in the Blur event and only few lines in Focus event.
But i wanted to execute the Focus after the Blur only..
Can you help me regarding the same
TIA
Prakash
Hi,
Thanks for your solution.. I'm going to use the same. But i did like this, i converted into string then if the length is greater than 4 (in my case), i discarded the remaining value.
Once again thanks for your soluition
NB : i put one more question, pls have a look
Prakash
Hi,
Thanks for your solution.. I'm going to use the same. But i did like this, i converted into string then if the length is greater than 4 (in my case), i discarded the remaining value.
Once again thanks for your soluition
NB : i put one more question, pls have a look
Prakash
Hello All,
If i do the subtration of two float numbers, i'm not getting the exact value.
for eg if i do 1 - 0.9, i got like 0.100000095
Why we are getting this kind of result and is there any existing method correct the problem

TIA
Prakash
Hi,
Usually if there is no content, the cursor will be in begining of the text box only.. If there is any content, then it will select the hole.
let me know if i'm wrong.
let me know more about your doubt.. I'll try to do
-Prakash
Hello Joey,
I got the answer for my problem...
I suppose to use like top.document.title="new Title".
Thanks for your tip
Prakash
Hello Joey,
Its not working.
once agian i'll explain the scenario..
I have 3 frames in a file.. In the main frame, i'll load the html based on the selection, which is available in the left frame..
now i want to change the main window(file, which has 3 frame) title, based on the selection...
Let me know, if i'm unclear
Regards
Prakash

Originally posted by Joey:
Doing it in Javascript is as follows.
document.title = "Hello World";
Joey


Hello All,
I have three frames in a file.. From one of those frame, i want to change the main window title..
Any of you can thro' a light or any info regarding the above
TIA
Prakash