diff options
-rw-r--r-- | phpfspot.js | 5 |
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); +} |