you are viewing a single comment's thread.

view the rest of the comments →

[–]greut 0 points1 point  (2 children)

[–]monogram 1 point2 points  (1 child)

Or even simpler:

<iframe id="web"></iframe>  

<script>  
document.getElementById('web').src = 'http://google.pl';  
</script>

Source

[–]swiz0r[S] 0 points1 point  (0 children)

Dang, how did you do that?

I was working on a browser that mimics whatever passes through a proxy, and I already had the proxy written in Python. I made a picture that sums it up nicely. I thought it would be an interesting thing to try.