pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by Alex P on Thu 10 Jan 14:15
report abuse | View followups from Alex P | download | new post

  1. <script language="javascript">
  2. function iiiDoSubmit_1() {
  3.     var name = "iiiFormHandle_1";
  4.     if (document.getElementById)
  5.         obj = document.getElementById(name);
  6.     else if (document.all)
  7.         obj = document.all[name];
  8.     else if (document.layers)
  9.         obj = document.layers[name];
  10.     obj.form.submit();
  11. }
  12. </script>
  13. <input type="hidden" id="iiiFormHandle_1"/>
  14. <a href="#" onClick="iiiDoSubmit_1();"><img src="/screens/submit.gif" alt="Submit" border="0" class="button" /></a>

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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post