Login     Sign up
Implementing iframe
Makinde Olukunle (@olukunletop)
Join date: Jan 6th 2011
Community posts: 3
View Profile
Send Message

I want to implement iframe on one of my pages, so that when i click it , it loads my website without going out of the community. how can this happen?
Thanks

171 months ago
Dennis Weaver (@den68)
Join date: Nov 29th 2010
Community posts: 50
View Profile
Send Message

Not sure if this is what your looking for but this is how I did it

<frameset cols="58%,*"><frame src="/karaoke"><frame src="recorder_php/index.php"></frameset>

171 months ago
Dennis Weaver (@den68)
Join date: Nov 29th 2010
Community posts: 50
View Profile
Send Message

just added the 2 pages I wanted called from modules, it is a split screen

171 months ago