Need help working with frames. Nothing opens in target frame...always new window :(

Guess I should reach out and ask for help before I get so frustrated, as my name implies.
I am new to frames. I have my frameset page done. I have a top section from my logo. I have
a side section for my navigation and a main section (body) that is my target for the navigation links.
It all looks great on the main frameset page. But whenever I click on a link on the side of the page,
that should be a navigational link that feeds into my main section (body) area it always opens a
new page. I can't ever get those pages to show up in that 'body' frame.
I have tried using the <base target>
I have tried doing each line individually, leaving the <base target> in and taking it out.
I have tried writing the code myself.
I have tired using the GoLive Action thing and doing a link and using ForceFrame.
I have tried everything I can think of and wonder if anyone has any ideas.
This is what I have, using the forceframe:
<head>
  <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  <meta name="generator" content="Adobe GoLive 6">
  <title>Welcome to Adobe GoLive 6</title>
  <csactions>
   <csaction name="5F8BE850" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
   <csaction name="609B1923" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
   <csaction name="606FEA72" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
   <csaction name="71581815" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
   <csaction name="716388D6" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
  </csactions>
  <csscriptdict import>
   <script type="text/javascript" src="GeneratedItems/CSScriptLib.js"></script>
  </csscriptdict>
  <csactiondict>
   <script type="text/javascript"><!--
CSAct[/*CMP*/ '5F8BE850'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
CSAct[/*CMP*/ '609B1923'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
CSAct[/*CMP*/ '606FEA72'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
CSAct[/*CMP*/ '71581815'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
CSAct[/*CMP*/ '716388D6'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
// --></script>
  </csactiondict>
</head>
<body background="Images/bgd.gif" bgproperties="fixed" link="#7b00ff" vlink="#7b00ff" alink="#7b00ff">
                      <table width="232" border="2" cellspacing="2" cellpadding="0">
   <td width="200" height="24">
    <div align="left">
     <b><a title="accessories-f.html" onclick="CSAction(new Array(/*CMP*/'609B1923'));return CSClickReturn();" href="accessories-f.html" target="Body" csclick="609B1923">Accessories</a></div>
   </td>
   <td width="5" height="24">  4  </td>
   </tr>
   <tr><td width="200" height="24">
    <div align="left">
     <b><a title="audio-consoles.html" onclick="CSAction(new Array(/*CMP*/'5F8BE850'));return CSClickReturn();" href="audio-consoles.html" target="Body" csclick="5F8BE850">Audio Consoles</a></div>
   </td>
    <td width="5" height="24">  3  </td>
   </tr>
   <tr><td width="200" height="24">
    <div align="left">
     <b><a title="cases.html" onclick="CSAction(new Array(/*CMP*/'606FEA72'));return CSClickReturn();" href="cases.html" target="Body" csclick="606FEA72">Cases</a></div>
   </td>
    <td width="5" height="24">  2  </td>
   </tr>
This is what I have for the framset page that is called clearance1.html  :
</head>
<frameset border="0" frameborder="no" framespacing="0" rows="201,*">
  <frame name="ClearanceT" noresize src="clearance-top.html">
  <frameset border="0" cols="275,*" frameborder="no" framespacing="0">
   <frame name="ClearanceS" noresize scrolling="no" src="clearance-side.html">
   <frame name="Body" noresize src="clearance-main.html">
  <noframes><body><center>This website uses frames. Your current browser does not display frames <br>or frame viewing has been turned off.
  To view these pages please <a href="clearance.html">Click here</a></center>
              </body>
  </noframes>
</frameset>
If someone could please help I would be so appreciative!!!!! Thanks!

Hi,
I appreciate the help but I tried that and it still doesn't work. I had done what you said already, other than changing the name of the frame, so this time I tried that. Still didn't work.
Here is my current code....I changed the frame to "Baby" and only tried the one item, Accessories:
  <csactions>
   <csaction name="5F8BE850" class="FrameMaker" type="onevent" val0="audio-consoles.html" val1="Body" urlparams="1"></csaction>
   <csaction name="609B1923" class="FrameMaker" type="onevent" val0="accessories-f.html" val1="Baby" urlparams="1"></csaction>
   <csaction name="606FEA72" class="FrameMaker" type="onevent" val0="cases.html" val1="Body" urlparams="1"></csaction>
   <csaction name="71581815" class="FrameMaker" type="onevent" val0="/clearance1.html" val1="Body" urlparams="1"></csaction>
   <csaction name="716388D6" class="FrameMaker" type="onevent" val0="clearance1.html" val1="Body" urlparams="1"></csaction>
  </csactions>
  <csscriptdict import>
   <script type="text/javascript" src="GeneratedItems/CSScriptLib.js"></script>
  </csscriptdict>
  <csactiondict>
   <script type="text/javascript"><!--
CSAct[/*CMP*/ '5F8BE850'] = new Array(frameP,/*URL*/ 'audio-consoles.html','Body');
CSAct[/*CMP*/ '609B1923'] = new Array(frameP,/*URL*/ 'accessories-f.html','Baby');
CSAct[/*CMP*/ '606FEA72'] = new Array(frameP,/*URL*/ 'cases.html','Body');
CSAct[/*CMP*/ '71581815'] = new Array(frameP,/*URL*/ '/clearance1.html','Body');
CSAct[/*CMP*/ '716388D6'] = new Array(frameP,/*URL*/ 'clearance1.html','Body');
// --></script>
  </csactiondict>
</head>
<body background="Images/bgd.gif" bgproperties="fixed" link="#7b00ff" vlink="#7b00ff" alink="#7b00ff">
                      <table width="232" border="2" cellspacing="2" cellpadding="0">
   <td width="200" height="24">
    <div align="left">
     <b><a title="accessories-f.html" onclick="CSAction(new Array(/*CMP*/'609B1923'));return CSClickReturn();" href="accessories-f.html" target="Baby" csclick="609B1923">Accessories</a></div>
   </td>
   <td width="5" height="24">  4  </td>
   </tr>
   <tr><td width="200" height="24">
    <div align="left">
     <b><a title="audio-consoles.html" onclick="CSAction(new Array(/*CMP*/'5F8BE850'));return CSClickReturn();" href="audio-consoles.html" target="Body" csclick="5F8BE850">Audio Consoles</a></div>
   </td>
    <td width="5" height="24">  3  </td>
   </tr>
   <tr><td width="200" height="24">
    <div align="left">
     <b><a title="cases.html" onclick="CSAction(new Array(/*CMP*/'606FEA72'));return CSClickReturn();" href="cases.html" target="Body" csclick="606FEA72">Cases</a></div>
   </td>
    <td width="5" height="24">  2  </td>
   </tr>
It appears that I should be able to just use the 'target' tag to get this to work right. It didn't. So I tried the action menu item with the ForceFrame
and that didn't work either. I don't get why something that looks so simple doesn't work

Similar Messages

  • Not sure if this is the right place, but I need help working with wtmpx

    I am trying to write a program that collects data from the /var/adm/wtmpx file and I would like to use the structures and functions provided by the utmpx.h file in /usr/include. I can read the utmpx file with no problem, however I would like to read the wtmpx file. I think the way to do it is to use the function utmpxname(). However, this appears to be the one function that doesn't seem to work. The compiler complains that there is no function utmpxname(). I am mainly a C++ programmer so this code is a little confusing to me. Where can I find the actual implementation of the utmpxname()? PLEASE HELP!!

    This is a Solaris question. You should post it to that discussion.
    Items in section 3 of the manual are not part of the compiler. They
    would be in libc or some other system lib distributed with
    the OS and not maintained under the compiler collection.

  • Please help - I need help working with a "curved" scanned image!

    Hello --
    I've been looking here for a while and finally got around to registering because I have a question. I'm sure I have this posted in the wrong place, so don't jump me for that - I'm just not sure WHERE I should post a question / plea for help.
    I have a shape (kind of a wavy 3/4" stripe) that I need to reproduce in photoshop. I was able to take the original and scan it into my computer. Upon scanning, though, the color it no longer solid but actually looks a quite a bit speckled, and the edges of this stripe tend to not be 'crisp" and it need to redfine the edges. I need to repaint the stripe, and it has to remain the same 3/4" diameter all through it's length.
    If anyone can suggest a way that I can take this scanned image and redefine the edges so I'll have a "new" crisp, solid colored stripe, that I can keep the same 3/4" width and then will be able to highlight it and repaint it would be appreciated. I tried highlighting the shape and applying a thick "stroke" around the edge but this just made it worse -- kind of like using a pen on a piece of paper on top of glass -- almost impossible to write or draw smooth! It's for a small model airplane decal, so the edge needs to be sharp and crisp.
    Thanks for any help in advance!
    --Henry

    ¨Hi Henry,
    I'd use the Pen tool and trace around the shape in order to create a Vector Path or a Vector Shape. But, you'd need to study the black art of Bezier curves first.

  • Need help working with audio channels in Premiere cs4

    Hello,
    I recorded audio with an analog mic, now the audio plays only on one audio channel( one speaker only) how do I fix this problem?
    Thank you

    Hey Mark,
    Where do I find the fill right/left feature for audio?
    Thanks

  • Open "Navigate" enabled report in new window - OBI10g.

    Hello Experts,
    May be its novice user question, i have 2 reports, source and target reports. Both reports are connected using "Navigate" functionality.
    Issue is, i wan to open the target report in new window? is that possible?
    using GO URL: we have an option like target='_blank'. but in navigate.. what is the option?
    Thanks in advance....
    Regards,
    Kiran

    The Navigate feature can be modified to open targets in a new window by following the below steps:
    - Edit OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla\viewhelper.js
    - Search for function NavigateInfo()
    - Find the line with code this.sWindowTarget = "_self";
    - Replace the line as this.sWindowTarget = "_blank";
    - Clear the browser cache and reload the page.
    The navigation targets will now open in a new window.

  • Just to version 7.Like all updates,ad-ons get disabled.The ad-ons that was disabled,where I am not able to open my emails.Why can't FireFox have updates without disabling ad-ons we need to work with?

    Just to version 7.Like all updates,ad-ons get disabled.The ad-ons that was disabled,where I am not able to open my emails.Why can't FireFox have updates without disabling ad-ons we need to work with?

    ''guigs2 [[#answer-672422|said]]''
    <blockquote>
    NoScript stops cookies, please disable this addon/extension as well as make sure that the language en-us is installed.
    # 1) Open up the Firefox Preferences tab. You can do this by typing about:preferences in the URL bar.
    # 2) Click "Content"
    # 3) Next to "Languages", click "Choose"
    # 4) Select "English/United States [en-us]", click "Add"
    # 5) re-open "about:accounts"
    # 6) Click "Get Started"
    </blockquote>
    Thank you for replying. Unfortunately, I already did all of these things. As you can see from the below screenshot, the language is already set. Also, this screenshot was taken in Safe Mode, so NoScript is not enabled. About:accounts still says I need to enable cookies for some reason. So, this solution didn't work....

  • HT6114 I cannot get osx downloaded.  my child needs to work with pages.  Help

    I cannor get OSX downloaded on my computer.  My child needs to work with pages and we cannot update.

    Check to see if your Mac supports Mavericks (assuming that's what you're trying to install since you're in the Mavericks forum).
    To install Mavericks, you need one of these Macs:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later),
    MacBook Pro (15-inch or 17-inch, Mid/Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Your Mac also needs:
    OS X Mountain Lion, Lion, or Snow Leopard v10.6.8 already installed
    2 GB or more of memory
    8 GB or more of available space

  • I need to work with the RAW files on a SONY RX100III. I use Photoshop CS5 and a Mac operating system OSX 10.6.

    I need to work with the RAW files on a SONY RX100III camera. I use Photoshop CS5 and a Mac operating system OSX 10.6. Is there an Camera RAW upgrade or an alternative program that works here?

    You don't. Since you have an Intel Mac, buy a Mac OS X 10.6 DVD from the online Apple Store.
    (71894)

  • I need application work with adobe flash player

    I need application work with adobe flash player
    Pleas can you tell me wich application I can use?
    Thank you.

    And also provide all information: http://forums.adobe.com/thread/1195540
    [topic moved to Flash Player forum]

  • Elements 11 Divide Scanned Photos Function, can it work with scanner cover open?

    I do a lot of scanning of where three items fit on the platen at one time. In the previous versions of Element this function worked, not automatically, but it worked with the cover open or closed, and it is much faster to scan with the cover open.
    Is there some way I can adjust the sensitity of this function to be more sensitive or less senstive to backround color?
    Thanks in advance,
    jj

    Hi ,
    There is no option of changing sensitivity of Background color option in Divide scan photos In E11.
    But one thing - Divide scanned photos works based on image resolution, so if your scanner output resolution is high , it works too sensitive and if output resolution is low it works less sensitive.
    thanks,
    earth-star

  • Why can't i open a playlist in a new window with itunes 11?

    so i can apparently no longer open a playlist in a new window... how am i supposed to drag & drop songs in the order i want them to play?

    I get your point and I was really just trying to break your sense of despair. It is easy to become overwhelmed when something big and new comes along. We all have our own ways of doing things which we become used to and ...... well you know what I mean.
    Now, lets see if I can help you learn how to use this wonderful iTunes to get a grip on your music at a basic level.
    Start by going to the SONGS pane. This is the workplace, the most powerful place to be for finding stuff, organising and maintaining your music. The other panes are the pretty places to go when you want to play and enjoy your collection after the work is done.
    Make sure that you have the basic columns showing (View Menu, View Options). I suggest that essentially you should tick the following boxes :- Album, Artist, Checked, Genre, Time, Track Number, Year, Plays.
    In the column for Album, if you repeatedly click in the heading, the heading will cycle thru Album/Album-by-Artist/Album-by-Artist-by-Year. Play with that a little and see what it does. Also note that every column can be sorted by clicking in the column heading. The column that you are currently sorted by is shown by a little up or down arrow.
    Then turn on the Column Browser (View Menu) and check Genres, Artists Albums.
    Now you have the tools to find and organise. You have the view-by-genre you wanted. You can select all genres or you can select one or many. Same for Artist. Same for Album. Your selections are reflected in the lower songs pane. The horizontal division between the Column Browser and the Songs can be raised/lowered by grabbing the top of the heading line.
    Turn on the Status Bar (VIew Menu, Show Status Bar). The number of songs, the playtime and the disc space that your selection uses is shown here.
    NOW you should be able to do just about anything. Enjoy

  • Firefox 7 won't allow me to switch windows; if it's up, it's on top, so if I ask it to open a site in a new window (instead of a tab) I can't get to the window without minimizing the first window. This makes it impossible to work.

    I upgraded Firefox to 7 on my Win7 Pro 64 bit desktop yesterday. Today when I try to open a site in a new window, the window opens but I can't switch to it unless I actually minimize the first Firefox instance. Clicking on the second window just shows the first window again.
    Worse, it insists on being on top of other programs. I needed to check my Norton Firewall settings against some instructions on a web site, and I couldn't switch back and forth - I could ONLY have Firefox on top. Until you fix this I'm going back to Chrome, guys. I have looked through the Options menus and I can't find an "always on top" box to uncheck.

    Dear mkunz,
    I can understand your frustration. I have elected for the option to pick up an item from a UPS location when missed upon delivery before; it is definitely a convenient option when working around a work schedule. I apologize that this option wasn’t available to you for your phone purchase.
    We do understand that people have to work and this is why we allow three opportunities for you to receive the product. I see that AWBrown has submitted an idea to ideaX page asking us to look into reevaluating this process. Using your email address you have supplied here on the forums, I was able to look up your order. Based on the tracking information, it appears that you successfully received the phone on 06/03/2014.
    If this is not the case, please let me know!
    Thanks for reaching out,
    JD|Social Media Specialist | Best Buy® Corporate
     Private Message

  • When I start mozilla or open any link in a new window I get the desired page to load but an additional new tab page opens up along with it, fix?

    When I start mozilla or open any link in a new window I get the desired page to load but an additional new tab page opens up along with it. I've tried switching my homepage to different things (new tab, firefox home, show blank page) but I always get an additional new tab to open. How do I get only a single page to open?

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    '''For Firefox versions previous to 29.0:'''
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox"[[Image:Button reset]] button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    '''For Firefox 29.0 and above:'''
    #Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''.
    Now, a new tab containing your troubleshooting information should open.
    #At the top right corner of the page, you should see a button that says "Reset Firefox"[[Image:Button reset]]. Click on it.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • What version of mozilla will work with pentium 3 697 MHz, 256 MB of RAM windows xp sp3

    what version of mozilla will work with pentium 3 697 MHz, 256 MB of RAM windows xp sp3

    I'm not sure I understand your question. Firefox 12 being the last version to support XP without SP2 implies that Firefox versions 4-11 would also work on XP without SP2.
    You may have seen a reference to Firefox 3.6.28 because for a while Firefox 3.6 received some updates in parallel with the releases of Firefox 4-10, and 3.6.28 was the end of the line.
    If there is an article that needs updating on this site -- and I can assure you there are many -- you may be able to submit proposed edits to it because many pages are "wiki" pages with an Edit link. Or if you want to post the URL of the problem page here, feel free to do that instead.

  • I need help to transfer CS4 from a dead G5 to a new Macbook Pro. Can't find my program discs but purchased CS4 in 2008 and have record of it.

    I need help to transfer CS4 from a dead G5 to a new Macbook Pro. Can't find my program discs but purchased CS4 in 2008 and have record of it.

    Sounds like you got it installed and activated. Don't forget your updates.
    Adobe - Photoshop : For Macintosh
    Gene

Maybe you are looking for

  • How i remove the stand from an Intel iMac 17"  ???

    Please help...is it possible to remove the stand from an intel based imac 17" . If yes how i do it? Thank you

  • Export responses as csv crashes Acrobat

    I'm testing a new form and when I try to export the response as a "CSV" file, Acrobat Pro crashes (9.5.2).  Exporting as a "xml" file works fine.  Thoughts?  Is there a limit on the number of fields or problems with tables?

  • I can't open the configuration from the mail.

    I can't use the mail because i can't open de configuration from the e-mail. the other configurations works correct. How do i solf this problem?

  • Where is the color managed?

    I inherited a SharePoint 2010 site to manage.  I am a novice here just keeping a seat warm. When I am in SharePoint Designer and I open http://TheServer/SitePages/Home.aspx it has a color scheme that appears to be very customized.  I have changed the

  • GDB doesn't recognize file lines

    Hi, I have a problem with GDB. I use Eclipse on Arch i686; I have a project which builds a dynamic lybrary, which is linked by another (main) project. When I try to debug the main project, GDB is unable to place breakpoints in a .h file contained in