-
Classes from JavaScript
Hi,
I need to write a file on my local computer from a HTML page (no risk
security at all).
From Netscape I can put the following script on the HTML page:
var jo_writer=new java.io.FileWriter("xxx");
jo_writer.write(filedata,0,filedata.length);
jo_writer.close();
How can I do the same from IE5?
Thanks in advance.
--
Marcelo Rocha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks