I need a good open source JAVA based picture of the day script for a mobile APP
I guess thats it ... its that simple I thought this one might be good but not sure see below:
just looking for something simple and can access folders and not a database.
Thanks in Advance by an appreciative NOOB!
<title>Untitl ed Document</title>
</head>
<body>
<script language="JavaS cript">
<!--
function setimage()
{
var thedate=new Date();
var nday=thetime.ge tday();
var str='day'+nday+ '.jpg';
document.images['dayimage'].src=str;
}
</script>
</head>
<body onLoad="setimag e()">
<img name="dayimage" src="photos/188.jpg">
</body>
</html>
I guess thats it ... its that simple I thought this one might be good but not sure see below:
just looking for something simple and can access folders and not a database.
Thanks in Advance by an appreciative NOOB!
<title>Untitl ed Document</title>
</head>
<body>
<script language="JavaS cript">
<!--
function setimage()
{
var thedate=new Date();
var nday=thetime.ge tday();
var str='day'+nday+ '.jpg';
document.images['dayimage'].src=str;
}
</script>
</head>
<body onLoad="setimag e()">
<img name="dayimage" src="photos/188.jpg">
</body>
</html>
Comment