PHP Iframe URLS

This is a discussion on "PHP Iframe URLS" within the PHP Forum section. This forum, and the thread "PHP Iframe URLS are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old May 16th, 2006, 11:08
New Member
Join Date: May 2006
Location: London, Beirut, Malmo
Age: 24
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow PHP Iframe URLS

Hello...
im looking for Iframe where the url can be shown in the Url Adress bar and if i click on other link inside the iframe page i want it to change on the URL Adress bar is it possible???

for example like that www.websitename.com/index.php?iframes=thepagename

i have this code
PHP: Select all

<?php 
if (!isset($_GET['rub'])) {
echo 
"<iframe src=\"inc/main.php\" width=\"100%\" height=\"100%\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\"></iframe>";
} else {
(
'inc/'.$_GET['rub'].'.php');
echo 
"<iframe src=%22%22 . 'inc/'.$_GET['rub'].'.php'. "" width=\"100%\" height=\"100%\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\"></iframe>";
}
?>
but with this code it will work as normal Iframe please need your help ASAP thx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Reply

Tags
php, iframe, urls

Thread Tools

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 On
Pingbacks are On
Refbacks are On

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 02:50
Can a jsp file in an IFrame calls a javascript function outside of the IFrame jadeite100 JavaScript Forum 0 May 31st, 2007 14:29
Displaying URLs trevorc Web Page Design 2 May 13th, 2007 23:42
Encrypting urls in .net Sabarish_s ASP.NET Forum 5 Mar 31st, 2004 06:40


All times are GMT. The time now is 13:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved