Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
PHPNUKE - IFRAME BLOCK - Help Directing Links
Old 03-20-2008, 02:22 AM PHPNUKE - IFRAME BLOCK - Help Directing Links
Junior Talker

Posts: 3
Trades: 0
Hello,

I have installed PHPNuke and decided I wanted a flash navigation menu. I made a flash navigation menu and made a HTML document with it in it, "navigation.html".

Then I created a block with the following code in it to iframe the "navigation.html"

PHP Code:
<?php

if (eregi("block-Block_Creator.php",$PHP_SELF)) {
    
Header("Location: index.php");
    die();
}
$content  =  "<div align=\"center\">";
$content  .= "<iframe name=\"inlineframe\" src=\"navigation.html\"width=\"120\" height=\"275\" target=\"_parent\" scrolling=\"no\" frameborder=\"no\">></iframe><noframes>";
$content  .= "Your browser doesnt currently support inline frames.</noframes></div>";
?>
This works all fine and dandy, but as you can see in the picture below, when I click a link in the navigation menu, it goes inside the iframe. As I am pretty sure that nuke has no frames, IE "rightframe" or whatever, how would I get it so it would load on the entire page?




Then when I click it it does this...



Can anyone fix this? I want it to load on the whole page.

Please help?


Thanks!
joshsavage91 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-20-2008, 12:30 PM Re: PHPNUKE - IFRAME BLOCK - Help Directing Links
Junior Talker

Posts: 3
Trades: 0
Please someone help?
joshsavage91 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PHPNUKE - IFRAME BLOCK - Help Directing Links
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09720 seconds with 12 queries