Does anyone know of a way to make an image invisble when the page loads then appear on a specific part of another sub running using VBS
For example
Sub hideImage()
[insert code here]
End Sub
Sub showImage()
[insert code here]
End Sub
Sub doSomethingElse()
1st action
2nd action
3rd action
showImage
End Sub
<body onLoad="hideImage()">
</body>
Thanks in advance
Am I jumping the gun, Baldrick, or are the words 'I have a cunning plan' marching with ill-deserved confidence in the direction of this conversation?
For example
Sub hideImage()
[insert code here]
End Sub
Sub showImage()
[insert code here]
End Sub
Sub doSomethingElse()
1st action
2nd action
3rd action
showImage
End Sub
<body onLoad="hideImage()">
</body>
Thanks in advance
Am I jumping the gun, Baldrick, or are the words 'I have a cunning plan' marching with ill-deserved confidence in the direction of this conversation?