Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: brr
Forum: JavaScript / DHTML / AJAX Oct 27th, 2008
Replies: 0
tab
Views: 424
Posted By brr
tab
Hi,

I have a number of text boxes with tab index. I want to go through these text boxes on key press. So how can I proceed to next tab indexed element using js?

Thanx in advance,
Forum: HTML and CSS Oct 27th, 2008
Replies: 1
Views: 882
Posted By brr
how to do tab indexing in jsp?

in my page in start index have to index I enter the patient details & in index II enter their sick details & in index III enter their consultant doctor details & in...
Forum: JavaScript / DHTML / AJAX Sep 30th, 2008
Replies: 0
Views: 2,072
Posted By brr
var oC2TD = oTR.insertCell(1);
oC2TD.innerHTML = "<select name=lstMAName"+s+" onchange=showMAName(encodeURI(this.value),"+s+")><option selected>- - -Select Account- - -</option>...
Forum: JavaScript / DHTML / AJAX Sep 19th, 2008
Replies: 3
Views: 1,264
Posted By brr
hi thanx for ur reply
i run that standalone one it was working nice
and also run with encodeURI & decodeURI it was also working
but i use in my program it was not working
i think the problem is...
Forum: JavaScript / DHTML / AJAX Sep 18th, 2008
Replies: 3
Views: 1,264
Posted By brr
<select name=lstMAName"+s+" onchange=showMAName(escape(this.value),"+s+")><option selected>- - -Select Account- - -</option> <% for(j=0;j!=i;j++){%><option...
Forum: JavaScript / DHTML / AJAX Aug 11th, 2008
Replies: 2
Views: 1,846
Posted By brr
i didn't get u? but in that +s+ is a javascript variable
and what ever i am sending the that code <input type="text" class="text_box2" name="lstMAName" + s + onchange="showMAName( escape( this.value...
Forum: JavaScript / DHTML / AJAX Aug 8th, 2008
Replies: 2
Views: 1,846
Posted By brr
<input type=text class=text_box2 name=lstMAName"+s+" onchange=showMAName(escape(this.value),"+s+") id=select2>


in the above code iam sending the selected value to the ajax function...
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2008
Replies: 2
Views: 935
Posted By brr
it will be possible
by put titlebar is 0 or no in open.window
i did it but not working some problem
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2008
Replies: 2
Views: 935
Posted By brr
in my pop up window if user want to go parent window only by cancel button or submit ,
in this way i use all attributes
...
Forum: JavaScript / DHTML / AJAX Aug 2nd, 2008
Replies: 0
Views: 738
Posted By brr
in my form there is 4 fields in that 2nd one is list box in that if u select item have to open pop up window
and in that pop up window after enter all values( 4 fields) when click submit...
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008
Replies: 3
Views: 2,656
Posted By brr
in my jsp form , there is one dropdown list , if select one particular list item have to open new pop up window which doesn't have any menu's, address bar etc.,
upto this i completed using...
Forum: JavaScript / DHTML / AJAX Jul 31st, 2008
Replies: 3
Views: 2,656
Posted By brr
in my jsp form , there is one dropdown list , if select one particular list item have to open new pop up window which doesn't have any menu's, address bar etc.,
upto this i completed using...
Forum: JSP Jul 23rd, 2008
Replies: 2
Views: 1,340
Posted By brr
iam getting problem while using resultset within resultset like...

while(rs.next()){
.......
......
s=rs.getString(1);
while(rs1.next()){
------
-------...
Forum: Java Jul 7th, 2008
Replies: 1
Views: 406
Posted By brr
FLAG MANAME SUM(SUM_AMT)
-------- ---------------------------------------- ------------
Credit Advance From Others 999
Credit ...
Forum: JavaScript / DHTML / AJAX Jun 9th, 2008
Replies: 0
Views: 894
Posted By brr
In my jsp page , there is one listbox which contains static items, in that particularly one item is there(Bank A/c) if we select that have to open new subwindow and disable the maximize,close button,...
Forum: JSP Jun 9th, 2008
Replies: 0
Views: 925
Posted By brr
In my jsp page , there is one listbox which contains static items, in that particularly one item is there(Bank A/c) if we select that have to open new subwindow and disable the maximize,close button,...
Forum: JavaScript / DHTML / AJAX May 29th, 2008
Replies: 1
Views: 1,674
Posted By brr
ok guys sorry for the interruption
i got solution
Forum: JavaScript / DHTML / AJAX May 29th, 2008
Replies: 1
Views: 1,674
Posted By brr
in my add form
when open the form first move control to the first text box in my form
for that iam using the following one.

<body OnLoad="document.forms[0].elements[0].focus();">

but if in my...
Forum: Oracle May 27th, 2008
Replies: 4
Views: 4,553
Posted By brr
if i give days between 4 months, but i want days only till end of the first month only
Forum: Oracle May 27th, 2008
Replies: 4
Views: 4,553
Posted By brr
i have to get days of that particular month , that is if i give dates between different months like
ex: 25-FEB-2008 and 05-MAR-2008
in this i want get 5 days only not 10 days
Forum: JavaScript / DHTML / AJAX May 12th, 2008
Replies: 3
Views: 5,171
Posted By brr
how to get names in alphabetical order from the data base in the form of dropdown list when user enters alphabet in the text box... i think this is possible using AJAX programming,
if any body konws...
Forum: JSP Apr 19th, 2008
Replies: 5
Views: 794
Posted By brr
In the above i provide 3 fields with data, in that i have to get the data as
uniquely means
which are duplicate fields (flag & ma_name) aggregate as one record by sum their amt.
which are unique...
Forum: JSP Apr 19th, 2008
Replies: 5
Views: 794
Posted By brr
in the below text sum the amount to those FLAG & MA_NAME fields are same and put them in one array, and unique item append to that array i did some work but difficult to get unique items

[TEX]...
Forum: JSP Apr 19th, 2008
Replies: 5
Views: 794
Posted By brr
in the below text sum the amount to those FLAG & MA_NAME fields are same and put them in one array, and unique item append to that array i did some work but difficult to get unique items


FLAG ...
Forum: JavaScript / DHTML / AJAX Mar 5th, 2008
Replies: 6
Views: 3,314
Posted By brr
iam inserting data in
bs_add.jsp (in this i used some ajax code)
after cick submission
it calls bs_insert.jsp( here i didn't use any html code)here iam inserting data into database,
using jsp...
Forum: JavaScript / DHTML / AJAX Mar 5th, 2008
Replies: 6
Views: 3,314
Posted By brr
Thanqs for ur reply
but i want like in gmail after compose mail we click on send button
then we get inbox screen on that page we will get one msg that is ur message has been sent successfully
like...
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008
Replies: 6
Views: 3,314
Posted By brr
in my form after filling all details
click on the submit button
after inserting the data iam getting the same page with empty fields, till this ok

i want to display in that form one...
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008
Replies: 5
Views: 1,847
Posted By brr
hi aravelli
thanx for ur reply , which is very nice
but in that it uses php etc.,
if u don't mind ,
if u know any other using js,ajax plz provide
bcz i saw one example on pop-up ballon using...
Forum: JavaScript / DHTML / AJAX Mar 3rd, 2008
Replies: 5
Views: 1,847
Posted By brr
thanx for ur response
but i didn't get any demos related to pop-up ballon
Forum: JSP Mar 1st, 2008
Replies: 1
Views: 879
Posted By brr
iam new to ajax
i did some examples in jsp using Ajax
really its very nice

now i want to put Pop-up ballon
i think using this without put view button in my screen, to view the particular item...
Forum: JavaScript / DHTML / AJAX Mar 1st, 2008
Replies: 5
Views: 1,847
Posted By brr
iam new to ajax
i did some examples in jsp using Ajax
really its very nice

now i want to put Pop-up ballon
i think using this without put view button in my screen, to view the particular item...
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008
Replies: 6
Views: 2,993
Posted By brr
hai thanks for u help
but
iam asking abt what ever result items iam getting getcustomer.jsp by selecting one of item(BS101,BS102,BS103) IN customer.html THOSE ITEMS I HAVE TO PUT IN SECOND SELECT...
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008
Replies: 10
Solved: New to AJAX.
Views: 1,812
Posted By brr
study about ajax in w3school.com
then after that go to souceforge.net in that u can get some more examples, demos
Forum: JavaScript / DHTML / AJAX Feb 26th, 2008
Replies: 6
Views: 2,993
Posted By brr
In the below 3 programs
In getcustomer.jsp iam getting details from database according to the selected item in listbox in customer.html

now i want to put those result values in second listbox in...
Forum: JavaScript / DHTML / AJAX Feb 25th, 2008
Replies: 6
Views: 2,993
Posted By brr
plz help me how to do select/dropdown
iam new to ajax
i followed the example select/dropdown from sourceforge net
but its not possible how to do it using jsp

plzzzzzzzzzzzz
help me in...
Forum: JSP Feb 25th, 2008
Replies: 4
Views: 1,011
Posted By brr
i learned ajax in these 3days, and also did some examples
and also following one example(select/dropdown) option i did it in jsp
but some problems occured in that can any one send that ajax using...
Forum: JSP Feb 21st, 2008
Replies: 4
Views: 1,011
Posted By brr
This my code which will refresh the page

<%@ page import="java.sql.*,java.lang.*,java.util.*" %>
<jsp:useBean id="dcon" scope="request" class="DBConnection.DBCon" />

<%
Connection...
Forum: JSP Feb 18th, 2008
Replies: 4
Views: 1,011
Posted By brr
how to get data in textbox from database when item selected in listbox in jsp without refreshing the page,
i had code that refresh the page.
if not in jsp even possible in javascript or any...
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC