Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 'logout' link on webpage works on chrome but gives a 'ReadResponse() failed: The server did not return a response for this request' on IE
  2. <li><form id="logoutapp" method='POST' enctype='mulitpart/form-data' action='logout.shtml'>
  3.       <input type="hidden" id="logout" name="logout" />
  4.       <a href="javascript://" onclick = "getElementById('logoutapp').submit  ();">Logout</a>
  5.     </form>
  6. </li>