Announcement

Collapse
No announcement yet.

SEARCH screen </FORM> problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SEARCH screen </FORM> problem

    Hi

    I am currently automatically adding some sample product's pic & details to Act_MarketText.html. Each has a <FORM METHOD=POST ACTION="http://81.106.7.56/cgi-bin/ca000001.pl ...> ... </FORM> so that customers can add it straight to their basket.

    Unfortunately this is being added before the end </FORM> of the search screen which screws up the <FORM></FORM> sets.

    How can I fix this? I have been looking for the prompt where the Act_MarketText.html gets added but I can't find it?!

    Thanks in advance

    C

    #2
    Try to add a </FORM> tag before your forms. This will close the search form so your forms will operate correctly. Note that a dummy form open tag is required at the end of your additions to have a pair for the original </FORM> tag.

    Regards,

    Zoltan
    Zoltan
    Actinic Software
    www.actinic.co.uk

    Comment

    Working...
    X