PDA

View Full Version : alternative iframe… javascript embed?


michele
02-09-2011, 08:25 AM
I have necessity to load an external page (http://remotesite.com/forms/info.php)

I'd like to use a system similar to this:
http://wufoo.com/2009/04/08/new-javascript-embed-form-code-snippet/

Any ideas? Where is possibile found a example/tutorial about javascript embed?

Thanks

SOJO web
02-09-2011, 09:44 PM
This has some pretty basic examples here:
http://www.webdevelopersnotes.com/tutorials/javascript/embedding_javascript_html_web_pages.php3

Although, I am not sure exactly what you are trying to do. If you have anything more specific, I may be able to give more help.

michele
02-10-2011, 02:55 AM
My specific necessity is include in a web page (with header, footer, menu, etc.) an external website (with login access and more links includes in the external url).

Now I'm using a lightbox to open the page.

I'd like include the external webpages in the primary website, but I don't like use the iframe technical (problems with height and browser compatibility).

I had found very interesting the technical used from wufoo for their forms (javascript embed).
http://wufoo.com/2009/04/08/new-javascript-embed-form-code-snippet/