Easy Remote Web App not working

The latest Daslight version

Moderators: TomHat, simonB

Sid
Posts: 2
Joined: Thu Feb 26, 2015 7:07 pm

Easy Remote Web App not working

Post by Sid »

OS: Win7 Pro 64bit

When I start Easy Remote Web, the webserver is running, but only outputs plain html like this:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="softRemote.css" type="text/css" media="screen, mobile" title="main" charset="iso-8859-1">



    <meta name="apple-mobile-web-app-capable" content="yes" />

    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
    <link rel="apple-touch-icon" href="icon_apple_ipad.png"/>

    <link rel="apple-touch-startup-image" href="splash_lr_iphone.png" />


<script type="text/javascript">
    var userA = navigator.userAgent;
     try {
            document.createEvent("TouchEvent");
            var nav='touch';
        }
        catch(e) {
           var nav='normal';
        }

if(  userA.substring(0,20) == "Mozilla/5.0 (Android")
{
   
    nav='touch';
}

if(nav=='touch') {
document.write("<link type=\"text\/css\" rel=\"stylesheet\" media=\"all\" href=\"softRemoteIpad.css\" charset=\"iso-8859-1\" \/>");
}
else
{
 document.write("<link type=\"text\/css\" rel=\"stylesheet\" href=\"softRemoteNormal.css\" charset=\"iso-8859-1\"  \/>");
}
</script>


<meta name="viewport" content="width=device-width, user-scalable=no" />



    <title>Easy Remote</title>
      <script type="text/javascript" src="mootools.js"></script>
      <!--<script type="text/javascript" src="jquery-1.10.2.min.js"></script>-->
      <script type="text/javascript" src="softRemote.js"></script>
</head>
<body>
<div class="divGlobal">
     <div class="divTitle">
       <div class="divTitleLeft"></div>
       <h1>Easy Remote</h1>
     </div>


    <table cellspacing="0"cellpadding="0" border="0" width="100%">
        <tr><td valign="top">
    <div class="divLeft">
       

       
        <span id="layout">



        </span>



    </div>

            </td><td valign="top" width="40px">

     <div class="divRight" id="master_dim">

        </div>
            </td></tr></table>



   

</div>


</body>
</html>



This occurs with any LAN device on my LAN. Tried different browsers already to no avail.
Sid
Posts: 2
Joined: Thu Feb 26, 2015 7:07 pm

Post by Sid »

Hello?
simonB
Site Admin
Posts: 1265
Joined: Wed Dec 02, 2009 3:57 pm

Post by simonB »

We'll take a look at this
Post Reply