From 9ad429db3fa1ecfdca81cdd5a0925d112f3eb677 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 4 Jun 2007 19:14:39 +0000 Subject: initial import git-svn-id: file:///var/lib/svn/phpfspot/trunk@9 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 phpfspot.js 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); +} -- cgit v1.2.3-18-g5258