Current location: Hot Scripts Forums » General Community » Script Requests » ~ Looking for iFrame script for download links.


~ Looking for iFrame script for download links.

Reply
  #1 (permalink)  
Old 01-24-10, 09:02 AM
spunkyhs spunkyhs is offline
Newbie Coder
 
Join Date: Dec 2009
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
~ Looking for iFrame script for download links.

Hi,

I'm looking for PHP script that can create an iFrame page easily from a URL supplied.
plus, i can customize part of the page..you know..like most PTC sites..


like this;
http://img682.imageshack.us/img682/1885/34371823.jpg

which I can put some codes on the upper page..im not creating PTC sites..just i need iFrame function for all my external links for my site..

sorry for my english..please suggest me some scripts..
Reply With Quote
  #2 (permalink)  
Old 01-24-10, 11:00 PM
Jcbones Jcbones is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 516
Thanks: 5
Thanked 47 Times in 44 Posts
PHP Code:


<?php
switch($_GET['frame']) {
  case 
1:
             
$url 'http://www.google.com'
              break;
  case 
2:
             
$url 'http://www.yahoo.com'
             break;
  case 
3:
             
$url 'http://www.hotscripts.com'
             break;
  default :
             
$url 'http://www.youtube.com';
}
?>

<iframe src ="<?php echo $url?>" width="100%" height="300">
  <p>Your browser does not support iframes.</p>
</iframe>
Reply With Quote
Reply

Bookmarks


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
Run Your Own Profitable and VERY unique eBusiness Voltaire General Advertisements 3 03-30-10 06:36 AM
Autolink Script Tweaks cocaine_energy_drink Script Requests 0 09-21-08 09:07 PM
I need a script for Reporting the broken links Mr.Ghost Script Requests 0 01-10-08 03:23 AM
use html to open application absvinyl HTML/XHTML/XML 5 09-18-06 02:04 PM
Raffle/Lottery Script (Very profitable!), Coded it myself. Voltaire General Advertisements 2 01-02-06 11:55 PM


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