Section 2: The Red Tape
Where the bureaucracy reigns supreme, and the forms never end.
- Section 2-1: The Never-Ending Loop
- Section 2-2: The Form-osa's Dilemma
- Section 2-3: Bureaucratic Jargon
// Red Tape Section 2: The Red Tape
// This is where the rubber meets the road
// or in this case, where the forms never end
// function RedTape() {
// var form = document.createElement('form');
// form.action = '/submit';
// form.method = 'POST';
// form.enquire = 'Please wait, we are experiencing technical difficulties';
// form.submit();
// }
//