zilk Posted January 10, 2007 Share Posted January 10, 2007 i'm new to php and i'm not really sure if what i'm asking can be done.okay so i have this blog, show_blog.php. on my main page, my index, i use the include function to open show_blog.php on the page. but when i click on individual entries on show_blog.php, they open up onto the whole page instead of into the section of the page where i have included show_blog.php. basically i want it to act as an iframe, where everything opens into a little box or section. here is a link to my site if that will help.http://branson.weenterthecircleatnightandareconsumedbyfire.com/blog/i do know that cutenews does this, if anyone is familiar with that. that is how i want my blog to work.thanks. Link to comment https://forums.phpfreaks.com/topic/33560-open-page-in-same-spot/ Share on other sites More sharing options...
prima Posted January 10, 2007 Share Posted January 10, 2007 if you have a table in which you make a iframe you could get what you want, have you tried target="_self" or something like that Link to comment https://forums.phpfreaks.com/topic/33560-open-page-in-same-spot/#findComment-157158 Share on other sites More sharing options...
taith Posted January 10, 2007 Share Posted January 10, 2007 include/require just crop the code from the target file, into the parent file. it doesnt make an iframe, you would need to do that seperatly. Link to comment https://forums.phpfreaks.com/topic/33560-open-page-in-same-spot/#findComment-157233 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.