Advertisement
ASP_Volume3 Controls/ Forms/ Graphics/ Menus #61811

Buttons

You can make and costumeize you Buttons. You don't have to use the system buttons.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
<table cellspacing="1" cellpadding="2" border="4" bordercolor="#FAED92" bordercolordark="#E7DD1F" onmousedown='this.borderColor="#E7DD1F" ;this.borderColorDark="#FAED92"' onmouseup='this.borderColor="#FAED92" ;this.borderColorDark="#E7DD1F"'>
<tr>
  <td onclick="window.open('Yourlink.html', '_self')" align="center" width="180" bgColor="#FAED92" onmouseout ='bgColor="#FAED92"' onMouseOver='bgColor="#FFFFEC"' ><font size="+1" color="#77720D">Your text here</font></td> 
</tr>
</table><br>
Commenti originali (3)
Recuperato da Wayback Machine