ad_return_complaint

Philip Greenspun's Homepage : Philip Greenspun's Homepage Discussion Forums : 6916 : One Thread
Notify me of new responses
what is ad_return_complaint supposed to do?

(call to ad_return_complaint found in quotation-add.tcl)

-- Tony Chao, February 9, 2000

Answers

It should take 2 arguments, the number of errors and a string containing the errors in HTML format as list items. So an error string is built as such:

set foobar ""

append foobar "<li>This is busted"

append foobar "<li>So is this"

It should then display a page with the errors passed in displayed in a lovely HTML li

-- Brian Stein, February 10, 2000