Current location: Hot Scripts Forums » Programming Languages » PHP » Dynamic iframe


Dynamic iframe

Reply
  #1 (permalink)  
Old 08-28-10, 08:26 AM
sbrian87 sbrian87 is offline
New Member
 
Join Date: Aug 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rolleyes Dynamic iframe

Hi friends,

I'd just like to open a permalink into a iframe.

On the internet I found this code:

PHP Code:

<?php

if(file_exists("paginas/".basename($_GET['url']).".htm")){

    echo 
"paginas/".basename($_GET['url']).".htm";

}else{

    echo 
"paginas/errors/404.htm";
}
?>
I have to change this code, but don't know how. I am a newbie.

I'd just like to open this permalink in the iframe:

http://www.mydomain.nl/frame.php?url...40mydomain.nl&

But on this moment the page will not accept this code. How can make that the code will accept my link?

Greets!

Last edited by UnrealEd; 08-28-10 at 11:02 AM. Reason: fixed [php] tags
Reply With Quote
  #2 (permalink)  
Old 08-28-10, 11:04 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
have you tried this?
PHP Code:

<?php

if(isset($_GET['url'])){

    echo 
$_GET['url'];

}else{

    echo 
"paginas/errors/404.htm";
}
?>
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote
Reply

Bookmarks

Tags
dynamic iframe


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
External link to iframe Techmom HTML/XHTML/XML 7 07-23-09 12:57 PM
Imitating Iframe or Finding Dynamic Height Iframe Solution Mn3MoN1C JavaScript 1 06-02-08 09:36 PM
Need Your HelP! Loading Multiple External Text into Multiple Dynamic Text Fields Flash_Boi Flash & ActionScript 2 03-30-06 03:27 PM
drop-in iframe popover - once per browser session? Mylnda JavaScript 0 10-10-05 12:15 AM
js function / border & iframe cityonfire JavaScript 1 07-24-05 08:02 PM


All times are GMT -5. The time now is 08:19 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.