earbash: Hello Support
Do you have a resolution or workaround for this problem yet?
Please use the following method:
- <!-- #include file = "cuteeditor_files/include_CuteEditor.asp" -->
- <html>
- <head>
- <title>Firefox designMode display:none</title>
- <script language="javascript">
- function hide() {
- document.getElementById("div1").style.display = "none";
- }
- function show() {
- document.getElementById("div1").style.display = "block";
- }
- </script>
-
- </head>
- <body>
- <form name="theForm" action="/asp/Get_HtmlContent.asp" method="post">
- <h1>
- Embed CE into an element that has style set to display:none</h1>
- <div id="div1">
- <%
- dim content
- content = "Type Here"
- Dim editor
- Set editor = New CuteEditor
-
- editor.ID = "Editor1"
- editor.Text = "Type Here"
- editor.Draw()
- %>
- </div>
- <p>
- <a onclick="hide()" href="#">Hide</a> | <a onclick="show()" href="#">Show</a></p>
-
- <script>
- setTimeout(function() { hide(); }, 1000)
- </script>
-
- </form>
- </body>
- </html>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx