Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags
Member Avatar for ajithraj

haii friends.... [COLOR="Red"]i want to select a particular string from textarea...i need it in javascript.... am using the tag <layout:textarea> i did not need the whole ,but only a part...plzz help me...[/COLOR]

Member Avatar for fxm
0
231
Member Avatar for ajithraj

hi all Is there any way to increase the default time after internet explorer timeouts..i had set my server time out period(using setActiveTimeout) to 1 hour....this works fine in firefox..but in IE, "a page cannot be displayed message" is showing after 30-40 minutes... is there any way to solve this....

0
46
Member Avatar for ajithraj
Member Avatar for manju.fresher
0
44
Member Avatar for ajithraj

Hi I am using mozilla to test my application. I tested two subscription of my application in two different mozilla browsers simultaneously. Here I Found details are swapped. Because mozilla using the same Session ID for the two browser. This is a flaw in mozilla or whether this issue is …

Member Avatar for ajithraj
0
104
Member Avatar for ajithraj

[B]is there any way to disallow more than one login [/B] I mean , in IE we can log in a yahoo Mail with a number of mail id at the same time...But this is not allowed in Mozilla..... I want to implement this(like that in Mozilla) restriction in our …

Member Avatar for ajithraj
0
91
Member Avatar for ajithraj

I had learned that JVM will collect only the freed memory location during the garbage collection..That is if an object had a reference, then it will not be collected... My doubt is, will the JVM collect all the used location whenever it goes out of the method..That is . [ICODE] …

Member Avatar for ajithraj
0
164
Member Avatar for ajithraj

Haii. I want to resize an image before uploading it to the server.. Is there any way to do that....

Member Avatar for sillyboy
0
44
Member Avatar for ajithraj

I dont know how to solve this..Can anyone help me.. The project is an Intranet aplication... how can a client upload a file/image.... Uploaded file/image should be to the server... Thanks

Member Avatar for peter_budo
0
357
Member Avatar for ajithraj
Member Avatar for ajithraj

haii I have a requirement in which i want to read a file from another machine in the network. I want to know how to set the URL Thanks in advance

Member Avatar for masijade
0
290
Member Avatar for goodluck4287

Just got the wonderful Line is longer than 80 characters error. I realize this could very well be a n00b question ;-) I tried splitting after the ":" putting both lines in brackets and connecting them with + " but didn't work well for me, anyone know how? [CODE] public …

Member Avatar for stephen84s
0
75
Member Avatar for ajithraj

haii friends.. i want to search for a file, which resides in my own system using jsp...that is, when i click a button, a search brower is to be displayed which showing all my folders in my system and from that i want to search for the needed file...Is this …

Member Avatar for javaAddict
0
62
Member Avatar for ajithraj

hai friends, I want to import a photo from server machine to client through java..s there any way to import that.. Thanks in advance

Member Avatar for peter_budo
0
49
Member Avatar for Will Gresham

Hi All I have an Excel workbook (Excel 2002) which is accessed and modified by multiple people, there are 3 sheets within the workbook, 'Processing', 'Completed', and 'List Data'. On the processing sheet there are open jobs with drop-down validation in 2 cells which fetches options from the list data …

Member Avatar for Will Gresham
0
95
Member Avatar for ajithraj

haii friends.. am using excel to set formulas like IF(cell4="o";"9":"0")..but am getting a formula overflow when seting lengthy formulas..is there any way to avoid this...

0
85
Member Avatar for Botty

What I am trying to do with the attached excel spreadsheet is to place an IF formula in each of the cells within the black borders. The formula cold be something like this: IF(row 4 = "april" then place a number (say 1). The problem I am facing is that …

Member Avatar for ajithraj
0
64
Member Avatar for ajithraj

hai friends, I want to convert a general expression into excel formula for eg: Grade="A1" OR Grade="A2" OR Grade="A3" convert this expression into =IF(OR(Grade="A1";Grade="A2";Grade="A3"); thank you

Member Avatar for javaAddict
0
81
Member Avatar for ajithraj

haii.. [B]do anyone know any garbage collection command for java.... did we have to did that command for all object or will be done collectively?? [/B] thank u.....

Member Avatar for onkar81
0
105
Member Avatar for ajithraj

Is there any way to add an "invisible character" using unicode. The thing is that i want to add an invisible character in between two strings like A#B# ...# should be replaced with that invisible character, thanks in advance.......

0
53
Member Avatar for ajithraj

i am using a JS code to obtain the cursor position on a text area..it works botyh in Mozilla and IE..But the problem is when am using this in IE, am getting an alert box which has the contents like [object] ...the code is like this [code] function getPositionForConstraint(node) { …

Member Avatar for Troy III
0
128
Member Avatar for ajithraj

Hello... I need to add a special character to a string as follows.. String ok = "I am the man"+specialChar; However, when I print "ok" later,without taking substring, I just want to see "I am the man " with the special character but will be invisible and will have just …

Member Avatar for javaAddict
0
106
Member Avatar for ajithraj

haii friends... i have to highlight selected block in textarea in jsp..is any way to highlight the block.. thankzzz...

Member Avatar for jwenting
0
41
Member Avatar for ajithraj

haii I have a problem while accessing a class(A) through "reflection" from class B.... i want to pass a parameter to class A... My code is like this... Method idMethod = Class.forName(ClassName).getMethod(FunctionName,null); Method getMethod = Class.forName(ClassName).getMethod("getInstance", new Class[]{Class.forName("java.lang.String")}); Object object = getMethod.invoke(Class.forName(ClassName()),new Object[]{dboption}); lists = (ArrayList)idMethod.invoke(object,personId); i will get correct …

Member Avatar for Ezzaral
0
122
Member Avatar for ajithraj

pls help me to set the width of a combo in IE.....is there any way to fixe the width in IE.... In mozilla ,i fixed it using style="width:100px"; thankzzzzzzz

Member Avatar for ajithraj
0
107
Member Avatar for nicky-river

Hi everyone, This is just a short description on the various classes & interfaces that help you write an application, which can parse an XML document. The SAX API consists of the foll. packages :- [I]org.xml.sax[/I] - This package contains the basic interfaces of the SAX API. Some of the …

Member Avatar for ajithraj
0
149
Member Avatar for ajithraj

haii... pls help me to get the cursor position in javascript....from textArea thankzzzzzzz

Member Avatar for ajithraj
0
84
Member Avatar for ajithraj

haii... pls help me to get the cursor position in javascript....from textArea thankzzzzzzz

Member Avatar for ajithraj
0
50
Member Avatar for ajithraj

haii friends... am using Struts framework i have two forms..form1 and form2...both in jsp the form2 has to be included in form1... the problem is: with corresponding to values from pop up box in form1, i want to populate pop-ups in form2....that means values in form2 is based on values …

0
42
Member Avatar for ajithraj

[B]haiii i want to generate dynamic buttons(that is , the number of buttons depend on the number in database).... and want to get the value of the button when clicked...how to set the values... thanksss[/B]

Member Avatar for ajithraj
0
58
Member Avatar for ajithraj

haiii... i want to generate dynamically generating buttons(that is ,generate number of buttons depending on the number in database at that time)....i will get the values in the form as an arrayList.... i want to get the correspomding value of the button which is clicked....how to set the value field???? …

Member Avatar for techniner
0
38