Skip to content

Instantly share code, notes, and snippets.

@thiyagaraj
Created February 23, 2012 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiyagaraj/1893954 to your computer and use it in GitHub Desktop.
Save thiyagaraj/1893954 to your computer and use it in GitHub Desktop.
DataPower Bookmarklet to prevent WebGUI from timing out
javascript:void function(){
window.setInterval("window.mainFrame.setActionScreenSubmit('displayLog', 'displayLog')", 300000);
document.bgColor='green';alert('Do NOT use this (GREEN) window, it will autorefresh and you may lose your changes\n\nPressing OK will automatically open a new window, continue working in that :)');
window.open(window.location)
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment