
November 1st, 2012, 11:17 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 15 m 25 sec
Reputation Power: 0
|
|
|
Need help with code
I am writing the following code to create an excel sheet in classic asp. But this does not work. Can you help?
toggleSave("SAVE");
document.getElementById("iDownloadFile").src = "PCRVolumeReview_Excel.asp?CMLocation=" + arrBase[0] + "&BaseFyQTR=" + arrBase[1] + "&BaseQuote=" + arrBase[2] + "&ReviewFyQTR=" + arrReview[1] + "&ReviewQuote=" + arrReview[2];
|