Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I save XML file on client from javascript??

Status
Not open for further replies.

leonkiller

IS-IT--Management
Nov 20, 2002
2
RU
Can I save XML file on client from javascript??

if i run programm:

<script language=&quot;JScript&quot;>
var docobj = new ActiveXObject(&quot;Microsoft.XMLDOM&quot;);
var docobj1 = new ActiveXObject(&quot;Microsoft.XMLDOM&quot;);
docobj.load(&quot;file1.xml&quot;);
docobj1 = docobj;
docobj.save(&quot;file2.xml&quot;);
</script>

error - permitions denide
 
You must set javascript permissions under ie. Water is not bad as long as it stays out human body ;-)
 
Could You say for me, what properties I must change.
 
You must set all properties that are about scripts permissions to &quot;accept&quot; (sorry I can't be clearer as I use the french version of IE so Idon't know the exact terms for other languages) Water is not bad as long as it stays out human body ;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top