PDA

View Full Version : SEARCH screen </FORM> problem


Charlie
03-Jun-2003, 03:29 PM
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

zmagyar
03-Jun-2003, 03:53 PM
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