Content Supported by Sourcelens Consulting
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type><TITLE>This is a demonstration of a few of the typographical and flow properties associated with text elements in the HTML page</TITLE>
<STYLE type=text/css>P {
FONT-FAMILY: Verdana
}
H2 {
FONT-FAMILY: Verdana
}
.buttons {
FONT-FAMILY: Verdana
}
.instructions {
FONT-WEIGHT: bold
}
</STYLE>
<META content='"MSHTML 4.72.3110.2"' name=GENERATOR>
</HEAD>
<BODY bgColor=lightyellow>
<H2>Dynamically Change Text</H2>
<P>You can easily change the text in an HTML element using
your VB code.
<P>For an example, <SPAN class=instructions>type text in the box below, then press the Prove It button.</SPAN> </P>
<P id=changeme>>This line will change<</P>
<P>
<INPUT class=buttons id=changewith size=40>
<P><INPUT class=buttons id=changetext type=button value="Prove It">
<INPUT class=buttons id=changeback type=button value="Change Back"></P>
<P>
<P> </P></BODY></HTML>