User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 374,510 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,860 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 33 of 33
Search took 0.01 seconds.
Posts Made By: ajithraj
Forum: JavaScript / DHTML / AJAX 10 Days Ago
Replies: 1
Views: 300
Posted By ajithraj
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
Posted By ajithraj
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
Posted By ajithraj
highlight selected block in textarea

haii friends...
i have to highlight selected block in textarea in jsp..is any way to highlight the block..
thankzzz...
Forum: Java Apr 10th, 2008
Replies: 1
Views: 291
Posted By ajithraj
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
Posted By ajithraj
Re: width of a combo

u r great....!!!!!!!!!!!
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 10
Views: 1,009
Posted By ajithraj
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
Posted By ajithraj
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
Posted By ajithraj
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
Posted By ajithraj
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
Posted By ajithraj
Re: SAX API Packages

thankzzzzzzzzz
Forum: JavaScript / DHTML / AJAX Mar 8th, 2008
Replies: 2
Views: 1,062
Posted By ajithraj
Re: cursor position

thankzzz.......
Forum: JavaScript / DHTML / AJAX Mar 8th, 2008
Replies: 10
Views: 1,009
Posted By ajithraj
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
Posted By ajithraj
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
Posted By ajithraj
Re: cursor position

kkk..sorryyyy
Forum: Java Mar 7th, 2008
Replies: 2
Views: 218
Posted By ajithraj
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
Posted By ajithraj
Re: SAX API Packages

hw can i add methods that are called using contentHandler????
Forum: XML, XSLT and XPATH Mar 5th, 2008
Replies: 5
Views: 1,046
Posted By ajithraj
Re: SAX API Packages

haii ...

hw can i add a new method in parser class....
Forum: Java Feb 22nd, 2008
Replies: 0
Views: 180
Posted By ajithraj
Help 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
Posted By ajithraj
Re: setting values in dynamic buttons

thanksss.......problem is solved...........:)
Forum: Java Feb 15th, 2008
Replies: 8
Views: 446
Posted By ajithraj
Re: to get value of a dynamically generated button

the problem is solvedd..thankzzzzzzzz:*
Forum: Java Feb 15th, 2008
Replies: 8
Views: 446
Posted By ajithraj
Re: to get value of a dynamically generated button

kkk...sorry for this...

and i solved the problem..any wayy thankzz a lot for ur help...
Forum: Java Feb 15th, 2008
Replies: 8
Views: 446
Posted By ajithraj
Re: to get value of a dynamically generated button

this is what i tried finally..

<INPUT TYPE=BUTTON id="+" onclick="getButton();" ><%=list.get(x)%>

and the script as

function getButton(){
var x=document.forms[0].getElementById();
alert(x);
}
Forum: Java Feb 15th, 2008
Replies: 8
Views: 446
Posted By ajithraj
Re: to get value of a dynamically generated button

but i tried that...but there is some error...in this code...


<html:button property="button1" value="<%=list.get(x)%>" styleId="<%=list.get(x) %>"><%=list.get(x)%></html:button>

hw to set value...
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008
Replies: 2
Views: 469
Posted By ajithraj
Help 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
Posted By ajithraj
Help 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
Posted By ajithraj
Forum: Java Feb 14th, 2008
Replies: 8
Views: 446
Posted By ajithraj
Help 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
Posted By ajithraj
Help probs related to list box -request.getParameterValues

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"...
Forum: JavaScript / DHTML / AJAX Jan 28th, 2008
Replies: 9
Views: 1,716
Posted By ajithraj
Forum: JavaScript / DHTML / AJAX Jan 25th, 2008
Replies: 9
Views: 1,716
Posted By ajithraj
Help Re: to select a string from textarea

yes......i need that....
Forum: JavaScript / DHTML / AJAX Jan 24th, 2008
Replies: 9
Views: 1,716
Posted By ajithraj
Help Re: to select a string from textarea

kk thankzzz.....
is there any method in java like "selectionStart"
Forum: JavaScript / DHTML / AJAX Jan 24th, 2008
Replies: 9
Views: 1,716
Posted By ajithraj
Help 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
Posted By ajithraj
Help 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...
Showing results 1 to 33 of 33

 
All times are GMT -4. The time now is 2:25 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC