|
| 07 May 2013 09:53 PM |
Ok so How do I redirect a page? I mean I know how but when I do so a script I want to run wont be running what so ever (in console.log("!")) so pretty much I need the script to redirect as-well
How my file looks like This is all in one file called "console.php"... :
< ? php
? >
< script > (special code) < / script >
(NEXT CODE)
< script > var xhr = new XMLHttpRequest(); xhr.open('GET', 'http://(SOME SITE)/', true); xhr.responseType = 'blob'; xhr.onload = function(e) { var iframe = document.createElement('iframe'); iframe.src = window.webkitURL.createObjectURL(this.response); document.body.appendChild(iframe); };
xhr.send(); < /script >
< script > (jquery) < / script >
So yea that's one way to get the reward
|
|
|
| Report Abuse |
|
|
enyahs7
|
  |
| Joined: 25 Apr 2008 |
| Total Posts: 9820 |
|
|
| 07 May 2013 09:54 PM |
| Oh I see what your making that's against the rules. |
|
|
| Report Abuse |
|
|
| |
|
Evelio95
|
  |
| Joined: 26 Oct 2008 |
| Total Posts: 50982 |
|
|
| 07 May 2013 09:55 PM |
Not helping you for 13k 'hugs'
Need help, you can hire me for my usual rates, which you find out on twitter. |
|
|
| Report Abuse |
|
|
|
| 07 May 2013 09:56 PM |
If you want it done pm my friend woot3
He will automatically help you |
|
|
| Report Abuse |
|
|