Je crois que j'ai compris, tu veux pouvoir ouvrir :
dans un pop up
<head>
function ouvrir() {
newWindow = window.open("cv.htm","monCV","width=250,height=250");
}
</head>
<body>
<input type="button" onclick="ouvrir()">
</body>
Ou tout simplement une nouvelle page:
<a href="#" target="blank">
Pour enregistrer soit tu utilise php soit tu zip ton fichier


