This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am trying to download a form to my local drive from my JSP page through a save button in the JSP page.I am able to save the file thru JSP(similar to File-->Save As functionality in web browser).But the footer of the downloaded form has the URL from where its downloaded.....I dont want the URL to appear on the footer... Has anyone faced similar problem?....Is there anyway the URL can be hidden in the downloaded form ? Please help Thanks