jhonny thio wrote: > > Then I have a button that if it is pressed, the application will save the > content of Iframe into a file *.html. > Does any body know how ? >
Apparently this can be done either using an HTTP header or a special Javascript method (which apparently is only supported in Internet Explorer) [1]. The first method requires a bit more work, having some sort of special handler (server-side) which receives the "save as" content (from client) and replies with it adding the proper HTTP header. Yet, this is the recommended method for obvious cross-browser reasons. ;-) Hope this helps, Helder Magalhães [1] http://www.jtricks.com/bits/content_disposition.html -- View this message in context: http://www.nabble.com/How-to-save-the-content-of-Iframe-into-*.html---tp18868875p18871964.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
