This is a discussion on "Replace <iframe> for PHP" within the PHP Forum section. This forum, and the thread "Replace <iframe> for PHP are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Replace <iframe> for PHP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Replace <iframe> for PHP
I'm building a website with a standard CMS. This CMS uses an <iframe>-tag in it's template *shiver*.
Now. Is there a way to change this code completely into PHP? Yes, I know it's not written in CSS. I'll fix that too
In the "nav.php" the menu-items target to the frame ofcourse..
Last edited by delusion; Jun 20th, 2007 at 08:44. |
|
|
|
|||
|
Re: Replace <iframe> for PHP
Hmm.. I think I fixed it already. I just merged the index.php (template) with the page.php, and it seems to work..
So I got rid of the iframe-tag myself.. thanks for viewing this thread anyway |
|
|||
|
Re: Replace <iframe> for PHP
Was going to say that you can use a CSS scroller instead of an iframe (if you need scrolling)
for example #scroller { top : 10%; bottom : 100px; margin : 0px 0px 0px 0px; padding-left : 0px; padding-right : 0px; color : #000000; overflow : auto; width : 325px; height: 200px; } |
![]() |
| Tags |
| php, iframe |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] refresh a different iframe once an iframe elsewhere has loaded | cosmicbdog | JavaScript Forum | 1 | Jan 25th, 2008 01:50 |
| JS replace help | immi1979 | JavaScript Forum | 15 | Dec 7th, 2007 06:49 |
| Can a jsp file in an IFrame calls a javascript function outside of the IFrame | jadeite100 | JavaScript Forum | 0 | May 31st, 2007 14:29 |
| Using RQ Search and Replace for HTML tag editing | diakin | Scripts and Online Services | 0 | Feb 10th, 2007 09:13 |
| Text replace in a table cell on same page | gribble | Web Page Design | 10 | Sep 28th, 2005 05:32 |