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 = " "
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