Search

You searched for the word(s): javascript
Showing page 216 of 408 (4,076 total posts) < 1 second(s)
  • Processing Uploaded Files with PHP

    First of all, let me apologize for my ignorance here. I work a lot with PHP, but hardly at all with Javascript/Ajax, etc. I love your uploader, and have got it working using a simple upload process.   However, I plan to use it to upload images to the gallery section of our site.  I currently have a PHP script that I run on single image ...
    Posted to PHP File Uploader (Forum) by BlackAce on January 24, 2013
  • Inserting images and linking that image to a url from a nested cute editor window. MVC .NET

    I am trying to add an "Insert Link" icon to a cute editor and when I click the icon the "add link" window shows behind the cute editor window and it is not active. I have to close the cute editor window to get to the "Insert Link" window behind it. This is the scenario:  I have an AJAX rendered view which has a ...
    Posted to Cute Editor for .NET (Forum) by artsaliva on October 11, 2012
  • Re: Custom "Properties" button

    Well, I know the properties dialog uses Tag.php with a parameter for which tag we are editing (... /Dialogs/Tag.php?Tag=TD ...). Opening the URL directly, obviously doesn't work, as it doesn't know which element is being edited, or the calling window.   There are two JavaScript error messages in the console that provide a ...
    Posted to Cute Editor for PHP (Forum) by GalaGalaxia on June 27, 2012
  • Set Maximum File Limit

    Hi, How do i set maximum file limit from text field. I have a form  field name ''No Of Spread''. Uploader will allow files according to that text filed . See my code below: <tr >       <td colspan=''2'' >Number of Spreads <span > * </span></td>     ...
    Posted to PHP File Uploader (Forum) by sonirachna on April 9, 2012
  • Re: Click Button to Upload and Nothing :(

    Hi gravy216, Please create a page by the code below and test on your site, does it work? Did you got any javascript errors? Is your site online? If so, can post the test page url? So we can check it too. <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 30, 2011
  • Ajax Uploader - Uploader_FileUploaded server event not firing - Firefox 5 Only

    Hi, have an Ajax Uploader install working perfectly but now the file uploaded server event is not firing with Firefox 5.0. Have tried on 2 PCs with FF5, same result. Works fine with older FF versions and IE / Chrome. If I trigger a postback (with a test button inside the update panel)  the FileUploaded event then fires and server side code ...
    Posted to Ajax Uploader (Forum) by Brena on June 26, 2011
  • DialogBox Specials characters on Firefox and IE

    Hi,   I'm in trouble with the ''Specials characters'' dialog box   1°) When I Open the DialogBox ''Specials charaters'' on firefox 3.X and 4 I have the following Javascript's Error : Erreur : missing ( before formal parameters   ...
    Posted to Cute Editor for .NET (Forum) by droux on April 29, 2011
  • Help me! some Errors

    Hello. Adam!i have small business license.------------------------------------------------------------------  1. i don't know $_SESSION['CESecurity'] is empty or null file position : cuteeditor_files/Dialogs/Include_Security.php  if ($CESecurity != $_SESSION['CESecurity']) { print ''The area you are attempting to ...
    Posted to Cute Editor for PHP (Forum) by hojeongLee on March 27, 2011
  • Re: Ajax Functionality

    Dear ASPMan,   You can replace <%=Editor1.ClientID%> with a string, please refer to the following snippet:   <script language=''JavaScript'' type=''text/javascript'' >        function getHTML() {            // get the cute editor ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 22, 2011
  • Tab content is not correct anymore

    Hi, We have problem with tab content.   Steps to reproduce: 1. Copy the following html code to ''HTML'' ...
    Posted to Cute Editor for .NET (Forum) by KokFoo on February 16, 2011