‎03-25-2010 07:52 PM
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="utf-8" CodeFile="Default.aspx.vb" Inherits="Default" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Lansweeper Web Console</title>
<link href="css/ls.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript">
function SubmitForm(formid)
{
if(formid == 1)
{
var compvalue = document.getElementById("comp1");
document.getElementById("comp").value = compvalue.value;
document.formco.submit();
}
else if(formid == 2)
{
var uservalue = document.getElementById("username1");
document.getElementById("username").value = uservalue.value;
document.formp.submit();
}
else if(formid == 3)
{
var softwarevalue = document.getElementById("software1");
document.getElementById("software").value = softwarevalue.value;
document.formso.submit();
}
}
function checkenter(formid,e)
{
if(e.keyCode == 13) // and not popup..enter key pressed
{
setTimeout("afterwait(" + formid + ")",100);
}
return true;
}
function afterwait(formid)
{
if(formid == 1)
{
var compvalue = document.getElementById("comp1");
document.getElementById("comp").value = compvalue.value;
document.formco.submit();
}
else if(formid == 2)
{
var uservalue = document.getElementById("username1");
document.getElementById("username").value = uservalue.value;
document.formp.submit();
}
else if(formid == 3)
{
var softwarevalue = document.getElementById("software1");
document.getElementById("software").value = softwarevalue.value;
document.formso.submit();
}
}
</script>
</head>
<body>
<form id="formc" name="formc" method="get" action="default.aspx" runat="server">
<ajaxToolkit:ToolkitScriptManager runat="server" ID="ScriptManager1" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td><table width="996" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#000000"><table width="996" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">.......
‎04-21-2010 10:22 PM
‎04-21-2010 09:03 PM
‎04-21-2010 09:09 PM
neosys wrote:
Same problem a bit different now I cannot see the IIS at all (as before I had a file download pop)
I can see the lsmanage.exe and see some client added, but cannot see the webgui !
‎04-01-2010 07:30 PM
‎03-29-2010 11:48 PM
‎03-29-2010 11:29 PM
‎03-26-2010 09:38 AM
‎03-25-2010 08:01 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now