Search

You searched for the word(s): form
Showing page 8 of 300 (2,996 total posts) < 1 second(s)
  • Re: Store Form Variables to MYSQL Database

    Hi billedouble, Please refer to example page ''form-keepingstate.php'', it shows you how to get the upload file info.  Then you can save these info into your database.   foreach($files as $mvcfile)     {                 echo(''<tr>'');    ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 15, 2011
  • Re: Form Posting - How to retrieve File Details

    Hi, Upload upload the file to the server at background. And returns the GUID as the form data. When you get the GUID , you can use the  SET mvcfile=uploader.GetUploadedFile(GUID) to recieve the temp file  you can use mvcfile.FileName/FileSize to get the file information and use mvcfile.FilePath to get the temp ...
    Posted to ASP Uploader (Forum) by cutechat on August 8, 2011
  • Re: Style Builder buttons off bottom of form

    bdimes: Go to your example on your site.Click on a tag and select propertiesGo to the Style Builder tab in the popupClick on Layout You'll see that the controls are wrapping because the container is a tiny bit too small.  This forces the buttons down off the form.   I changed this line of code in Tag.aspx to fix it: <div ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2011
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Ok you should use:  <input type=''button'' id=''submitbutton'' value=''submit'' onclick=''doStart();''> for the button, this way it works. But I have a problem. Now if I don't want to upload picture in a form, the button triggers nothing (I have removed the return false;) because obviously the OnTaskComplete is not triggered. How ...
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
  • After (ajax) fileupload webpage/form disappears

    Hey guys,   I had een trial licence, after receiving a new licence file, and placed, the file upload worked again, except for the fact that the page/form disappears after all files have been uploaded. If I put the old licince file back, i get (offcourse) the error that the trial version has expired. Is there something wrong with the ...
    Posted to Ajax Uploader (Forum) by Roetje on April 13, 2010
  • using CSSClass Dropdown event in another form

    HI Guys,   am New to Cute Editor.     I created one CSS Button and placed in the toolbar... When I click that button It opens antoher form with css styles... I have to apply style from this file...So that I wrote the code with window.opener using CSS Class onchange function.. But it is not working...   I used _Format ...
    Posted to Cute Editor for ASP (Forum) by mkani on February 28, 2008
  • Re: Ability to write custom javascript to validate form elements?

    Great, thanks.   An additional thought:  If, for instance, we add a button form-element (whose id we would control/know) into the editor and a user clicks that button, is there an on-click event-handler anywhere that is executed?   If so, can we add our own validation javascript to that event-handler ...
    Posted to Cute Editor for .NET (Forum) by rockford on January 23, 2008
  • Javascript form.submit() doesn't work

    The javascript functionality theForm.submit() doesn't work in Netscape and Firefox.   E.g. in your example code, if you create a link on the page to submit the form using the following href: ''BLOCKED SCRIPTdocument.theForm.submit()'' the information entered into the cute edit control does not get submitted to the next )page (if you use a ...
    Posted to Cute Editor for ASP (Forum) by itssystems on May 16, 2006
  • properties for a dropdown box (the form element, not the menu dropdowns)

    How do you, as an editor, adjust the properties of a dropdown box?  There doesn't appear to be a way to add values to the dropdown after adding it to your page?  For other form elements, if you select it and press the toolbar button again, a properties box pops up.  But for the dropbox box and (listbox), pressing the button again ...
    Posted to Cute Editor for ASP (Forum) by DPM on November 29, 2005
  • set default value for form action attribute

    when we click on insert form icon.. an insert form dialog box appears.. i need to set a default value in form action text box, but no luck..   can you please tell me, how can i set a default value for form action..   i found a file at this path;   CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_form.ascx   and i saw this ...
    Posted to Cute Editor for .NET (Forum) by nadiralishah on September 26, 2008
« First ... < Previous 6 7 8 9 10 Next > ... Last »