Pay Pal Add to Cart & Front Page Database Results

Discussion in 'Classic ASP' started by Footnotes, Jun 1, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I'm developing a site using MS Access DB which contain the Cart URL's in one of the columns. Using frontpage DRW (Database Results Wizard) I have the products showing up according to the query and the add to car button shows and works. However, ~~~~> "> <~~~~~~ that is showing up just before the Add to Cart Button on the page.
    I looked through the code and the only thing I can see which is causing it is the ststaement from the DRW -
    <!--webbot bot="DatabaseResultColumn" s-columnnames="ID,Pounds,Ends,Color,Price,Shipping,CartURL,Treatment,Door,Pic,D1,Remote_computer_name1,User_name1,Browser_type1,Timestamp1" s-column="CartURL" b-tableformat="TRUE" b-hashtml="TRUE" b-makelink="TRUE" clientside b-MenuFormat preview="&lt;font size=&quot;-1&quot;&gt;&amp;lt;&amp;lt;&lt;/font&gt;&lt;a href=&quot;.&quot;&gt;CartURL&lt;/a&gt;&lt;font size=&quot;-1&quot;&gt;&amp;gt;&amp;gt;&lt;/font&gt;" startspan --><%="<a href=""" & FP_FieldLink(fp_rs,"CartURL") & """>" & FP_Field(fp_rs,"CartURL") & "</a>"%><!--webbot bot="DatabaseResultColumn" endspan i-checksum="9693" --></font></b></p>

    This is a webot entry generated by frontpage and I cannot remove it. Any ideas?
     
  2. Hi,
    I'd say the problem is the HTML quote codes "&quot"
    If you can replace all of them with ASP Response codes.
    i.e. <%="""%> (Response code for one quote.)
    Salute,
    Mark
    PS Do yourself a big favor and start moving away from Frontpage too. ;-)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page