Results 1 to 3 of 3

Thread: Top Navigational Bar III

  1. #1
    Join Date
    Jul 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Top Navigational Bar III

    1) Script Title: Top Nagivational Bar III

    2) Script URL (on DD): http://www.brothercake.com/topnavIII/

    3) Describe problem: I put this on my website, and I've been trying to put the target in so that the new page shows up in my iframe. I know you have to label the iframe and everything and I've done that. I even tried changing the name several times thinking the name was having problems. I've tried putting _top, _blank, _parent , etc. but it keeps popping up in a new window. I would greatly appreciate any type of help regarding this. It's driving me absolutely INSANE. Here's my website also:

    http://www.kappazetapsi.com/thi/sister.html

    Please,please, PLEASE, help.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The problem appears to be a little complex. You should host the site all on one domain and then things should work much more simply as I am getting errors about permission denied which often happens with frames and iframes accross domains. The iframe appears to be on geocities while other content is on www.kappazetapsi.com. Add to this the fact that:

    http://www.kappazetapsi.com/new.html

    does not appear to exist, things get messy.

    You might be able to use a workaround though. Try setting the url field in the custom.js to something like:

    Code:
    "javascript:void(document.getElementsByName('cwindow')[0].src='http://www.google.com')"
    or just:

    Code:
    "javascript:document.getElementsByName('cwindow')[0].src='http://www.google.com'"
    and just leave the target field empty. But, whatever page you use as the src, it must exist.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,
    I think I just fell in love with you. You're amazing! =) Thank You!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •