possible to reload specific sidebar block?
is it possible to reload a specific sidebar block only instead of the whole page?
here is the code I'm using currently:
<form><input type="image" src="/images/Refresh.png" onClick="window.location.reload()"></form>
tried changing "window" to "block"...no luck also tried "block_html" and no luck...also tried "block_html_19" = div id name.
all option's refresh the entire page.
or is there a javascript I can use that auto-refresh's the block?
or is it even possible?
|