summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
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);
+}