Search

You searched for the word(s): javascript
Showing page 146 of 408 (4,076 total posts) < 1 second(s)
  • upload image problems

    First problem:   Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 1185 is not allowed to access /var/www/tmp owned by uid 0 in /var/www/controller.info/public_html/login/CuteEditor_Files/Dialogs/phpuploader/include_phpuploader.php on line 723 Error:The folder /var/www/tmp does not exist. Please ...
    Posted to Cute Editor for PHP (Forum) by mester9 on September 30, 2009
  • Re: Ajax uploader getting problem in firefox 3.0.14

    Lakshmi,   Please check this sample :    <script type=''text/javascript''>  var uploader=document.getElementById('<%=Uploader1.ClientID %>');  function CheckBrowsingTask()  {   var iobj=uploader.internalobject;   var ...
    Posted to Ajax Uploader (Forum) by cutechat on September 26, 2009
  • Re: Capture KeyPress Event in CuteEditor

    hi all   my question is how can i capture which key is pressed ?   my example code is like this   function Call_KeyPress() { var editor1 = document.getElementById('<% = ceTemplate.ClientID %>'); //Get the editor content var editdoc=editor1.GetDocument();   // attach ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on September 10, 2009
  • Re: File Dialog block by flash (AllowedFileExtensions)

    Hello,Thank you for your reply. I got a Javascript block message.    // Proxy Konfig fuer STAR Ramsen // marcel bolli, mb, 200503031 // modified:    200901061    dg // Dok: http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html //var debug = 1; function FindProxyForURL(url, host) ...
    Posted to Ajax Uploader (Forum) by pvisrt on September 9, 2009
  • Re: Fire asp.net codebehind after upload

    Hi calmusz,   Try this example   <%@ Page Language=''C#'' %>     <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 6, 2009
  • Re: Editor Unusable under certain circumstances in Safari

    Adam,   Divs are not templated controls and this example does not use ajax what so ever.  This is completely different then my example.  I made my example simple so it could be easily tested.  In actuality the inner UpdatePanel is a stand in for a custom fake popup control that I wrote that produces the same result.  ...
    Posted to Cute Editor for .NET (Forum) by bczengel on September 2, 2009
  • Re: Enter key in different form field displays file dialog

    I finally found the solution to my problem, and without having to do any javascript code. I'm working in C# ASP.NET. I added a Panel with a DefaultButton and this completely solves the problem. I hope this can be helpful to anyone else who runs into this issue because I wasn't able to get any help on this problem otherwise.
    Posted to Ajax Uploader (Forum) by dhoffman on September 1, 2009
  • oncommand the save button

    I have some problems with the save button.   I want it to do my own javascript when I click the save button, but I can't find any help in the docs....   I guess it's something about a specified command, but I tried and I don't know how to implement a function to the buttom.... and it needs differet vars too, because what if I have ...
    Posted to Cute Editor for PHP (Forum) by mester9 on August 24, 2009
  • Re: Changing Z-Index of Floating Div

    Hi,   Please check this ...
    Posted to Ajax Uploader (Forum) by cutechat on August 12, 2009
  • Re: HTML Auto Correction

    mgeiser,   CuteEditor has the code to remove javascript automatically, but it doesn't have code to auto clean up the html code. Most of the above cleanups are done by browser.   For example:   <div style=''color:red''>Hello Worls</div> will work in Firefox.   But   <div ...
    Posted to Cute Editor for PHP (Forum) by Adam on August 10, 2009