C
Chris
Thanks for the prompt reply and all the info.
A question from the reply.
"""........
It's usual to use the pipe (|) to split up fields, so you might have
something like
<option
Then on the receiving page you'd do
<%
aTemp = split(request.form("DropDown"), "|")
url = aTemp(0)
reference=aTemp(1)
%>
............."""
I would like to know if at all possible once the details captured by the
form are sent to the database it is then listed as one field eg in my
case"URL"
On using this field in the database retrieval (Results) how does one split
the field there I only see the field "URL"
"''..........
<!--#include file="../../_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" endspan i-checksum="61875" --><ul
dynamicoutline initcollapsed>
<li>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,ID1,Province,City,Name,Cell,Land,Fax,Email,Postal,Physical
,Payment,Name2,Cell2,Land2,Fax2,Email2,Postal2,Physical2,Tradingas,URLPurcha
se,Remote_computer_name,User_name,Browser_type,Timestamp,Reference"
s-column="Tradingas" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>Tradingas<font
size="-1">&gt;&gt;</font>"
startspan --><%=FP_FieldVal(fp_rs,"Tradingas")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="21533" --><ul>
<li>
<a target="main" href="<%=FP_FieldLink(fp_rs,"URLPurchase")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,ID1,Province,City,Name,Cell,Land,Fax,Email,Postal,Physical
,Payment,Name2,Cell2,Land2,Fax2,Email2,Postal2,Physical2,Tradingas,URLPurcha
se,Remote_computer_name,User_name,Browser_type,Timestamp,Reference"
s-column="URLPurchase" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>URLPurchase<font
size="-1">&gt;&gt;</font>"
startspan --><%=FP_FieldVal(fp_rs,"URLPurchase")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="28154" --></a></li>
</ul>
......."''
What i would like to do is have a part of the field show up in the results
and when clicked it must hyperlink to the attached "url" and include some
parameters.
Once again thanks for your patients and your time.
Cheers
Chris
A question from the reply.
"""........
It's usual to use the pipe (|) to split up fields, so you might have
something like
<option
Then on the receiving page you'd do
<%
aTemp = split(request.form("DropDown"), "|")
url = aTemp(0)
reference=aTemp(1)
%>
............."""
I would like to know if at all possible once the details captured by the
form are sent to the database it is then listed as one field eg in my
case"URL"
On using this field in the database retrieval (Results) how does one split
the field there I only see the field "URL"
"''..........
<!--#include file="../../_fpclass/fpdbrgn1.inc"-->
<!--webbot bot="DatabaseRegionStart" endspan i-checksum="61875" --><ul
dynamicoutline initcollapsed>
<li>
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,ID1,Province,City,Name,Cell,Land,Fax,Email,Postal,Physical
,Payment,Name2,Cell2,Land2,Fax2,Email2,Postal2,Physical2,Tradingas,URLPurcha
se,Remote_computer_name,User_name,Browser_type,Timestamp,Reference"
s-column="Tradingas" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>Tradingas<font
size="-1">&gt;&gt;</font>"
startspan --><%=FP_FieldVal(fp_rs,"Tradingas")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="21533" --><ul>
<li>
<a target="main" href="<%=FP_FieldLink(fp_rs,"URLPurchase")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ID,ID1,Province,City,Name,Cell,Land,Fax,Email,Postal,Physical
,Payment,Name2,Cell2,Land2,Fax2,Email2,Postal2,Physical2,Tradingas,URLPurcha
se,Remote_computer_name,User_name,Browser_type,Timestamp,Reference"
s-column="URLPurchase" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>URLPurchase<font
size="-1">&gt;&gt;</font>"
startspan --><%=FP_FieldVal(fp_rs,"URLPurchase")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="28154" --></a></li>
</ul>
......."''
What i would like to do is have a part of the field show up in the results
and when clicked it must hyperlink to the attached "url" and include some
parameters.
Once again thanks for your patients and your time.
Cheers
Chris