復制代碼 代碼如下:<asp:textbox id="TextBox3" runat="server" CssClass="TextBox"></asp:textbox>
<iframe id="eWebEditor1" src="editor/ewebeditor.asp?id=TextBox3&style=s_light" frameBorder="0" width="550" scrolling="no" height="350"></iframe>
隱藏TextBox的方法,利用CSS來控制
復制代碼 代碼如下:style="display:none"