|
-
Jan 8th, 2001, 05:44 PM
#3
Thread Starter
Junior Member
that worked thanx
whats wrong with this? get a syntax error the code below is for a text area
If Len (Request.Form("additional")) > 0 Then
strSQL = strSQL & AddSQLQuotes(Request.Form("additional"), "'") & ","
strSQL = strSQL & Cstr(Request.Form("additional")) & "'"
End If
<textarea rows="5" cols="68" name="additional" value="<%If VehicleID <> 0 Then Response.Write(rsData.Fields("additional")) end if%>"></textarea>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|