POSTable HTML links
Posted in AJAX, Java on Feb 6th, 2007 No Comments »
When building web sites you often have to produce POST request on user's actions. Many times without having user - editable form fields. Server just expects you to send POST. The standard solution is to make hidden form, hardcode some fields value and dynamically populate other values when user presses submit button. It does the [...]