1
<body>
2
<form id="form1" runat="server">
3
<highSlide:HighslideManager runat="server" OutlineType="RoundedWhite" ControlBar="true" />
4
<div id="content">
5
<highSlide:HighslideImage runat="server"
6
ImageUrl="缩小图片"
7
FullImageURL="原始大小的图片"
8
AlternateText="Image of barn"
9
Caption="Image 2 Caption" />
10
11
<highSlide:HighslideImage runat="server"
12
ImageUrl="~/img/highSlide-small.jpg"
13
FullImageURL="~/img/highSlide-full.jpg"
14
Caption="Image 1 Caption"
15
TitleText="Click to show bigger!"/>
16
</div>
17
</div>
18
</form>
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Core DLL Download File: HighSlide Js Core File
如下是官方的效果图: