| 
 
	
		| View previous topic :: View next topic |  
		| Author | Message |  
		| twinkle 
 
 
 Joined: 31 Jan 2006
 Posts: 79
 
 
 | 
			
				|  Posted: Tue Jan 31, 2006 7:34 am    Post subject: Embedding Web Pages within Web Pages |   |  
				| 
 |  
				| Probably on this forum there are people that know alot about HTML and some that dont know much at all. Thats why i always like to give a hand and post some great tips that i found while i was learning.
 
 Here a great tip i found for when you want to embed Web Pages within Web Pages. You just use the object and embed tags.
 Just change The URL and the error message to suit your websites needs.
 
 
  	  | Code: |  	  | <object data=http://www.aspdev.org width="600" height="400"> <embed src=http://www.aspdev.org width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object> | 
 
 Last edited by twinkle on Tue Jan 31, 2006 11:50 am; edited 1 time in total
 |  |  
		| Back to top |  |  
		|  |  
		| jon 
 
 
 Joined: 01 Oct 2004
 Posts: 40
 
 
 | 
			
				|  Posted: Tue Jan 31, 2006 9:37 am    Post subject: |   |  
				| 
 |  
				| Thanks for the tip twinkle. 
 I'm not sure if this is correct, but you have double http:// on your second line:
 
 <embed src=http://http://www.aspdev.org width="600" height="400">
 
 I think this should be:
 
 <embed src=http://www.aspdev.org width="600" height="400">
 |  |  
		| Back to top |  |  
		|  |  
		| twinkle 
 
 
 Joined: 31 Jan 2006
 Posts: 79
 
 
 | 
			
				|  Posted: Tue Jan 31, 2006 11:52 am    Post subject: |   |  
				| 
 |  
				| Ah thankyou i hadnt noticed id typed it twice. Ive edited it now to be correct. Thats having my little daughter running round my feet while i work
   Thankyou for the correction m8.
 _________________
 I shine
 |  |  
		| Back to top |  |  
		|  |  
		| raven 
 
 
 Joined: 31 Jan 2006
 Posts: 41
 
 
 | 
			
				|  Posted: Tue Jan 31, 2006 6:05 pm    Post subject: |   |  
				| 
 |  
				| I am confused.  How and when are you using this? 
 Is this something you could just do in i-frames?
 _________________
 Programmers do it in code
 |  |  
		| Back to top |  |  
		|  |  
		| twinkle 
 
 
 Joined: 31 Jan 2006
 Posts: 79
 
 
 | 
			
				|  Posted: Wed Feb 01, 2006 6:24 am    Post subject: |   |  
				| 
 |  
				| Well this is a basic example.  Embedding is often used to integrate media into a webpage in a seamless way.  Say you had a particular video you wanted to show up on your page.  This is a good way to do it. _________________
 I shine
 |  |  
		| Back to top |  |  
		|  |  
		|  |  
  
	| 
 
 | You cannot post new topics in this forum You cannot reply to topics in this forum
 You cannot edit your posts in this forum
 You cannot delete your posts in this forum
 You cannot vote in polls in this forum
 
 |  
 Powered by phpBB © 2001, 2002 phpBB Group
 
 |