Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing an app from the windows phone and currently when one user wants to contact another they request their details via email.

What I want is in the email for it to have a button where the user who receives the request can either accept or reject the request. Kinda like a friend request on FB.

I want each button to update a boolean value in a database. Do you know how it wouuld be possible to have a HTML page embedded within a webpage then each button will call a javascript which will update the database.

Any other suggestions to achieve this functionality are welcome.

Regards
Posted

1 solution

Assuming that your HTML page works inside a mail reader, the most likely way to do this, is an AJAX call. I suspect you're going to run in to trouble, though.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900