Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External Page Content w/o IFRAME's or SSI's

Status
Not open for further replies.

bpvwebdesigns

IS-IT--Management
Jul 7, 2002
33
US
Hello,

I am looking to insert another page, completely into a template page of mine.

I have created a demo of what I want with an IFRAME tag, which is what I am trying to avoid doing.

LINK :
I want the page to dynamically resize to the content and insert the headers and footers on to it kind of like what is demonstrated.

I would like to avoid using a cgi, perl, or asp script if possible.

Any input is greatly regarded,
Thank you in advance or you time, ___________________________________________________

bpvlogo.gif

mysig_small1.gif

Brian Velkavrh
Sr. Consultant - BPV Webdesigns
Network+ Certified Engineer
 
Yes,

but then i run into the problem with the content being scrollable ___________________________________________________

bpvlogo.gif

mysig_small1.gif

Brian Velkavrh
Sr. Consultant - BPV Webdesigns
Network+ Certified Engineer
 
What about PHP? ;-) I don't think what you want is possible without iframes or SSI. Then again, I use SSI for all my stuff, so maybe I'm wrong. If you can use php, then it is really easy:

<?php include(&quot;page.html&quot;); ?>

Rick
 
Hi guys,

I might be wrong in my understanding of what you are trying to do but if I am right then you cannot possibly use SSI or PHP etc to do it, it would need to be an object tag or frame.

Hope this helps Wullie

sales@freshlookdesign.co.uk

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Yeah, it would be a big mess if you tried to include files from a different server with SSI.

You might consider taking off the default scrollbar and then letting the iframe scroll? At least for that page?

Rick
 
Hello again,

I used to remember the tag to remove the default scroll bar, but now I don't.

Can you please post the code you are talking about?

As for PHP, I know that there is a method possible with that, but I am trying to avoid using any server-side languages.

As for the object tag, I tried that and it won't meet the needs I am looking for.

Again any ideas are welcomed.

Thanks again, ___________________________________________________

bpvlogo.gif

mysig_small1.gif

Brian Velkavrh
Sr. Consultant - BPV Webdesigns
Network+ Certified Engineer
 
Brian,

Stupid question but why are you trying to avoid server side languages?

If you need to do something and it can be done on the server or client side, then use the server side method as it will be more reliable for the different set-ups that your visitors may have.

Hope this helps Wullie

sales@freshlookdesign.co.uk

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top