Current location: Hot Scripts Forums » General Web Coding » HTML/XHTML/XML » Linking iFrame


Linking iFrame

Reply
  #1 (permalink)  
Old 03-14-04, 07:54 PM
Torito Torito is offline
Newbie Coder
 
Join Date: Mar 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Linking iFrame

Help! - I've tried just about everything under the sun - trying to link from index.html to the business page - that has an iFrame = business

here's what I have
<A href="business_finance.html" onClick='top.frames["business"].location.href="moneytalk.html" ;'></A>

but its not working - Help Please.
Muchas Gracias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 03-14-04, 09:27 PM
jasong jasong is offline
Wannabe Coder
 
Join Date: Feb 2004
Posts: 160
Thanks: 0
Thanked 0 Times in 0 Posts
Could you please clarify?

You have index.html, and you are trying to on a link click open up a new page (letes say business.html), and inside business.html there is an i-frame?

Or there i an i-frame inside of index.html and inside the i-frame is a link and you want that to open up to business.html?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 03-14-04, 11:07 PM
Torito Torito is offline
Newbie Coder
 
Join Date: Mar 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jasong
Could you please clarify?

You have index.html, and you are trying to on a link click open up a new page (letes say business.html), and inside business.html there is an i-frame?

Or there i an i-frame inside of index.html and inside the i-frame is a link and you want that to open up to business.html?
the iFrame is on the business.html page - I am linking from the index page -
trying to open moneytalk.html inside the iframe
what should occur is the business page opening - with the moneytalk.html inside the iFrame on the Buisness page

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 03-15-04, 12:36 PM
jasong jasong is offline
Wannabe Coder
 
Join Date: Feb 2004
Posts: 160
Thanks: 0
Thanked 0 Times in 0 Posts
Then just past this inside of your business.html:

<P ALIGN=center><IFRAME SRC="moneytalk.html" WIDTH=600 HEIGHT=600></IFRAME></P>


Cheers!
Jason
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 03-15-04, 01:13 PM
Torito Torito is offline
Newbie Coder
 
Join Date: Mar 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Dude - that doesn't help - thanks anyway -
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #6 (permalink)  
Old 03-16-04, 02:10 PM
Torito Torito is offline
Newbie Coder
 
Join Date: Mar 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Oh c'mon - where are are the HTML Gurus? I am sure someone out there knows how to do this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #7 (permalink)  
Old 03-16-04, 04:24 PM
rainydayproject rainydayproject is offline
Newbie Coder
 
Join Date: Oct 2003
Location: tennessee
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
I think this is what your wanting
Code:
<iframe name=bussiness src="moneytalk.html" width=600 height=600 ></iframe>
Then on the links you would do
Code:
<a href="URL" target="bussiness">TEXT</a>
Is that what you wanted?

Last edited by rainydayproject; 03-16-04 at 04:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #8 (permalink)  
Old 03-16-04, 04:56 PM
Torito Torito is offline
Newbie Coder
 
Join Date: Mar 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Angry

Quote:
Originally Posted by rainydayproject
I think this is what your wanting
Code:
<iframe name=bussiness src="moneytalk.html" width=600 height=600 ></iframe>
Then on the links you would do
Code:
<a href="URL" target="bussiness">TEXT</a>
Is that what you wanted?
Nuh Uh - that would be if the link is on the same page as the iframe
remember - I am linking from index.html - I am trying to open business_finance.html (this page houses the iFrame "business") with moneytalk.html in the iFrame. so business_finance.html would open and moneytalk.html will populate iFrame [business]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #9 (permalink)  
Old 03-16-04, 05:27 PM
rainydayproject rainydayproject is offline
Newbie Coder
 
Join Date: Oct 2003
Location: tennessee
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
ok, now i understand. I dont know how to do it. I think theres somthing like this on dynamicdrive.com, i may be wrong though.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #10 (permalink)  
Old 03-18-04, 10:22 PM
Torito Torito is offline
Newbie Coder
 
Join Date: Mar 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Question

Ok! Where are all the HTML Gurus?? I NEED YOUR HELP
PLEASE - C'mon Guys / Gals - help a fellow out here!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
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
Help! I facing trouble by linking access database Kenyiew ASP 1 01-25-04 09:52 PM
linking to iframe not working :( j0d JavaScript 5 01-19-04 09:14 PM
Help with scrolling iframe pongo Script Requests 3 01-15-04 11:04 PM
BidOutHosting.com Needs Linking Partners iBold Traffic Exchange 1 12-15-03 08:24 PM
Iframe browser problems Ryukuchan HTML/XHTML/XML 1 11-11-03 01:44 PM


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