mail to hyper link in cute editor

Last post 01-19-2009, 9:08 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-18-2009, 8:27 AM 47840

    mail to hyper link in cute editor

    Hi Everyone,
     
    I am facing a problem with mail to link in cute editor.
    When i copy the email address link and paste in the cute editor, the mail to hyper link was broken. How can i recover the mail to hyper link without editing in HTML view.
     
    Can anyone help me?
  •  01-19-2009, 9:08 AM 47854 in reply to 47840

    Re: mail to hyper link in cute editor

    1. Can you reproduce the problems in the following example?
     
     
    2.
     
    Can you set the following property to true then try again?
     

    Editor.EnableAntiSpamEmailEncoder Property

    Email contact links are an invaluable part of any web page. However, they are also vulnerable to a particular type of web robot known as the spam harvester or spambot. A spam harvester can read through the pages in your site and extract email addresses which are then added to bulk marketing databases. CuteEditor allows you reduce possible spam by 'disguising' a raw email address in an encoded ASCII form.. You can turn this feature off by setting this property to "false".

     


    Example Code

          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Sets or retrieves the baseline URL on which relative links will be based.
               editor.EnableAntiSpamEmailEncoder = false
               editor.Text = "Hello World"
               editor.Draw()
          %>


    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

View as RSS news feed in XML