Search

You searched for the word(s):
Showing page 2 of 4 (33 total posts) < 1 second(s)
  • Re: folder for each user to upload

    &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ' check if user folder exist, if not create it! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; userPath= ''D:\wwwroot\myApp\uploads\'' &amp; IDUSER &amp; ''\'' &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Set fso = ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on July 11, 2008
  • Re: 6.1 failed to load xml on parent path (screen shot)

    Yup, it's now working fine! Thanks for the excellent support Adam.
    Posted to Cute Editor for ASP (Forum) by JFRanger on June 11, 2008
  • 6.1 failed to load xml on parent path (screen shot)

    Hello world! Adam, I've installed the new 6.1 version (I love it... nice DHTML pop-ups, nice style builder... thanks) but there is one major bug when our page use a parent path (../). &nbsp; i.e: &nbsp; &lt;!-- #include file = ''../editeur6/include_CuteEditor.asp'' --&gt; &lt;% &nbsp;... &nbsp;editor.FilesPath = ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on June 10, 2008
  • Re: CE add font style on pure text paste!

    Adam, I just downloaded the latest version (ASP 6.01) and my problem was solved. BTW, I love the new stuff in 6.01... 1- Modal window ... VERY NICE! 2- New tab Style builder... wow, there is a lot of choice there.. viva CSS !!! 3- No need to zoom out in the '' insert template'' modal window 4- Table wizard more powerfull 5- Less ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on June 4, 2008
  • CE add font style on pure text paste!

    Hello Adam, Quick question... 1 - I copy text from a website 2 - Paste it into NOTE PAD 3 - Copy it again from NOTE PAD (to be sure to have pure text) When I paste it into CE, it add ; &lt;font face=''Arial'' color=''#464646''&gt;my pure text&lt;/font&gt; The font type &amp; color values are taken from my default ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on May 30, 2008
  • Re: P tags and Div tags

    Isn't supposed to be:&nbsp; &nbsp; Editor.BreakElement = ''p'' &nbsp; And not &nbsp; Editor.BreakElement = BreakElement.P
    Posted to Cute Editor for ASP (Forum) by JFRanger on May 23, 2008
  • Re: default Alt Value!

    That is a good one! Adam? You have something for that?
    Posted to Cute Editor for ASP (Forum) by JFRanger on May 19, 2008
  • Free script -- CSS parser for Custom CSS drop down (screenshot)

    The&nbsp;ASP.NET version offer a nice function, it automaticly show all classes in the ''custom&nbsp;CSS'' drop down list. So here is the equivalent for CLASSIC ASP The code, will read the ''style.css'' file and show all classes in&nbsp;the ''custom css'' drop down list. You will need to download and register the FREE XCSSParser.dll from ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on May 4, 2008
  • Re: Outbound Links

    &nbsp; &nbsp; 1&nbsp;- You must download the js file from jQuery.com and include it in your header like this &nbsp; &lt;script type=''text/javascript'' src=''js/jquery-1.2.3.js''&gt;&lt;/script&gt; &nbsp; &nbsp; &nbsp; 2- To &nbsp;link&nbsp;ONLY to an external site, we have to check&nbsp;the presence of the string http:// at the ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on April 17, 2008
  • Re: Outbound Links

    You can accomplish that by using Unobtrusive JavaScript, library like jQuery.com will do that for you. &nbsp; &nbsp; This will affect all link in your document: &nbsp;&nbsp;&nbsp;&nbsp;$(document).ready(function() { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $('a').onclick(function() { ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on April 15, 2008