Just to be arkward
And where did Dan get it from..

Just to be arkward
And where did Dan get it from..
How am I supposed to know?
dont work.then create javascript.js and insertCode:<script src="javascript.js"></script> <body onLoad="dopage('images.html', 'content')">
Something like thatCode:function dopage(url, containerid){ document.getElementById("content").innerHTML = '<div align="center"><font size="1" color="#FFFFFF" face="verdana"><b>Loading</b>...</font></div><br><br>'; var page_request = false if (window.XMLHttpRequest) page_request = new XMLHttpRequest() else if (window.ActiveXObject){ try { page_request = new ActiveXObject("Msxml2.XMLHTTP") } catch (e){ try{ page_request = new ActiveXObject("Microsoft.XMLHTTP") } catch (e){} } } else return false page_request.onreadystatechange=function(){ loadpage(page_request, containerid) } if (bustcachevar) bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime() page_request.open('GET', url+bustcacheparameter, true) page_request.send(null) }
Edited by Catzsy Forum Super Moderator: Your signature has been removed because
It is against the rules to insult/bully other members by targetting them with personal remarks about them in your signature.
still dont work lol
Edited by Catzsy Forum Super Moderator: Your signature has been removed because
It is against the rules to insult/bully other members by targetting them with personal remarks about them in your signature.
*** someone help i need this to f'in work..
Edited by Catzsy Forum Super Moderator: Your signature has been removed because
It is against the rules to insult/bully other members by targetting them with personal remarks about them in your signature.
Want to hide these adverts? Register an account for free!