you guys know Winterboard, and theres a server load example, which loads a site on the lockscreen well i imput this site:
http://www.freewebs.com/heggs80/PicnicServer.html
But is there a posibillity to make it show up when only connected to computer.
so it wont load of when it's unplugged? like some kind of code.
Here is the HTML code:
Code:
<html><head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<style>
body {
background-color: transparent;
margin: 0;
height: 480px;
padding: 0;
width: 320px;
}
body > div {
height: 270px;
position: absolute;
top: 115px;
width: 320px;
}
body > div {
color: white;
text-align: center;
}
</style>
</head><body><div>
<img src="http://i206.photobucket.com/albums/bb244/heggs80/Picnic2.png"></img>
</div><noscript></noscript><!-- --><script src="http://www.freewebs.com/p.js"></script><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5388184-1");
pageTracker._trackPageview();
</script>
And heres the code for the file to put in the Winterboard folder:
Code:
<html><head>
</head><body style="
padding: 0;
margin: 0;
">
<div style="
height: 480px;
width: 320px;
"><iframe
frameborder="0"
width="320"
height="480"
src="http://www.freewebs.com/heggs80/PicnicServer.html"
></iframe></div>
</body></html>
Screenshot of it:
Please sombody confirm if this work or not