From: Andreas Unterkircher Date: Mon, 4 Jun 2007 19:14:39 +0000 (+0000) Subject: initial import X-Git-Tag: phpfspot-1.2~326 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=9ad429db3fa1ecfdca81cdd5a0925d112f3eb677 initial import git-svn-id: file:///var/lib/svn/phpfspot/trunk@9 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.js b/phpfspot.js new file mode 100644 index 0000000..ed19372 --- /dev/null +++ b/phpfspot.js @@ -0,0 +1,5 @@ +function showImage(id) +{ + content = document.getElementById("content"); + content.innerHTML = HTML_AJAX.grab('rpc.php?action=showphoto&id=' + id); +}