I have links what with ajax and php change images in a gallery. Links are looking like this one:
This is working perfect but I would like to include one additional option. I would like if someone click on left or right arrow on tastature to get the same result - changing the image. Is it possible to include some javascript in this existing link. Any sugestion is welcome.
Sonam
| Code: |
| <a href="javascript:void(0)" onClick="loadurl('galerija/prevnext.php?current=$next'), HideContent('gi'); return true " >NEXT</a> |
This is working perfect but I would like to include one additional option. I would like if someone click on left or right arrow on tastature to get the same result - changing the image. Is it possible to include some javascript in this existing link. Any sugestion is welcome.
Sonam
