javascript thread: Re : saveas
--part1_188.52b353.2948b6dd_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
i did not have your original mesage
here is what i use to do a saveas
<SCRIPT>
function SaveGraph()
{
strTextPowerText.document.execCommand('SaveAs')
return false;
}
</SCRIPT>
href="#" onClick="return SaveGraph()">
if you want to save the hole document then take out the strtext.....
hope this helps you
|





