Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. HttpWebRequest request = (HttpWebRequest)WebRequest.Create(urlAddress);
  2. HttpWebResponse response = (HttpWebResponse)request.GetResponse();
  3.  
  4. <iframe src="http://anotherdomain.xyz/frame_that_only_works_on_domain_xyz"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement