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
~778 People Reached
Favorite Forums
Favorite Tags
Member Avatar for chaituu

our requirement is client wants to know howmany users leaving the main page without entering data in the application page.at that time we need to show the css popup overlay. in the following scenarios overlay should pop up. 1)when user leaves the page.(e.g. type other address in the address bar).bascially …

Member Avatar for Troy III
0
79
Member Avatar for chaituu

In the main table there are two sub tables are there.when user click addRow button main row and also subrow should be created.i have written the code but when i click addrow alignment is missing and apart from that mainrow and subrow is not displaying properly. [CODE] <html> <head> <script> …

Member Avatar for azegurb
0
106
Member Avatar for Roshan_Jain

Hi, I call a JavaScript Function and now i want to call servlet from that function with parameters plz help me. Thanks in advance.

Member Avatar for chaituu
0
85
Member Avatar for chaituu

I am trying to implement maintaining checkbox state across multiple pages in pagination.pagination is working fine.i havenot written that code here. I have written below sample code maintaining checkbox state across multiple pages.;when user clicks checkboxes it calls handleCheckbox funtion and the checkbox id and value will be stored in …

Member Avatar for chaituu
0
99
Member Avatar for chaituu

I have written code for adding and removing dynamic rows.i am using same file for both ADD and MODIFY operations.this page is working for ADD operation. lets say for MODIFY operation one employee has added 3 rows and i need to display those rows and user can edit thoese rows …

Member Avatar for fxm
0
77
Member Avatar for chaituu

I am trying to implement dynamic rows paging.just imagine for a particular booking id lets say 22 records are there in the database. per page i am displaying 10 records.if u see the HTML code as per sample its showing only 3 records .but in real it will display 10 …

0
65
Member Avatar for chaituu

this is dynamic rows code.when i click remove(-) any row i need to get respective checkbox id; for example when i delete row3 i need to get checkbox id as houseCheck3;when i delete row2 i need to get checkbox id as houseCheck2; once i get the id of that checkbox …

Member Avatar for anish.anick
0
80
Member Avatar for chaituu

i have implemented pagination in jsp.these values will come from DB. checkboxes are there against each record.when user checks 3 records in 1st page and goes to 2nd pages and again comes back to 1st page whatever user checked previously it should be checked.how to maintain this state in javascript …

Member Avatar for Airshow
0
95
Member Avatar for chaituu

where to put <form> tag in dynamic rows? In the below code when i write <form> tag after <BODY> i am getting weird exception. "Internet explorer cannot open internet site ;operation aborted".you can check the code in your browser. but when i place <form> after end </script> tag then page …

Member Avatar for essential
0
92