[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="body"> 2 3 <h1>TImageMap Sample</h1> 4 5 <com:TImageMap 6 ImageUrl=<%~hotspots.gif%> 7 AlternateText="navigate buttons" 8 OnClick="buttonClicked" > 9 10 <com:TCircleHotSpot 11 HotspotMode="Navigate" 12 NavigateUrl="http://www.pradosoft.com" 13 AlternateText="Navigate to pradosoft.com" 14 Target="_blank" 15 X="80" 16 Y="80" 17 Radius="55" /> 18 19 <com:TPolygonHotSpot 20 HotspotMode="Inactive" 21 AlternateText="Inactive area" 22 Coordinates="200,137,255,95,313,137,291,204,219,204" 23 /> 24 25 <com:TRectangleHotSpot 26 HotspotMode="PostBack" 27 PostBackValue="Welcome!" 28 AlternateText="Postback button" 29 Top="52" 30 Left="172" 31 Bottom="259" 32 Right="339" /> 33 34 </com:TImageMap> 35 36 <br/> 37 38 <com:TLabel ID="Result" /> 39 40 </com:TContent>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |