Subject: reloading a collection of pictures
hi,
i use the http://www.dokuwiki.org/plugin:gallery plugin for loading a picture from a namespace randomly. But i want to reload the page after some seconds. For this i use javascript in this way:
This solution reload the page and change the picture but i want only reload the part where the plugin is. Could anyone help me to do this?
with best reguards chris
i use the http://www.dokuwiki.org/plugin:gallery plugin for loading a picture from a namespace randomly. But i want to reload the page after some seconds. For this i use javascript in this way:
{{gallery>:namespace?lightbox&random&nocache&=1}}
<html>
<script type="text/javascript">
window.setTimeout("location.reload()", 10000);
</script>
</html>
<html>
<script type="text/javascript">
window.setTimeout("location.reload()", 10000);
</script>
</html>
This solution reload the page and change the picture but i want only reload the part where the plugin is. Could anyone help me to do this?
with best reguards chris
chrisgl
Show profile
Link to this post