Click on the links below to see this script in action:
The view from my windowA picture I took from a ferry.
Summer fun - driving go karts.
Click on the links below to see this script in action:
The view from my windowCode used in this demo:
1: Create a custom function refered to by links on the page:
<script type="text/javascript"> function displayImage(imagePath,title,description) { var enlargerObj = new DHTMLSuite.imageEnlarger({ isDragable:true,isModal:false }); enlargerObj.displayImage(imagePath,title,description); } </script>
2: Create links from <A> tags:
<a href="#" onclick="displayImage('demo-images/imageEnlarger3.jpg','Title','Description.');return false">Link