No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
32 Posted Topics
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] | |
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.... | |
what is the difference between jakarta and apache Struts??? Thankzzz..... | |
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 … | |
[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 … | |
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] … | |
Haii. I want to resize an image before uploading it to the server.. Is there any way to do that.... | |
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 | |
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 | |
Re: try to split that using split command and then concatenate.... | |
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 … | |
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 | |
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... | |
Re: haiii.. To set as IF(row 4 = "april";"";""),uyou should first reference the cell rather than giving as "row4"... to set cell refernce: CellReference refernce = new CellReference(row_number,Column_number); now check it.... | |
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 | |
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..... | |
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....... | |
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) { … | |
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 … | |
haii friends... i have to highlight selected block in textarea in jsp..is any way to highlight the block.. thankzzz... | |
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 … | |
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 | |
Re: haii ... hw can i add a new method in parser class.... | |
haii... pls help me to get the cursor position in javascript....from textArea thankzzzzzzz | |
haii... pls help me to get the cursor position in javascript....from textArea thankzzzzzzz | |
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 … | |
[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] | |
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???? … | |
haiii friends.. i want to generate buttons at the run time...and want to get the value on "onclick"... The code is like this.... <html:button property="button1" onclick="getButton();" styleClass="FORM"><%=list.get(x)%></html:button> x is incrementing...this code is inside a for loop...... thanksssssssss..... | |
haiii friends... pls help me to solve this... I have a listbox set to multiple. I can't get the values from this listbox. <html:select property="relationalOperator" multiple="true" size="9" styleClass="LABEL"> html:options collection="relationalOperatorCombo" labelProperty="name" property="id"/> </html:select> And, i want to get the value of selected one....During a single click it will go to … |
The End.