View source for MediaWiki:LastPage.js
From Tycoon Gaming
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
function iniFrame() {
if ( window.location !== window.parent.location )
{
var output;
window.element = document.getElementById("globalWrapper");
var save = window.element.innerHTML;
//output = '<button class="LastPage" onclick="var oldURL = document.referrer; window.location.href = oldURL;"><b>Return to Last Page</b></button>'
output = '<button class="LastPage" style="position:absolute; bottom:0; left:0;" onclick="var oldURL = document.referrer; window.location.href = oldURL;"><b>Return to Last Page</b></button>';
window.element.innerHTML = save + output;
}
}
iniFrame();
000
1:0
Return to MediaWiki:LastPage.js.