<TD vAlign=center align=middle><A class="highslide" onClick="return hs.expand(this)" href="http://images1.wowchina.com/images_wow/bar/2007/4/17/45564.jpg" target=_blank><IMG height=375 alt=点击看大图 src="http://images1.wowchina.com/images_wow/bar/2007/4/17/s45564.jpg" width=500 border=0></A></TD>return hs.expand(this)详细代码就在页面所引用的 js 中,LZ 自己下来慢慢找吧!

解决方案 »

  1.   

    确实不错,就是 highslide.js ,不过做了加密处理,白天再去研究一下!
      

  2.   


    暂时无法找到全部代码,贴出开头几句var hs={graphicsDir:'http://images1.wowchina.com/images_wow/highslide/',restoreCursor:"zoomout.cur",fullExpandIcon:'fullexpand.gif',expandSteps:10,expandDuration:250,restoreSteps:10,restoreDuration:250,captionSlideSpeed:1,numberOfImagesToPreload:5,marginLeft:10,marginRight:35,marginTop:10,marginBottom:35,zIndexCounter:1001,slideInOutline:true,fullExpandTitle:'Expand to actual size',restoreTitle:'点击关闭图片, 拖动鼠标移动画面, 使用↑↓键切换图片ESC退出.',focusTitle:'Click to bring to front',loadingText:'Loading...',loadingTitle:'Click to cancel',loadingOpacity:0.75,showCredits:true,creditsText:'Powered by Highslide JS',creditsHref:'http://vikjavev.no/highslide/?user=1',creditsTitle:'Go to the Highslide JS homepage',anchor:'auto',align:'auto',captionId:null,slideshowGroup:'',enableKeyListener:true,spaceForCaption:30,minWidth:200,minHeight:200,allowSizeReduction:true,outlineType:'drop-shadow',wrapperClassName:null,preloadTheseImages:new Array(),continuePreloading:true,expandedImagesCounter:0,expanders:new Array(),overrides:new Array('anchor','align','outlineType','spaceForCaption','wrapperClassName','minWidth','minHeight','captionId','allowSizeReduction','slideshowGroup','enableKeyListener'),overlays:new Array(),toggleImagesGroup:null,ie:(document.all&&!window.opera),nn6:document.getElementById&&!document.all,safari:navigator.userAgent.indexOf("Safari")!=-1,hasFocused:false,isDrag:false,$:function(id){return document.getElementById(id)},createElement:function(tag,attribs,styles,parent){var el=document.createElement(tag);if(attribs)hs.setAttribs(el,attribs);if(styles)hs.setStyles(el,styles);if(parent)parent.appendChild(el);return el},setAttribs:function(el,attribs){for(var x in attribs){el[x]=attribs[x]}},setStyles:function(el,styles){for(var x in styles){el.style[x]=styles[x]}},ieVersion:function(){arr=navigator.appVersion.split("MSIE");return parseFloat(arr[1])},clientInfo:function(){var iebody=(document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body;this.width=hs.ie?iebody.clientWidth:self.innerWidth;this.height=hs.ie?iebody.clientHeight:self.innerHeight;this.scrollLeft=hs.ie?iebody.scrollLeft:pageXOffset;this.scrollTop=hs.ie?iebody.scrollTop:pageYOffset},position:function(el){var parent=el;var p=Array
      

  3.   

    解开了,就是一段编码的字符串,长度为 29669 ,太长不粘了,LZ 留个邮箱!收到加分,哈睡了 Zzz
      

  4.   

    这也100分啊,来晚了:(
    -----------------------
    没有最好,只有更好!
    http://www.crossgo.com
      

  5.   

    已经解决了,是使用 http://vikjavev.no/highslide/ 的,谢谢大家,散分。