You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
410 B

<%@ Page Language="C#" %>
<%@ Register TagPrefix="osb" Namespace="OboutInc.OboutSuperButton" Assembly="obout_SuperButton" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Obout SuperButton Example</title>
<script type="text/JavaScript">
function t_decrease()
{
var txt = stretch.getText();
if(txt.substr(txt.length-1,1) == "!")
{
txt = txt.substr(0,txt.length-1);
stretch.setText(txt);
}