Search

You searched for the word(s):  
Showing page 175 of 4,987 (49,864 total posts) < 1 second(s)
  • Stop URL Encoding

    I've got a web page with a link like  this included: <A href=''http://someplace.net/dosomething.asp?tid=900226&amp;eid={{~~eid~~}}&amp;sb_id={{~~sb_id~~}}'' target=New><IMG height=274 alt='' width='' src=''http://www.holacomoestas.com/artsheet/v2/1473141/header.gif'' border=0></A></TD>  When ...
    Posted to Cute Editor for .NET (Forum) by grummle on March 23, 2009
  • <style> tags are being removed by editor.

    Here is a very simple example with a style tag.  When saved out of the editor why is it removing the <style> and </style> tags?       <html> <title></title> <style type=''text/css''> <!-- h2 {             font-size: ...
    Posted to Cute Editor for .NET (Forum) by jrohrbac on March 13, 2009
  • Re: Additional process after upload

    Hi cutechat, Here's the code I've been working on  protected void InputFile_FileValidating(object sender, UploaderEventArgs args)     {               DSOFile.OleDocumentProperties oleDocument = new ...
    Posted to Cute Editor for .NET (Forum) by CIC Web on February 25, 2009
  • Link being populated with location of cute file when it should not be.

    I'm having a problem with my editor.  I have a cms that edits text and it lives in /admin/   The site lives in root.    When users enter a link, cute editor is coverting the link to /admin/linkpage.aspx,  I just want linkpage.aspx.   my control install is outlined below.  Please ...
    Posted to Cute Editor for .NET (Forum) by davidgdean on December 18, 2005
  • Re: Upload Error via laptop (wireless)

    No. I uploaded the same file (9MB) from both Desktop and Laptop. We do not use Silverlight and do not have Silverlight installed on any of our servers.  This is my trust policy found on Web.config at the machine level.<location allowOverride=''true''>         ...
    Posted to Ajax Uploader (Forum) by dmak on June 30, 2009
  • Two Buttons

    I cannot use two uploader in the same page.  I want a button to raise images and other one to rise pdf. I have this code:   <form id=''form1'' method=''POST''>                <label>Codigo   <input type=''text'' name=''txt_codigo'' ...
    Posted to ASP Uploader (Forum) by chema on May 12, 2010
  • HTML code visible

    When i would edit existing a existing MySQL database field which has been filled with Cute Editor I get the HTML code back.   Is there a solution for this so that only the text which I want to edit is visible and wil be written back to MySQL?   Here is my existing code:   <?php ...
    Posted to Cute Editor for PHP (Forum) by hvtoor on April 20, 2010
  • Re: How can I set the default link color?

    Dear code4food,   You can create one file called ''php.css'', and put the hyperlink style in this file.    <?php             $editor=new CuteEditor();             ...
    Posted to Cute Editor for PHP (Forum) by Eric on January 12, 2011
  • Re: Anyway to bypass the UploadHandler.ashx completely?

    Hi,   You can bypass the UploadHandler.ashx , but mvc uploader still need a url to handle the stream and validate the uploaded file.   The upload handler code is simple , you can implement your self  .   And change the uploader.UploadUrl to your handler url or just your controller.       void ...
    Posted to Ajax Uploader (Forum) by cutechat on January 11, 2011
  • Re: Undefined JS variables when loading dialogs

    Dear   http://phphtmledit.com/EnableAll.php , I tested this online demo, it works fine on my end. Can you reproduce it  on this online demo?   Please save the following snippet to test.php and then run test.php:   <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 24, 2011