Hi,
I am using struts based application, i have a situation that a pdf document is loaded on iframe with some data, i want to save that document to my local disk by clciking on a link/button. I used javascript to do this
[code]document.execCo mmand('SaveAs', null,'filename. pdf');[code]
But is is not saving the document. please can any one help me.
Thanks in Advance
Thulaseeram