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
~10.9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for pradeepktg

Hi All, I want to know how to avoid inserting multiple records. Below is my case; (1) I have a jsp page - when a timer for a particular product reaches 3 mins, i am getting that particular productid and sending the productid through ajax (2) in the ajax script, …

Member Avatar for Graphix
0
74
Member Avatar for pradeepktg

Hi, I have developed application in jsp and apache tomcat. How to achieve extension less url? For eg, if have [url]http://www.xxx.com/yyy.jsp[/url] as [url]http://www.xxx.com/[/url] and [url]http://www.xxx.com/user/yyy.jsp[/url] as [url]http://www.xxx.com/user/[/url]

0
56
Member Avatar for pradeepktg

Hi All, I have developed a web application using jps. I have a user pages, which can be accessed after entering login credentials. If a user tries to go the a certain page directly without logging in, it directs to login page, this works perfectly in all browsers except mozilla. …

Member Avatar for pradeepktg
0
103
Member Avatar for pradeepktg

Hi All, I have developed a application in jsp. I need to achieve a count down timer(days,hours,minutes,seconds) between from date to todate, considering below cases. All below are assumed (1) I have 4 product, for each product i have different end date stored in mysql in DB. (2) I need …

Member Avatar for essential
0
2K
Member Avatar for pradeepktg

Hi All, How to store the resultset value in a array? I have a field "prodvalue" in DB Table, now i want to store this "prodvalue" in array. Am able to print the values of "prodvale" in jsp, but not able to store in array. Pl. find below the code, …

Member Avatar for pradeepktg
0
7K
Member Avatar for pradeepktg

Hi All, I have a database table "productdetails",where i have id,name,price,prodimage(blob) fields. Am displaying all the records using jsp inside a div with the help of while loop, am getting all the datas correctly except the image. Check below code and let me know how to display the image retrieved …

Member Avatar for peter_budo
0
72
Member Avatar for pradeepktg

Hi, I want to remove the current DOM using tagName=DIV. Below function works fine in IE but not working properly in mozilla. The 'if' part is for IE and 'else' part is for mozilla FF. In 'else' part,The current DIV is not removing, only the DIV at position 1,that is …

Member Avatar for Airshow
0
112
Member Avatar for pradeepktg

Hi All, I want to use jquery overlay in one of my dynamic page. Well, let me explain the case in detail; Actually i have implemented in my site, but it works for only one id. Ok, here is the case (1)I have a news page, which is dynamically loaded(used …

Member Avatar for pradeepktg
0
81
Member Avatar for pradeepktg

Hi, Can anybody send me the code for selecting image from system through multipart/form. Once it is selected, there should be option for cropping with preview. There are lots of cropping codes in internet, but i couldn't find anything with jsp(all are in php and javascript). I need it in …

Member Avatar for samarudge
0
85
Member Avatar for pradeepktg

Hi, How to find number of rows affected in update statement using mysql (not using php mysql). Thanks, Pradeep

Member Avatar for Atli
0
2K
Member Avatar for pradeepktg

Hi All, I guess, its really hard to check if a selected file(html file control) exist in the same location(local system) using javascript other than using FSO. I would like to know is it possible to check using ajax and jsp,checking after submitting the form. If yes, pl.send me the …

Member Avatar for pradeepktg
0
176
Member Avatar for pradeepktg

Hi All, Am new to this forum and really happy to share my programming thoughts to you all. It would be great help if some body gives me the the solution for the below. Case: When i select a file (through html file control) from local machine, before uploading i …

Member Avatar for pradeepktg
0
147