Hello:

Is there any way we can save the return value of a Javascript function into
a file. For e.g.

function function_that_returns_content_of_a_file()
{
        return "the contents";
}

...

// code down here which will invoke the script and save the content on some
user action (may be button / link)

Thanks
Balaji

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to