R
Robert
In the page behind code during the Page_Load event, how
can I get/set the attributes of a <DIV> tag using
VBScript?
For example, with the following <div> tag, how do I get
to this object and change the style attribute to DISPLAY:
block?
<div id="divTopicHeading2" style="DISPLAY: none">
can I get/set the attributes of a <DIV> tag using
VBScript?
For example, with the following <div> tag, how do I get
to this object and change the style attribute to DISPLAY:
block?
<div id="divTopicHeading2" style="DISPLAY: none">