J
jman
i've got a page that's dynamically generated by javascript on
the client side.
user presses a link on the page, content is generated by
javascript, a window pops up and the text is displayed.
ideally i'd like a save-as window to pop up and save the
text to a file.
well now i ask the user to press Ctrl-S to pop the save-as
window up. it does - but when the page is saved - what's
saved is the document of the original page (that generated
the dyn page) - not the dynamic page.
when i do a view source on the dyn page - it's correct..
it's just not saving the correct page.
the client side.
user presses a link on the page, content is generated by
javascript, a window pops up and the text is displayed.
ideally i'd like a save-as window to pop up and save the
text to a file.
well now i ask the user to press Ctrl-S to pop the save-as
window up. it does - but when the page is saved - what's
saved is the document of the original page (that generated
the dyn page) - not the dynamic page.
when i do a view source on the dyn page - it's correct..
it's just not saving the correct page.