User Profile
Collapse
-
how to view the attachment ?
we are using javamail .we can send and view the attachment inlocal host.when access through server,we can't view the attachment.we don't know how to set the path where to attach the file? -
how to show the particular div in a jsp page?
link 1:compose
link 2: readmail
Code:<div name="compose" id="compose"> //code for compose mail </div>
Code:<div name="readmail" id="readmail"> //code for readmail </div>
If we click link 1 it should render...Last edited by Frinavale; Aug 31 '10, 06:52 PM. Reason: Please post code in [code] ... [/code] tags in the future. Added code tags. -
How do i implement password encryption in Spring framework??
I m new to Spring framework.So anybody can help to implement this my project.Thanks. -
how to set no data when no data from db in jasper report?
how to set no data when no data from db in jasper report?
i got no data in report when even there is no data in db.but it displays with static fields.how to display with out static field? -
how to use new thread for jasper report?... -
what is drill down report? how to create a drill down report in jasper i report 3.71?
i am using oracle data base....Leave a comment:
-
what is drill- down report in jasper i report?
what is drill down report? how to create a drill down report in jasper i report 3.71?
i am using oracle data base. -
techuse started a topic how can i raise the error massage in jasper i report if no record found in database?in Javahow can i raise the error massage in jasper i report if no record found in database?
how can i raise the error massage in jasper i report if no record found in database? -
I have a jsp page in which ther r 2 divs.
In the first one ,there is a list which gives the records inserted from the second div.
In the 2nd div,there r some textboxes.I got the value thr document.getEle mentbId
method and inserting the values thr ajax script.
On successful insertion of data into the table,the first div should be refreshed
showing recent added records and the second div...Leave a comment:
-
i have the two div in a same page.first div having list.second div having inserting ethod.after inserting the recod have to refresh the first div. how to refresh the first div?...Leave a comment:
-
Code:/* -------------------------- */ /* INSERT VACATION */ /* -------------------------- */ /* Required: var nocache is a random number to add to request. This value solve an Internet Explorer cache issue */ nocache = 0; progress_bar = new Image(); progress_bar.src = '../HRManagement/images/ajax-loader.gif'; function success_handler(o) { replace_html('leaveinserting', o.responseText);
Leave a comment:
-
-
what will this do?
document.getEle mentById('util_ overview').inne rHTML = ""; -
How to display progress image while waiting?
I decided to set the loading image while entering the data in text box. After entered the data and courser moved to the second text box, I decided to check whether entered data is exist in database? while validating the data the image should rotate. -
can u tel me is there any other possible way to refresh a div part of pageLeave a comment:
-
where i have to cal the div refresh function.i searched many sites but i didnt get clear idea abt that functionLeave a comment:
-
-
how to refresh the particular part of the div or part of the web page?
i have the following code in ajax.can you help how to refresh the particular part of the div or part of the web page?
here in this code the record is inserted but the div isnot get refreshed.
Code:function getXmlHttpRequestObject() { if (window.XMLHttpRequest) { return new XMLHttpRequest(); } else if(window.ActiveXObject) { return new ActiveXObject("Microsoft.XMLHTTP");
No activity results to display
Show More
Leave a comment: