Hi all,
I am a newbie when it comes to js/jquery.
I am trying to have the content of a div (let's call it "quote") added to the body of a mailto.
the content of the div "quote" is randomly generated (stored in .js file) by pressing a "next" button.
this is for a web app (targeting essentially iphone/ipod users- i know contrary to the point of a web app, but that's just how it is).
so basically,
-user is on the web app
-click next to find something he fancies
-sees something he likes
-click on a share button that opens his email (on iphone/touch)
-what he sees on the page is pre entered in the email body
and what is pre entered varied from page to page. it is never set, otherwise i'd know how to do it-well, i think :(
I hope i am kinda clear.
I have posted a similar question on forrst but the answer was not detailed enough for me to, even after researching online, be able to come up with a working solution.
i know enough js to modify things but i am not skilled enough to devise my own solution.
thank you for your help,
BD