This content has been marked as final.
Show 3 replies
-
1. Re: load page into div
uboss84 Apr 17, 2014 7:49 AM (in response to uboss84)i can only do it with frame
sym.$(" container").children().remove();
sym.$("container").append('<iframe width="100%" height="100%" src="home.html" frameborder="0" scrolling="no"></iframe>');
-
2. Re: load page into div
Feloxor Apr 18, 2014 12:15 AM (in response to uboss84)Hello, look at the "composition loader" on this page and you will have your answer :) http://www.edgedocks.com/edgecommons
-
3. Re: load page into div
hemanth kumar r Apr 18, 2014 5:31 AM (in response to uboss84)I guess you have use iframe to load another page.
You could use jquery ajax techniques also to load another page.



