Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Re : saveas


Message #1 by True2ViSioN@a... on Wed, 12 Dec 2001 08:34:21 EST
--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 


  Return to Index