|
Search
You searched for the word(s):
Showing page 84 of 4,987 (49,864 total posts)
< 1 second(s)
-
Hi rajmohanp,
Please try the example below
<%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
-
Hi ahager,
try
<%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
-
I'm new to PHP File Uploader and have downloaded the trial to try it out. copied all files in the archive to a folder called PHPfileuploader.
clicking on the included demo.htm brings up the menu. selecting any of the demos displays the File Upload button and does nothing else. is there something I'm ...
-
Dear mcslayton,
Please save the following content to test.aspx, and copy it to the ajax uploader root, I have tested several times in ff3.6, work fine.
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script ...
-
Got it down to 10 sec now!!!
Edited your browse_Img.asp Showbrowse_Img-function to this and added this class.
Function Showbrowse_Img(spec)
Dim f, sf, fol, fc, fil, s, ext, counter
Dim fso
Set tmpstrm = New StrConCatArray
Set fso = Server.CreateObject(''Scripting.FileSystemObject'')
Set f = ...
-
I am having problems getting the data from the cuteeditor textarea to post to the database.
this insert record form is working for everything else, but the cuteeditor text. if i put a value in the
<input type=''hidden'' name=''Editor1'' id=''Editor1'' value='''' /> line, i get written to the database whatever i ...
-
Hi djnotepad, You can refer to the following code, the highlighted line will move the temporary files to destination folder and save as your actual file name: <%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script ...
-
Please try the following code:
<%@ 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 ...
-
Hi There, PasteHTML works fine in Firefox, however when you use PasteHTML in IE7, the pasted text is always after all the BR's in front of the next text. Can someone please look into this, this is some critical functionality we are looking for. The example below in IE7 causes the behavior. 1. Use the code below.2. Put your ...
-
Hi Surya, I tested the following code in IE9, it works fine. One ''''' is missing in your code, you can have a comparison. <%@ Page Language=''C#''%>
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<html>
<head>
<title>JavaScript ...
... 84 ...
|
|
|