o rather than use an HREF with the 'edit' anchor,
why not use a submit button?
- using hidden form data, all the relevant
information is included in the form. The 'edit'
submit button could simply set the 'oid' of the
record. However, the 'mode' must be set in the
form, rather than in the 'edit' action.
o removing the redundant information from
HREFs could save up to 20% on the size of the
output HTML, and save some server-side
processing.
The savings here are quite signifigant.