Hi, using javascript, i am generating XML in an alert box ie for eg, var str="<employee>\n"; str+="<name>\n"; str+="<age>\n"; str+="</employee>"; alert(str)
from the above code, the XML tags are now written into an alert box. now i want to save these tags as a separate xml file. is it possible to do so and if yes, how should i proceed? thanks in advance
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
You can use activex object to and write the string to a file like..(but you may get a security warning).