How to embed html to other site

Hi,

Is there an example code to create embed code (from my site) so I can embed my html to other site?

for example, I want to embed my html to other site. Here is the sample embed code for example:

test

Yudi Soesanto

Yudi Soesanto wrote:

Hi,

Is there an example code to create embed code (from my site) so I can embed my html to other site?

for example, I want to embed my html to other site. Here is the sample embed code for example:

check this link [http://railstech.com/?p=30] might be helpful

Hi amar,

I tried to click on your link RailsTech.com is for sale | HugeDomains and I got this error "You don't have permission to access / on this server"

Thanks for you help. Yudi

Yudi Soesanto wrote:

Hi amar,

I tried to click on your link http://railstech.com/?p=30 and I got this error "You don't have permission to access / on this server"

Thanks for you help. Yudi

Its temporarily down You can just use jquery load function and insert into div like $("#some_div_id").load("URL") Try this out