Print Page | Close Window

Paste Text to a form

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Rich Text Editor (RTE)
Forum Description: Support forum for the Web Wiz Rich Text Editor (RTE).
URL: https://forums.webwiz.net/forum_posts.asp?TID=16521
Printed Date: 28 March 2026 at 10:59pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Paste Text to a form
Posted By: carlossequeira
Subject: Paste Text to a form
Date Posted: 12 September 2005 at 8:09am
Hello
 
Im writing a script that i want to past the information on the RTE to a form. Whow could i do that
 
The imput is
 
<%
    if isEmpty(QSRequestForm("edit_fd4")) then
        ItemValue = ""&Rs(4)&""
    else
        ItemValue = request("edit_fd4")
    end if
    CellValue = "<input type=""text"" name=""edit_fd4"" value="""&QSReplaceHtmlQuote(ItemValue)&""">"
    if CellValue = ""  then
        CellValue = "&nbsp;"
    end if
    Response.Write "<td class=" &CssClass& " align=Default >" &CellValue& "</td>"
%>
 
the form
 
<Form name="QS_Edit_Form" method="post" action="./teste_edit.asp"  enctype="multipart/form-data">
 
Sory the english im Portuguese
 
Thansk
 
Carlos


-------------
Carlos Sequeira



Replies:
Posted By: WebWiz-Bruce
Date Posted: 13 September 2005 at 5:27am
I don't think you would be able to get it to work as the form is a 'multipart/form-data'

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net