|
Search
You searched for the word(s): form
Showing page 9 of 300 (2,996 total posts)
< 1 second(s)
-
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: ...
-
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 ...
-
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?
-
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
-
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'' ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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'' ...
... 9 ...
|
|
|