Thanks VW!
Type: Posts; User: croberts; Keyword(s):
Thanks VW!
Thanks John and Bernie, that makes sense.
I found the following script that changes an image every time you click on it.
++++++++++++++++++++++
<script type="text/javascript">
<!--
var oImgs = [];
...
I am trying to reuse my code: colorswap1, colorswap2 etc but for some reason my script is not doing so! please help
<script type="text/javascript">
$(function() {
var images =...
I have a table that I created in HTML.
The dates are supposed to run horizantally on top like
Aug Aug Aug
13 14 15 etc
I'd like the calendar, when click on to...
CodeExploited posted the below script in a previous form which works great.
However, I need to change the script so that when the user clicks on the displayed image, it cylcles to the next image ...