Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-01-2006, 10:43 PM   PM User | #1
spunky844
New to the CF scene

 
Join Date: Sep 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
spunky844 is an unknown quantity at this point
Question frameset jailbreak!

In my book frames = bad, but it seems that I have to use them for this project I'm doing for a friend.

Here's the link:

http://www.erikasellsva.com/propertyfinder.html

the client wanted me to make a top and have her other active agent site she purchased to be on the bottom. the problem is that when I click any of the navigation buttons in the active agent frame, the active agent website busts out of the frame I put it in.

Someone else was able to do this here:

http://www.homesforsaleva.com/Search...e_1396225.html

I'd appriciate any help
Spunky844
spunky844 is offline   Reply With Quote
Old 05-02-2006, 01:30 AM   PM User | #2
oldcrazylegs
Regular Coder

 
oldcrazylegs's Avatar
 
Join Date: Feb 2004
Location: East Moline Illinois USA
Posts: 412
Thanks: 2
Thanked 5 Times in 4 Posts
oldcrazylegs is an unknown quantity at this point
the only ones that aren't working are for buyers and for sellers. evidently you misspelled the urls or the files don't exist
__________________
Master Newbie http://dwight.byethost31.com/
oldcrazylegs is offline   Reply With Quote
Old 05-02-2006, 03:00 AM   PM User | #3
spunky844
New to the CF scene

 
Join Date: Sep 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
spunky844 is an unknown quantity at this point
there be trouble still

I uploaded those missing pages. But still on the pages with the framed active agent site at the bottom when I click any of the links the bottom frame jumps out of the frame. the top banner with nav buttons disapears and just the particular active agent page is all that's in the window.

any advice?

spunky844 is offline   Reply With Quote
Old 05-02-2006, 03:26 AM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Are you able to edit the bottom page in anyway? What happens if you add target="_self" to the links for the page in the iframe.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 05-02-2006, 03:28 AM   PM User | #5
Arbitrator
Senior Coder

 
Arbitrator's Avatar
 
Join Date: Mar 2006
Location: Splendora, Texas, United States of America
Posts: 2,887
Thanks: 5
Thanked 186 Times in 183 Posts
Arbitrator is on a distinguished road
I can't really understand what's going on but my guess is that when you click a link it's supposed to open a page in the iframe below the banner image. You haven't even specified a name for that iframe nor are your hyperlinks (<area>) using the target attribute so what do you expect? Naturally, clicking them brings you to a new page like any normal link click. To get that effect you need to do something like:

<area target="magicframe" [...]/>
<iframe name="magicframe" [...]></iframe>

edit: Ah, I see the problem now. This line of code in the iframe is causing the hyperlink destination to become the parent window:

<BASE TARGET="_parent">


Last edited by Arbitrator; 05-02-2006 at 03:34 AM.. Reason: added information
Arbitrator is offline   Reply With Quote
Old 05-02-2006, 03:42 AM   PM User | #6
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Heh totally missed that. I even looked through each JS file but then realized I have JS disabled.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:02 AM.


Advertisement
Log in to turn off these ads.