I am currently trying to create a javascript link that will allow the user to download in html format. Upon linking, the user should be prompted to open or save the file to a disk. As of now, clicking the link will only open the file. Is there any code that will prevent the browser from opening the file to download if it is an html file?