Click here to Skip to main content
15,868,419 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have implemented jcarousel.

My website looks like this: http://i.stack.imgur.com/ub8Pl.jpg


What I want to do, is that when the user clicks on enlarge, I want the picture to open in a new tab and have it be a slider as well. Basically I want to open the slider in a new tab when the enlarge image is clicked.

Im new to this, I'm not sure what to do or where to start. All i have done is place the code below on the enlarge image. Please advise me on what to do?

<a href="javascript:enlarge()" class="enlarge">
<img src="/theme/images/magnify.gif" border="0" title="enlarge" alt="enlarge" style="margin:;">
</a>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900