|
Search
You searched for the word(s): form
Showing page 61 of 300 (2,996 total posts)
< 1 second(s)
-
Hi, Some of the pages I edit with CuteEditor are not saving. The installation works fine in generall, I can add a new page write content and save and everything works fine. But when editing some existing pages I can click in the WYSIWYG area, type a word, save the form and it is not there.
In fact, I can type the word in the ...
-
Hi
We tried the demos, if the script is run as below, you can see the file results after uploading:
<?php
// Create Uploader object.
$uploader=new PhpUploader();
// Set a unique name to Uploader
...
-
Hi acyk, Two ways. 1. Remove the <form> tag. 2. Use the example below <?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Dear pbrad, Sql Server example:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?>
<html>
<head>
</head>
<body>
<form name=''theForm'' action=''11.php?postback=true'' method=''post''><?php
function getData()
{
$conn=mssql_connect(''127.0.0.1'',''cute'',''cute''); ...
-
Dear jaydev,
Please refer to the following code:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Still in testing phase, but had worked fine for several weeks after some re-programming. However, today, the upload form is simply not there. Checking the source code shows a <form...></form>, with nothing in between. Obviously, in the asp code, inside the <form> is where the aspuploader is called, but it is not outputting ...
-
Hi gabriels, Can you explain your requirement on detail? Maybe you can try the example below, tell me if it is not you need. Please show me more detail, so I can create the example for ...
-
I like your product, but we have a requirement that I am not sure how to implement. When the customer hits the ''Start Chat'' button, we need to do some processing to the form data before the chat session starts. Basically, we need to be able to add information from that form to our CRM system. I am a professional .Net developer, ...
-
Hi Guys!
Well...go there!
I´m start develop with ajaxuploader, and in this program i need make a simple upload with size limitation. I´d downloaded the package and put the CuteWebUI.AjaxUploader.dll in the bin directory, the scripts in asp.net page...run the project..
The ajaxuploader button was there...very ...
-
i have to expand a website with 2 editors in 2 forms
<form name=''first'' action=''dosomething.asp''>
<input...>
<input...>
Editor1
</form>
lots of html
<form name=''second'' ...
... 61 ...
|
|
|