<script type="text/javascript">
function reloadImage(img) {
var now = new Date();
img.src = "/sources/?id=" + now.getTime();
}
</script><img id="refimg" onclick="reloadImage(this)" title="" src="/sources/?id=* 1351769759*" style="height: 180px; width: 300px; cursor: pointer;"> when i refresh or connect page; change image source. how can i save this source "1351769759" i want use always it. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/greasemonkey-users/-/xRDhz4mxLTEJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
