Please try this example:
- <?php include_once("CuteEditor_Files/include_CuteEditor.php") ; ?>
- <html>
- <head>
- <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="/Get_HtmlContent.php" method="post">
- <div id="div1">
-
- <?php
- $editor=new CuteEditor();
- $editor->ID="Editor1";
- $editor->Text="Hello World";
- $editor->Draw();
- $editor=null;
-
-
- ?>
- </div>
- <hr>
- <a onclick="hide()" href="#">Hide</a> |
- <a onclick="show()" href="#">Show</a>
- </form>
- <script>
- hide();
- </script>
- </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