View previous topic :: View next topic |
Author |
Message |
SonnyB -
Joined: 19 Jun 2003 Posts: 42 Location: New York USA
|
Posted: Thu Aug 14, 2003 10:15 am Post subject: WebPage Help |
|
|
Quick Question... How Can I Get A Webpage To Open Within A WebPage.? Example: My Page Is Open But I Want To Keep It Open While People Browse Another WebPage.. Within My Page.. How Do I DO That.?
Thanks _________________ Regards,
Anarchy03
http://anarchy03.us
AnarchyOnline Ent
aappel03@yahoo.com |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Aug 14, 2003 12:59 pm Post subject: Re: WebPage Help |
|
|
SonnyB wrote: | Quick Question... How Can I Get A Webpage To Open Within A WebPage.? Example: My Page Is Open But I Want To Keep It Open While People Browse Another WebPage.. Within My Page.. How Do I DO That.?
Thanks |
This is related to HTML coding. You can use Frames or IFrames. A topic close to your was discussed at http://www.aprelium.com/forum/viewtopic.php?t=1661 . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Kent -
Joined: 12 Jan 2003 Posts: 137
|
Posted: Thu Aug 14, 2003 1:58 pm Post subject: well |
|
|
for php pages you can use the following
Code: | <?include('the url to the page you want to embed');?> |
|
|
Back to top |
|
 |
|