Hi,

I was wondering if FProxy can be used as a feedback inserting tool.

The insert key form can have a "automatically try next numeric suffix on
error", in a way that if the insertion of "KSK at myfeedback-1" fails and
that checkbox is on, it automatically tries to insert
"KSK at myfeedback-2", continuing until the key is successfully inserted.

With this resource, the author of the freesite can make a something like
this:

<h1>Send Feedback</h1>
<form action="/" method="post" enctype="multipart/form-data">
 <input type="hidden" name="key"
value="KSK at myfeedback-{NextKnownAvailableSlot}">
 <textarea name="filename"></textarea>
 <input type="hidden" name="content-type" value="text/plain">
 <input type="hidden" name="autoincrement" value="1">
 <input type="submit" value="Insert Feedback">
</form>

This will make site feedback very user-friendly. It is possible to
specify on another hidden field the page to load after the processing,
but this will require javascript, or the exibition of a link to be
clicked. Anyway, the freesite author will be able to launch the key
insertion on another window, using <FORM TARGET="">

Best Regards,
--
   (   /'_ _ _/ (   /_     \  Claudemir Todo Bom
   |/|/// (-(/  |/|/(/(/   |    mailto:todobom at wiredway.com.br
      teleinformatica /    |    http://www.wiredway.com.br/~allgood
http://www.wiredway.com.br \


_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to