06-09-2015, 10:48 PM
(This post was last modified: 06-09-2015, 11:21 PM by Jermungandr.)
Mmm, seems like the only way to go is to figure out why the javascript method isn't working then; not really many solutions that don't require you to include a hidden element or expand your code considerably that I know of. What does your code look like? It shouldn't be overly complicated, a simple ...
<script language="JavaScript">
Image1= new Image()
Image1.src = "./Directory/Image.gif"
</script>
... inside the the Header tags should be enough. It worked on my end.
I'm far from an expert when it comes to javascript, though, so take my suggestions with a grain of salt.
<script language="JavaScript">
Image1= new Image()
Image1.src = "./Directory/Image.gif"
</script>
... inside the the Header tags should be enough. It worked on my end.
I'm far from an expert when it comes to javascript, though, so take my suggestions with a grain of salt.