Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created August 8, 2011 14:43
Show Gist options
  • Save burkeholland/1131878 to your computer and use it in GitHub Desktop.
Save burkeholland/1131878 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td>First Name:</td>
<td>#{txtFirstName}#</td>
</tr>
<tr>
<td>Last Name:</td>
<td>#{txtLastName}#</td>
</tr>
<tr>
<td></td>
<td>#{btnSayHello}#</td>
</tr>
</table>
<h2>#{lblResult}#</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment