summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-06-04 19:14:39 +0000
committerAndreas Unterkircher <unki@netshadow.at>2007-06-04 19:14:39 +0000
commit9ad429db3fa1ecfdca81cdd5a0925d112f3eb677 (patch)
tree77af75c5f81702c39cc3d4bf0e3b2fcfcf7f5f42 /phpfspot.js
parent0052d4e2f5361745060076fe0b5521d5d67afbfb (diff)
initial import
git-svn-id: file:///var/lib/svn/phpfspot/trunk@9 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js5
1 files changed, 5 insertions, 0 deletions
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);
+}