Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Alex P

By: a guest on Jan 10th, 2008  |  syntax: None  |  size: 0.49 KB  |  hits: 114  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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>