TinyPortal
Development => Feedback => Topic started 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
Do a search for iframe and you'll get what you need.
Well, I have tried many searches here and did not find a hit. That is why this post. I will continue.
<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
Yep that will do it, thanks both of you. ;D
welcome :up:
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.