|
John Morch -> Possible Bug in Free FrontPage Bot Macro for Expression (2/10/2007 1:00:58)
|
Not sure but When using to generate hyperlinks of DRW results with passing variables it seems to add an extra (') around the variable that causes problems on the landing page. To make my landing page work with a DRW on it results.asp?variable=fred+smith is required when using this the hyperlink is generateed as results.asp?variable='fred+smith' which does not work. The code generated is <a href='results.asp?variable='<%=FP_FieldURL(fp_rs,"application_type")%>''> remove the ' and ' from the line and it works sweet as. The variable variable is text by the way not numeric which may be the problem!! John
|
|
|
|