edit: OK, just notice I had one '=' to much, if (imgref.src=='images_template/slideshow_pause.gif'), and now my composition pause, however the image stays on || (pause.gif), and doesn't respond to extra click (which should be play again) ;( . So were progressing, but still not there ...
tried that before, didn't work for some reason ??
<script type="text/javascript">
function PlayPauseFunc(imgref)
{
if (imgref.src=='images_template/slideshow_pause.gif')
{
var res = document.VirtoolsATL.DoCommand('Pause');
imgref.src='images_template/slideshow_play.gif';
} else...
If I create a table in a page and align left, their always stays some spacing on the left and top side of that table. How do i place the table so it doesn;t show that spacing. see:
hi, have some issues regarding an image switch. I want 2 images to change depending on the state of my application. I have play en pause image, they should either on active/inactive. This is the code i have, but however results in an error. any hel would be much appriciated.
<script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.