Code:
On rows 125-127 you can find the buttons. This is what the << looks like:
Code:
<input id="prev'+this.issid+'" disabled type="button" value=" << " onclick="iss['+this.issid+'].changeimg(false, \'nav\');">And this is what you could do to transform it into a link:
Code:
<a id="prev'+this.issid+'" onclick="iss['+this.issid+'].changeimg(false, \'nav\');">previous</a>Do the same for the other one. I think that should work, but like I said, the script doesn't work for me so I can't test it.
I guess this one is not correct, as nothing comes up now.
Bookmarks