Old 09-14-2006   #1 (permalink)
Registered User
 
ecntrc's Avatar
 

Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601
Images: 13

Send a message via Yahoo to ecntrc
Pop Open Iframe

I wanted to know, I have this layout, (attached below) and I wanted to know between the header and the boxed links if I could have a iframe open when a link is clicked.. would this be possible??
Attached Thumbnails
Pop Open Iframe-sample17.jpg  
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-14-2006   #2 (permalink)
Kenneth
 
Kenneth's Avatar
 

Join Date: Jul 2005
Location: Gotland.
Posts: 476
Images: 81

Send a message via MSN to Kenneth
I’m quite new to Html but I think if you would like to use iframe it must be in the index file. And build your site from that. I just used iframe for the first time on this site for a local band:
rancheros And I think iframe works better then ordinary frames.
But why not use a popup window?
Kenneth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-14-2006   #3 (permalink)
Registered User
 

Join Date: Aug 2006
Posts: 43

<HEAD>

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=500,height=300,left = 262,top = 234');");
}
// End -->
</script>

<A HREF="javascriptopUp('myfile.htm')">Open the Popup Window</A>

You can change the values of left and top by this way you can decide where popup to be opened
metsatöll is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-14-2006   #4 (permalink)
Get off my lawn.
 
MoodsR4Cattle's Avatar
 
Spider Solitare Four Suit Champion! Skee Ball Champion!
Join Date: Oct 2005
Location: A Yankee in Nashville, TN
Posts: 633
Blog Entries: 46
Images: 10

Battle Wins: 4 (rank: #7)
Yes, you need to have a table between the two sections to 'host' your iFrame in - here's the code:

Code:
<iframe name="body" width="100%" height="100%" scrolling="auto" src="home.html" border="0" frameborder="0"> 
      Your browser does not support inline frames or is currently not configured 
      to display them.</iframe>
You can't have any other tags within that iFrame table (div, font size/color/style, ... etc). My source is "home.html" so change that to the html that will be presented on your index page.
Your links will need to Target your iFrame - mine is called "Body" (you can rename it, of course)

Quote:
Originally Posted by ecntrc View Post
I wanted to know, I have this layout, (attached below) and I wanted to know between the header and the boxed links if I could have a iframe open when a link is clicked.. would this be possible??
__________________
MoodsR4Cattle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-14-2006   #5 (permalink)
Registered User
 

Join Date: Aug 2006
Posts: 43

sorry,
I read iframe as popup thats why I sent that script
metsatöll is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-15-2006   #6 (permalink)
Registered User
 
ecntrc's Avatar
 

Join Date: May 2005
Location: Ewa Beach, Hawaii
Posts: 601
Images: 13

Send a message via Yahoo to ecntrc
but if I put a table wont that mean that there will be an empty space between the two? I wanted it to pop open only when the first link opens. can that be possible? I want it to look how it does when you first go on her page, FACE IT PERMANENT MAKE UP CENTER FACIAL SALON & SPA i uploaded it already by the way if you wanted to look. I wanted it to look how it does but when a link is clicked what the iframe pop up between the header and boxes.. or is that what you just gave me? lol. let me know. th anks moods, your always there helping me. and everyone else too.. all and any input matters. thanks again

Quote:
Originally Posted by MoodsR4Cattle View Post
Yes, you need to have a table between the two sections to 'host' your iFrame in - here's the code:

Code:
<iframe name="body" width="100%" height="100%" scrolling="auto" src="home.html" border="0" frameborder="0"> 
      Your browser does not support inline frames or is currently not configured 
      to display them.</iframe>
You can't have any other tags within that iFrame table (div, font size/color/style, ... etc). My source is "home.html" so change that to the html that will be presented on your index page.
Your links will need to Target your iFrame - mine is called "Body" (you can rename it, of course)
__________________
google is my lover, whos yours?
ecntrc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can a jsp file in an IFrame calls a javascript function outside of the IFrame jadeite100 HTML / PHP / ASP / JS 0 05-31-2007 03:54 PM
Photoshop won't open! Uchiha Kohaku Adobe Photoshop 11 05-23-2006 08:19 PM
Iframe in Firefox vs. Iframe in IE/Opera... Transparen problems... AnachroNia HTML / PHP / ASP / JS 5 11-29-2005 11:40 PM
Open Battle? Yusecki Showrooms & Works In Progress 47 06-24-2004 04:38 AM
Downloads Section Open Man1c M0g Announcements 35 03-14-2004 11:03 AM


All times are GMT +1. The time now is 09:04 AM.

Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT