Search

You searched for the word(s): form
Showing page 9 of 300 (2,996 total posts) < 1 second(s)
  • Re: Issues with pop-up not showing full form (DPI related)

    1. Locate/open CuteSoft_Client\CuteEditor\Dialogs\style.css file.   2. Delete all the content of this file.3. Paste the following code into style.css:   body,input,textarea,button,select,fieldset,td { color: windowtext; font:normal 11px Tahoma; } button { padding-top: 1px; height: 22px; } fieldset { padding: ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 7, 2005
  • Re: Upload Fail

    bbcgraphics:I tried using GalleryFiles as the image directory but still got the same error. However, I did found the problem.  The page had LivePerson chat code on it which was writing it's own <form> tag to the page (outside of the <form runat=''server''> tag... there were no nested forms) and once I eliminated that ...
    Posted to ASP.Net Image Gallery (Forum) by chloe0 on September 17, 2011
  • How to get content in cuteeditor by request.form

    I use cute editor ver6.6I have an editor id=''Editor_Background'' in a pageWhen the button click, it submit the form to other page I enter 1234 into the editor I get the editor value by code : Request.Form(''Editor_Background_HTMLContent'')But the result turn to :#1div#21234#1/div#2 How can I can 1234 only? 
    Posted to Cute Editor for ASP (Forum) by surrounding on August 5, 2010
  • Re: Other Form Elements?

    Hi pln4keeps, In the example above, we use a button to start the upload. You can submit your form by this button too. Also you can use the submit button as the start button, then it will submit the form and start the upload and the same time. Regards, Ken 
    Posted to ASP Uploader (Forum) by Kenneth on February 14, 2012
  • Re: Another how do I get started question.

    Jill,   Let's start from creating a HTML Form Page. Then we replace the textarea with CuteEditor.   Create a new HTML page and name it 'CuteEditorTest.asp' Copy the following code and paste it into the body section of 'CuteEditorTest.asp' page :  Inserting Records : <form action=''target.asp'' method=''post'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 13, 2004
  • Re: URLType not working with INPUT form.

    Well, the issue is that I need no URLs at all to be altered.  This includes entering them via forms or typing them by hand in the HTML view.  So when I have ''Default'' which is supposed to not convert URLs, I'm not expecting an input form for INPUT to append or change the Src url when I switch tabs.  This is because the users that ...
    Posted to Cute Editor for ASP (Forum) by EricR on March 31, 2011
  • Re: Need a form to specify "SaveFiles" directory

    Here's the code: <?php require_once ''./phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <?php if (!is_dir)  mkdir (''D:/Hosting/3380894/html/tmp'', 0777); else  chmod(''D:/Hosting/3380894/html/tmp'', 0777); ?> <html> <body> <form id=''form1'' method=''POST''> Upload ...
    Posted to PHP File Uploader (Forum) by mhpeters on August 16, 2012
  • Re: Upload to virtual directory?

    Hi GenNS, Yes, this can be implemented.You can follow steps:1. Open IIS2. Navigate to the site which contains the ASP Uploader3. Create one virtual directory ''savefoldervirdir'' and let it point to the destination folder4. Save the following code to test.asp:<%@ Language=''VBScript'' %> <!-- #include ...
    Posted to ASP Uploader (Forum) by Eric on June 28, 2011
  • Re: The original name of the uploaded file

    Dear illaki,   Please test the following snippet, it returns the original file name:   <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on June 1, 2011
  • Re: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
« First ... < Previous 7 8 9 10 11 Next > ... Last »