Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
I have basically 2 website, in one website i create master page and i m using that master page for a .aspx page for common display. i need to display second website inside a first website other than "iframe". please guide me how to achieve this.
Posted
Comments
Rajesh Anuhya 21-Jun-13 8:29am    
What is the Problem you are getting?, check my answer below

You are looking for this?
XML
<iframe src="http://google.com"></iframe>

--RA
 
Share this answer
 
Comments
Thomas Daniels 21-Jun-13 8:30am    
Reason for my vote of 2: the OP wrote "i need to display second website inside a first website other than 'iframe'"
Rajesh Anuhya 21-Jun-13 8:32am    
So what?, in my case google.com is the fist website, and how your answer justify your comment?
--RA
Thomas Daniels 21-Jun-13 8:37am    
What do you mean exactly? The OP wrote "other than 'iframe'", so the OP doesn't want to use an iframe, but you provided a solution with an iframe.
Rajesh Anuhya 21-Jun-13 8:39am    
Ohh, I am sorry, that was my mistake, have +5
Hi,

Have a look here:
http://stackoverflow.com/a/8433429[^]
 
Share this answer
 
Comments
Rajesh Anuhya 21-Jun-13 8:39am    
+5
Thomas Daniels 21-Jun-13 8:40am    
Thank you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900