How to open a page in a page ??

  • edward
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jan 29, 2004
  • Posts: 7
  • Status: Offline

Post September 30th, 2004, 3:19 pm

Do any of you have any ideas on how to open a page in a page.

Basically open a link automatically and display the page. I don't need a redirect, I just need the page displayed automatically within my main page.

I know this is very simple but I can't think of it for the life of me.

Also, I can't use frames.

should be something simple like <open href:http://mywebpage.com >

Thanks,
-ed
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 30th, 2004, 3:19 pm

  • monoheinz
  • Student
  • Student
  • User avatar
  • Joined: Sep 27, 2004
  • Posts: 79
  • Loc: Norway
  • Status: Offline

Post September 30th, 2004, 3:44 pm

What do you mean? Something like a popup window?
  • edward
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jan 29, 2004
  • Posts: 7
  • Status: Offline

Post September 30th, 2004, 4:35 pm

Not a pop up window per se.

I'll get specific.

I have a forum that runs IntegraMod portal in the front. The portal allows me to use html or bbcode. What I would like to do is have a smaller version of one of my other webpages open in one of the blocks of the portal (within the constraints of the portal block). I basically don't want my users to go into shock over a new format, so for the time being I would like to post the HTML portal that we had previously inside the new portal. Frames/redirects/refreshes aren't going to cut it.

any suggestions?

Thanks a million,
-ed

~~EDIT~~ almost exactly like this http://www.integramod.com/home/portal.php?page=5
Where the store is located on the example, would be my webpage. I need it to spawn in one of the portal blocks.
  • quantumcloud
  • Proficient
  • Proficient
  • User avatar
  • Joined: May 11, 2004
  • Posts: 456
  • Loc: Dhaka, Bangladesh
  • Status: Offline

Post September 30th, 2004, 10:30 pm

I think, what you are looking for is php Include files or SSI(server side includes).
Web development company : quantumcloud

Web design company : web.com.bd
  • jabba_master
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Oct 01, 2004
  • Posts: 6
  • Status: Offline

Post October 1st, 2004, 4:54 am

mabe its look like z-bufer?
  • Shattered Plastic
  • Student
  • Student
  • No Avatar
  • Joined: Sep 04, 2004
  • Posts: 66
  • Status: Offline

Post October 1st, 2004, 3:53 pm

Is there a way to embed pages? Or you might be able to use an iframe?
  • Arcath
  • Graduate
  • Graduate
  • User avatar
  • Joined: Sep 24, 2004
  • Posts: 166
  • Loc: New England
  • Status: Offline

Post October 1st, 2004, 5:37 pm

read up on inline frame, sounds like what you are looking for
- Sometimes it's easier to ask for forgiveness then it is to ask for permission.
  • Sumen
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 10, 2004
  • Posts: 421
  • Loc: Rochester or Albany, NY
  • Status: Offline

Post October 1st, 2004, 8:43 pm

quantumcloud wrote:
I think, what you are looking for is php Include files or SSI(server side includes).


that is what u want.......
  • edward
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jan 29, 2004
  • Posts: 7
  • Status: Offline

Post October 5th, 2004, 1:54 pm

php include files... I will look it up.
inline frames... I will look it up.


Thanks for all of your suggestions. Hopefully I can get something working
:oops:

I will post back my results with a pretty little portal page link for you guys to check out.

Thanks a million,
-ed
  • neksus
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Sep 10, 2004
  • Posts: 2194
  • Loc: Canada
  • Status: Offline

Post October 5th, 2004, 3:49 pm

Sound exactly like I(inline) frames.
Code: [ Select ]
<iframe name="iframe" src="pagetoloadondefault.htm" frameborder="0" height="x" width="x"></iframe>

to change the page with a link, target the iframe
Code: [ Select ]
<a href="mypage.html" src="iframe">My Page</a>
  • edward
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jan 29, 2004
  • Posts: 7
  • Status: Offline

Post October 6th, 2004, 7:10 am

neksus wrote:
Sound exactly like I(inline) frames.
Code: [ Select ]
<iframe name="iframe" src="pagetoloadondefault.htm" frameborder="0" height="x" width="x"></iframe>

to change the page with a link, target the iframe
Code: [ Select ]
<a href="mypage.html" src="iframe">My Page</a>


ab.so.lute.ly beautiful!!!!!!!!!!!! :D :idea:

It worked better than I could have dreamed (no exaggeration).

Thank you a million times over, guys, for helping me with this.

I'll post the finished (as of right now, it's about a week out) product in this post so that you guys/gals can check it out.

Thanks again, everyone, for your help,
-ed

[/u]

Post Information

  • Total Posts in this topic: 11 posts
  • Users browsing this forum: No registered users and 131 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.