Button using inline html

Default value
<html> </br><input type=”button” value=”Upload CSSR File” id=”b1″ onclick=”window.open(“”, ‘_blank’,’mywindow’,’menubar=1,resizable=1,width=350,height=250′);” style=”background-color: #607799;
  border: none;
  color: white;
  padding: 5px 11px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;”  onmouseover=”this.style.backgroundColor=’#405c73′;” onmouseout=”this.style.backgroundColor=’#607799′;”>
</br>
</html>

Leave a comment

Your email address will not be published. Required fields are marked *