C
Chris
Hi I was wondering if any of the seriously advanced guys could just take a
look at this and steer me in the right direction please.
I am baffled as this has worked for me before ????
I have a table that I reference in a database results.
In the table I have a value(URL) that I want to attach to the corresponding
word.
All works fine until I attach the Hyperlink.
In the hyperlink edit box I use the URL in the path section
and place my criteria in the Query string box.
The placements are as follows
Path----------<%=FP_FieldLink(fp_rs,"Marketplacements")%>
and the Query sting box is---------------<%=FP_FieldURL(fp_rs,"Tradingas")%>
On accepting the path and Parameters the address is as follows
----------<%=FP_FieldLink(fp_rs,"Marketplacements")%>?Tradingas=FP_FieldURL(
fp_rs,"Tradingas")%>
when opening again it has changed
to----------------------%3c%25=FP_FieldLink(fp_rs,%22Marketplacements%22)%25
%3e%3c%25=FP_FieldLink(fp_rs,%22Tradingas%22)%25%3e
or something similar.
When publishing to the web and clicking on the link however the page
displays as cannot be found.
So can any of you Please help me solve this.Any help would be gratefully
accepted
Thanks.
XChris
look at this and steer me in the right direction please.
I am baffled as this has worked for me before ????
I have a table that I reference in a database results.
In the table I have a value(URL) that I want to attach to the corresponding
word.
All works fine until I attach the Hyperlink.
In the hyperlink edit box I use the URL in the path section
and place my criteria in the Query string box.
The placements are as follows
Path----------<%=FP_FieldLink(fp_rs,"Marketplacements")%>
and the Query sting box is---------------<%=FP_FieldURL(fp_rs,"Tradingas")%>
On accepting the path and Parameters the address is as follows
----------<%=FP_FieldLink(fp_rs,"Marketplacements")%>?Tradingas=FP_FieldURL(
fp_rs,"Tradingas")%>
when opening again it has changed
to----------------------%3c%25=FP_FieldLink(fp_rs,%22Marketplacements%22)%25
%3e%3c%25=FP_FieldLink(fp_rs,%22Tradingas%22)%25%3e
or something similar.
When publishing to the web and clicking on the link however the page
displays as cannot be found.
So can any of you Please help me solve this.Any help would be gratefully
accepted
Thanks.
XChris