diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-04 19:14:39 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-04 19:14:39 +0000 |
commit | 9ad429db3fa1ecfdca81cdd5a0925d112f3eb677 (patch) | |
tree | 77af75c5f81702c39cc3d4bf0e3b2fcfcf7f5f42 | |
parent | 0052d4e2f5361745060076fe0b5521d5d67afbfb (diff) |
initial import
git-svn-id: file:///var/lib/svn/phpfspot/trunk@9 fa6a889d-dae6-447d-9e79-4ba9a3039384
-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); +} |