TinyPortal

Development => Feedback => Topic started by: thekatz on September 27, 2006, 08:09:53 PM

Title: Off site page within TP?
Post by: thekatz on September 27, 2006, 08:09:53 PM
Long ago when I used PHP Puke,  :o  there was a script that would allow an offsite page to display with in a block or module.  This would keep the client with in our site while viewing a page off site.  Here is what we have, we have a subscription to a speed test site, when clicking the link, the new page opens in a new browser.  What I would like to do is have that page open in a front page, module or block of TP, even though it is off site.  Anyone have an idea on this?

Thanks
Title: Re: Off site page within TP?
Post by: gerrymo on September 27, 2006, 08:59:07 PM
Do a search for iframe and you'll get what you need.
Title: Re: Off site page within TP?
Post by: thekatz on September 27, 2006, 11:07:30 PM
Well, I have tried many searches here and did not find a hit.  That is why this post. I will continue. 
Title: Re: Off site page within TP?
Post by: akulion on September 27, 2006, 11:16:12 PM


<iframe src="http://thesite.com" height="X" width="Y" scrolling="auto" frameborder="0"></iframe>



replace URL
x and y = a number for height and width

put in a center block or article

thats all

Title: Re: Off site page within TP?
Post by: thekatz on September 28, 2006, 12:25:03 AM
Yep that will do it, thanks both of you.  ;D
Title: Re: Off site page within TP?
Post by: akulion on September 28, 2006, 01:16:28 AM
welcome :up:
Title: Re: Off site page within TP?
Post by: gerrymo on September 28, 2006, 08:24:19 AM
Quote from: thekatz on September 27, 2006, 11:07:30 PM
Well, I have tried many searches here and did not find a hit.  That is why this post. I will continue. 

I find that incredible. There has been dozens, possibly over 100 posts that mention iframes here.