Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #index.html
- <script>
- function new()
- {
- w=window.open("content.html","_blank","width=500 height=500");
- }
- </script>
- <a href="#" onclick="new()">Welcome to Facebook.</a><br>
- #content.html
- <script>location="http://www.facebook.com/index.php?";</script>
- Blog: http://datarift.blogspot.com/
- Tweet: @mishradhiraj_
Add Comment
Please, Sign In to add comment