Servlets,Jsp,Javascript

Servlets,Jsp,Javascript

View Answers

November 26, 2008 at 1:39 AM

Hi friend,

Plz give full details with source code and specify in details what are your
requirement.


Thanks

November 26, 2008 at 1:50 AM

I just want to show a busy cursor whenever user clicks ExportToExcel button,
jsp

Upload plot nos (.xls format).</LABEL>
<INPUT TYPE="file" NAME="xls_filename" ID="rfileselect" onchange="getFileName();">
<button ID='rptselectall' onclick='getReportsDetails();' title="Get Reports Details">GO</button>
<button ID='rptcanceluploadbutton' onclick='cancelUpload();' title="Cancel Upload">Reset</button>
<button ID='rexcelbutton' onclick='excelExport();' title="ExportToExcel">ExportToExcel</button>




javascript
function excelExport()
{
document.body.style.cursor="wait";

}

here with this code the cursor shows an hourglass but when i click the browse button which is in my jsp it open the browse window i dont want this action to happen the busy cursor should not allow any of the button to be clicked on the page...









Related Tutorials/Questions & Answers:
Servlets,Jsp,Javascript - JSP-Servlet
Servlets,Jsp,Javascript  Hi in my application i am creating a file... ExportToExcel button, jsp Upload plot nos (.xls format). GO Reset ExportToExcel javascript function excelExport() { document.body.style.cursor="wait

Ads