ASP Hosting sale!
Double disk space and transfer for FREE!
Limited time offer! Act Now!

aspdev | articles | tutorials | forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Embedding Web Pages within Web Pages

 
Post new topic   Reply to topic    ASPdev.org Forum Index -> JavaScript / DHTML / HTML / CSS
View previous topic :: View next topic  
Author Message
twinkle



Joined: 31 Jan 2006
Posts: 79

PostPosted: Tue Jan 31, 2006 7:34 am    Post subject: Embedding Web Pages within Web Pages Reply with quote

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
View user's profile Send private message
jon



Joined: 01 Oct 2004
Posts: 40

PostPosted: Tue Jan 31, 2006 9:37 am    Post subject: Reply with quote

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
View user's profile Send private message
twinkle



Joined: 31 Jan 2006
Posts: 79

PostPosted: Tue Jan 31, 2006 11:52 am    Post subject: Reply with quote

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 Smile
Thankyou for the correction m8.
_________________
I shine
Back to top
View user's profile Send private message
raven



Joined: 31 Jan 2006
Posts: 41

PostPosted: Tue Jan 31, 2006 6:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
twinkle



Joined: 31 Jan 2006
Posts: 79

PostPosted: Wed Feb 01, 2006 6:24 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    ASPdev.org Forum Index -> JavaScript / DHTML / HTML / CSS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

SQL Tutorial