|
lovduv -> *solved* Large text = Bad Hyperlink Parameters (10/27/2005 10:35:51)
|
Everything is almost working! If you try to update one of the larger posts, on http://www.missyandross.com/editblog.asp it does not populate in the form. I know this is from trying to pass a large amount of text via a hyperlink. Is there a workaround, so that I can get the larger posts to poulate? I can populate the smaller posts with a parameter, <%=FP_FieldURL(fp_rs,"BlogPost")%> for BlogPost If I remove this parameter in the hyperlink, then the forms text area is blank. Should I change the initial value of the text area in the form to something like this: <textarea rows="13" name="BlogPost" cols="77">=BlogPost value="<%=request.querystring("BlogPost")%>"> Also on this page http://www.missyandross.com/editblog.asp I changed it to have an update link and delete link Update is working, but how would I make it delete the record? Thanks guys, lovduv [:(] Outfront is truly the best Frontpage resource I have ever used![:D]
|
|
|
|