PDA

View Full Version : inserting html content


sirkrier
01-31-2006, 01:10 AM
hey

I'm new as hell to web programming, just trying to code a bit of html to solve this problem of mine.. I wanted to insert text from a remote URL into my document. All i know how to do is insert a link to that site, but what would be the simplest way to dump the page's content onto my site without making a hyperlink ?

I'm trying to put a link to a random vin diesel fact in myspace.. theres a html site with a single fact, which i wanted to be transferred to one of my frames.. since its myspace so I can only use HTML/DHTML, CSS and very limited use of javascript.

SubJunk
01-31-2006, 03:40 AM
Copy and paste, there is no way to automate such tasks that would take less time than copy/pasting.

ronaldb66
01-31-2006, 08:51 AM
You could use an iframe since this can hold a remote page, but you need to seriously ask yourself first if those people would be happy about your leaching off of their content. Have you asked them if you can use it?