[ Index ] |
|
Code source de PRADO 3.0.6 |
1 <com:TContent ID="body"> 2 3 <h1>THyperLink Samples</h1> 4 5 <table class="sampletable"> 6 7 <tr><td class="samplenote"> 8 A regular hyperlink: 9 </td><td class="sampleaction"> 10 Welcome to 11 <com:THyperLink 12 NavigateUrl="http://www.pradosoft.com/" 13 Text="PradoSoft.com" 14 Target="_blank" />. 15 </td></tr> 16 17 <tr><td class="samplenote"> 18 A text hyperlink with css style: 19 </td><td class="sampleaction"> 20 Welcome to 21 <com:THyperLink 22 NavigateUrl="http://www.pradosoft.com/" 23 Text="PradoSoft.com" 24 Target="_blank" 25 BackColor="silver" 26 Font.Italic="true" />. 27 </td></tr> 28 29 <tr><td class="samplenote"> 30 An image hyperlink: 31 </td><td class="sampleaction"> 32 <com:THyperLink 33 NavigateUrl="http://www.pradosoft.com/" 34 ImageUrl=<%~hello_world.gif%> 35 Text="Hello World" />. 36 </td></tr> 37 38 <tr><td class="samplenote"> 39 A hyerplink with body contents as link text: 40 </td><td class="sampleaction"> 41 <com:THyperLink 42 NavigateUrl="http://www.pradosoft.com/" 43 Target="_blank"> 44 Body contents 45 </com:THyperLink> 46 </td></tr> 47 48 </table> 49 50 </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 |