- <script language="javascript">
- function iiiDoSubmit_1() {
- var name = "iiiFormHandle_1";
- if (document.getElementById)
- obj = document.getElementById(name);
- else if (document.all)
- obj = document.all[name];
- else if (document.layers)
- obj = document.layers[name];
- obj.form.submit();
- }
- </script>
- <input type="hidden" id="iiiFormHandle_1"/>
- <a href="#" onClick="iiiDoSubmit_1();"><img src="/screens/submit.gif" alt="Submit" border="0" class="button" /></a>
Posted by Alex P on Thu 10 Jan 14:15
report abuse | View followups from Alex P | download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.