elaurenceau
Programmer
I'm trying to create a lightweight javascript function to mimick the functionality of one of our web services.
When a user clicks a link, I'd like to have the page automatically create a file for them to download containing iCal data.
It's currently set up where user clicks the link, page makes a server request, servlet returns the .ics file through a contentType(text/calendar).
Is it possible to do this in javascript assuming the flash page already contains all the data neccessary for the .ics file?
TIA
When a user clicks a link, I'd like to have the page automatically create a file for them to download containing iCal data.
It's currently set up where user clicks the link, page makes a server request, servlet returns the .ics file through a contentType(text/calendar).
Is it possible to do this in javascript assuming the flash page already contains all the data neccessary for the .ics file?
TIA