Implementing iframe |
| |||
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?
|
| |||
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>
|
| |||
just added the 2 pages I wanted called from modules, it is a split screen
|