Click to See Complete Forum and Search --> : execComman(SaveAs) question


trinity_too
08-18-2006, 12:26 AM
i tried using execCommand(SaveAs). but it does not save html input elements.

i used a workaround by putting the contents onto an invisible frame, then saving the contents of the invisible frame. it works fine for the default Save dialogbox settings. but when i change the Language of the Save dialogbox, say save as Japanese(EUC), i go back to saving the page (not the invisible frame) and missing the input elements.

what should i do?