Forum: JavaScript / DHTML / AJAX 10 Days Ago |
| Replies: 1 Views: 300 cursor position 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... |
Forum: Java Jun 12th, 2008 |
| Replies: 1 Views: 195 invisible characters 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... |
Forum: JSP May 6th, 2008 |
| Replies: 1 Views: 409 |
Forum: Java Apr 10th, 2008 |
| Replies: 1 Views: 291 problem with reflection 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 = ... |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008 |
| Replies: 10 Views: 1,009 |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008 |
| Replies: 10 Views: 1,009 Re: width of a combo i changed ur code to:::
<select size="1" style="width:50px">
<option>111111111111111111111111</option>
<option>211111111111111111111111111</option>
</select>
<div... |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008 |
| Replies: 10 Views: 1,009 Re: width of a combo still not working.......
where r u testing in ..
which version are u using with...
????? |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008 |
| Replies: 10 Views: 1,009 Re: width of a combo sorry my dear friend...
i am not getting any result in IE
my code is :::
<html:select property="statename" styleClass="LABEL" onchange="getStateDetails();" size="1"... |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008 |
| Replies: 10 Views: 1,009 Re: width of a combo wht version IE u r using with...
am using IE 6..........
its not working in IE 6 ..thts quiet sure
thankzzzzzz..
is there any other way????? |
Forum: XML, XSLT and XPATH Mar 8th, 2008 |
| Replies: 5 Views: 1,046 |
Forum: JavaScript / DHTML / AJAX Mar 8th, 2008 |
| Replies: 2 Views: 1,062 |
Forum: JavaScript / DHTML / AJAX Mar 8th, 2008 |
| Replies: 10 Views: 1,009 width of a combo 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 |
Forum: JavaScript / DHTML / AJAX Mar 7th, 2008 |
| Replies: 2 Views: 1,062 cursor position haii...
pls help me to get the cursor position in javascript....from textArea
thankzzzzzzz |
Forum: Java Mar 7th, 2008 |
| Replies: 2 Views: 218 |
Forum: Java Mar 7th, 2008 |
| Replies: 2 Views: 218 cursor position haii...
pls help me to get the cursor position in javascript....from textArea
thankzzzzzzz |
Forum: XML, XSLT and XPATH Mar 6th, 2008 |
| Replies: 5 Views: 1,046 |
Forum: XML, XSLT and XPATH Mar 5th, 2008 |
| Replies: 5 Views: 1,046 |
Forum: Java Feb 22nd, 2008 |
| Replies: 0 Views: 180 problem in struts ..... 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... |
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008 |
| Replies: 2 Views: 469 |
Forum: Java Feb 15th, 2008 |
| Replies: 8 Views: 446 |
Forum: Java Feb 15th, 2008 |
| Replies: 8 Views: 446 |
Forum: Java Feb 15th, 2008 |
| Replies: 8 Views: 446 |
Forum: Java Feb 15th, 2008 |
| Replies: 8 Views: 446 |
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008 |
| Replies: 2 Views: 469 setting values in dynamic buttons 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... |
Forum: HTML and CSS Feb 14th, 2008 |
| Replies: 1 Views: 285 dynamically generating buttons 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... |
Forum: Java Feb 14th, 2008 |
| Replies: 8 Views: 446 |
Forum: Java Feb 14th, 2008 |
| Replies: 8 Views: 446 to get value of a dynamically generated button 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();"... |
Forum: Java Feb 5th, 2008 |
| Replies: 0 Views: 684 |
Forum: JavaScript / DHTML / AJAX Jan 28th, 2008 |
| Replies: 9 Views: 1,716 |
Forum: JavaScript / DHTML / AJAX Jan 25th, 2008 |
| Replies: 9 Views: 1,716 |
Forum: JavaScript / DHTML / AJAX Jan 24th, 2008 |
| Replies: 9 Views: 1,716 |
Forum: JavaScript / DHTML / AJAX Jan 24th, 2008 |
| Replies: 9 Views: 1,716 Re: to select a string from textarea thankzzz....
am using struts framework and <layout:textarea> is provided in it..
it has no property like "id" (ie..<textarea id="">)....
its syntax is like this..
<layout:textarea property="'... |
Forum: JavaScript / DHTML / AJAX Jan 23rd, 2008 |
| Replies: 9 Views: 1,716 to select a string from textarea haii friends....
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... |