Frameset in DW 6

I know it is not done anymore, but I am a teacher at Dirksen opleidingen and would like to know what the best way is of making a frames site (with of course a frameset) in Dreamweaver CS6. I know that the layout for the frameset no longer is supported  in DW CS6, (because it is a feature that is no longer supported in HTML5) but as my students need to learn HTML I think it eminent they know what a frames site is and how to build it.
It is still possible with insert to embed a frameset, but my problem is, that is within a normal HTML document. And a frameset is a html document in itsself.
Can someone please explain how to insert a frameset and frames in DW CS6 in an easy way??
For people just learning HTML 4?
Thanks in advance
Dineke Dankbaar

Dankbaar,
While I hear where Murray is coming from I don't disagree about you teaching them to show why they are no longer used even though they are still hidden in some programs and iframes can be necessary in some cases, unfortunately.
But I have to disagree with your following statement:
I also teach them CSS without frames (which I call framelike and that is done with CSS )
CSS was never a replacement for frames and should not be taught that way.  CSS was developed as a way to separate the physical layout HTML code from the way elements are styled on the page.  Before there was the "font" tag or HTML elements had their set of attributes (eg: table --> width="625").  CSS eliminated that need by giving more universal access to styling across elements and to prevent having to type that "width" over and over again to instead use the id's and classes of elements.  For instance, now with CSS you can define a font size for a table, whereas prior to CSS this would have to be styled on a more individual level.  CSS effectively cleaned up the source code to separate the styles from the elements.
A better comparison for "framelike" would be to introduce templates and/or Content Management Systems (eg: Wordpress).  The ability for programs to manage templates is what replaced the need for frames, not CSS.

Similar Messages

  • How do I use a frameset to another website within my iweb site?

    I am trying to figure out how to use frameset to view my online booking site within my site that I have created on iWeb. right now I just refer to a link but I would like to be abel to use the frameset to do it. I do have this code but not sure what to do with it.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <title>Online Appointment Book</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
    <!--
    body {
    margin: 0px;
    padding: 0px;
    -->
    </style>
    <frameset rows="90,*" cols="*" border="0">
    <frame src="upperframe.html" name="upperFrame" frameborder="0" scrolling="no">
    <frame src="mainframe.html" name="mainFrame" frameborder="0">
    <noframes>
    <body>
    I would appreciate any advice

    A Frameset is a separate, non-iWeb, webpage with the code you show.
    The upperframe.html and lowerframe.html are urls to whatever page you want to display.
    What you probably want is an <iframe>. You use it to display an external page within an iWeb page.
    The code is :
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    You paste the code in the HTML Snippet. You have to change the width and height to reflect your situation.
    Note that an <iframe> is static. It does not change when the page it displays changs in width or height. To scroll set scrolling to yes.
    Sample iWeb page with <iframe> : http://www.wyodor.net/iFrame/

  • Problem with Frameset and page session

    All,
    I am having a problem with Framesets and page session attributes. I
    have a client who's application uses a three frame frameset. They
    have a requirement on several pages that when a button is pushed two
    different pages load into the right and left frames. The way they
    are accomplishing this is that on the pages were this is required,
    they are adding target="_top" to the form declaration in their JSP.
    Then they store the page names they want to display in session,
    forward the request to the frameset, the frameset then determines
    which pages to display based on the session variables. This works
    exactly how they want it to.
    Here is our problem. We need to store some information in page
    session attributes. We have tried to get a handle to the desired
    view bean and call the setPageSessionAttribute method. However,
    since we are forwarding to the frame and the frame handles displaying
    the desired JSP, that view bean we had the handle to is not the one
    that is created to hand the display of the JSP.
    The next thing I tried was to use the request object. In the
    handleBtnRequest method, I set an attribute in the request object. I
    then query the request object in the beginDisplay event of the view
    bean. When the frame is reset the request object does not contain
    the attribute that I have set. I'm confused by this because I
    thought the request object would be available to me throughout the
    life of the request.
    Given the above information, does anyone have any suggestions? Also,
    am I going about this in the wrong manner.
    The client had been storing this information in user session, which
    seemed to work. However, since the data being stored dealt
    specifically with data for the requested page, we felt that storing
    it as page session was more appropriate.
    Thanks,

    The script on your page web page has some obvious bugs.. Best
    fix those
    first before looking to blame Flash.
    Jeckyl

  • How can I remove a help file frameset that I mistakenly attached to a specific topic?

    I'm using RH7 HTML to update a client's help file that was developed in RH5. The help file opens with an initial topic (Welcome to...) using the frameset that was built for the help file. 
    In adding a new section to this help file, I somehow linked the help file frameset to one of the new topics. In this new topic's properties, the topic title now shows as the frameset name, but the file name is still the name of the original topic.
    I've recreated the new topic and the frameset attaches to it as well. 
    1.  How can I disconnect the frameset from the topic without affecting the entire help file? If so, how?
    2.  If this isn't possible, is there any other way I can correct this problem?
    Thanks!!
    pkoczko

    How about a screenshot of the relevant portion of the help output (just the upper left quadrant?). I just can't figure what the issue is, sorry.
    Save it as a file, and attach that image to your reply, using the little camera thingie.
    Good luck,
    Leon

  • Create frameset based on an existing template

    I'm using DW CS4.  I'm using a template with header, sidebar and main content divs for most of my pages.  But I want one page to be a frameset with the same header and sidebar but the main content is a frame that changes based on selections from the sidebar.  I want it based on my existing template so when I update the header in the template, my frameset page gets updated.  I can't just save the header in the library because it contains a spry menu.  Any suggestions?

    I suggest to create a css based layout on your existing template. Here is a tutorial on the pros and cons of using frames.
    Make a common page with a header, sidebar and content and copy that to use in the rest. You can define background images for each so if you want to update your banner, you can do that in your css
    Here is a tutorial on css based layout

  • How to get frame document in frameset

    Hi, All
    I have a application that need to resolve a very old website that write by frameset/frame. While I use webView.getEngine(), I just get the top window.
    But what's I need is one of frame document(for example below frame1), I need to monitor one of the frame change event(LoaderWorker, document change event), this frame will dynamically change when user click refresh button. But base on currently API, seems I just get top WebEngine and can just monitor top document load and document change event.
    How can I monitor frame event.
    <frameset>
    <frame name="frame1" src="sample1.html"></frame>
    <frame name="frame2" src="sample2.html"></frame>
    </frameset>

    You could either make an executescript call on your main document to add a javascript based event handler listening to changes to the frame contents or add the same event handler via java by manipulating the document returned from webEngine.getDocument(). I can't help with a detailed solution for now, but at least you have a direction.

  • How do i put a frameset in the same jsp?

    A simple question to ask, I am adding a menu to the web page, the file is in jsp. I would add some code but i dont see any point in that so if i am wrong please reply back what part you like to see.
    So far i have the menu part and the main program
    the menu part appears on top and the main program is underneath. Its looks like that because i dont have a frameset on. I have thought of making three different files and linking their locations and file name. But i was told it would be best to be kept the same page.
    Kind Regards
    Ace

    this works very well but one problem. I want it to appear vertically not underneath. Plus my menu_frameset.jsp is not working as it should. I have link the files corresponding but it still no work.

  • Linking to a framed page in a frameset

    Hi, I'm trying to create a hyperlink from my home page to a
    frame page within a frameset. The only way I can create a link thus
    far is by creating the hyperlink on another frame page within the
    same frameset. Here's the url to access the frameset.
    http://www.goodkindesign.com/witkin-architects/gallery.html
    Once there, click on "Religious" in the drop down side bar
    menu, and "Congregation Beth Am" in the submenu. This is the page I
    want the link from the home page to go to. I want this page
    ("Congregation Beth Am") to appear in the browser within the
    frameset, and not as an isolated frame page.

    On Thu, 13 Sep 2007 20:23:34 +0000 (UTC), "sandiegoman"
    <[email protected]> wrote:
    >Hi, I'm trying to create a hyperlink from my home page to
    a frame page within a
    >frameset. The only way I can create a link thus far is by
    creating the
    >hyperlink on another frame page within the same frameset.
    Here's the url to
    >access the frameset.
    >
    >
    http://www.goodkindesign.com/witkin-architects/gallery.html
    >
    > Once there, click on "Religious" in the drop down side
    bar menu, and
    >"Congregation Beth Am" in the submenu. This is the page I
    want the link from
    >the home page to go to. I want this page ("Congregation
    Beth Am") to appear in
    >the browser within the frameset, and not as an isolated
    frame page.
    Your frames already names, just target them in your links.
    I think these are the ones:
    <frame src="gallery-navigation.html" name="leftFrame"
    frameborder="no" scrolling="auto" noresize > (I would
    quote "noresize"
    and lose that space after it)
    <frame src="projectintro.html" name="gallery"
    scrolling="auto"
    noresize marginwidth="0" marginheight="0" id="gallery">
    So over on the left, the link to wyman.html would be
    <a href="wyman.html" target="gallery">
    You could also add a base target to gallery-navigation.html:
    <base target="gallery">

  • iframe link, inside a frameset page, does not go to the new link when left clicked. but just clears the page instead.

    Trouble shooting info from my computer attached as requested, but problem exists on other people's computers also, including MACs.
    Problem exists only with <iframe> link within a page that is part of a frameset. If page contained within a frameset is accessed directly (ie, show only this frame) then the <iframe> link works normally.
    Works ok in Internet Explorer, used to work in Firefox. If RIGHT click on the <iframe> link then select either new tab or new window it works OK.

    At first I was ending up opening to the Help page, but finally u sent me instructions that worked. Now my Net connection opens to my Yahoo page.

  • Pages in frameset -script to open windows

    I have a site built in frames. When you link directly to a
    page not in my index frameset the page shows but of course the
    frames that should be there don't show because I don't know the way
    around. I tried an open window java script thing I got off the net
    but it seemed as if I needed to set a size somewhere or I did it
    wrong because it only brought up the frame and not the page also.
    Also, I have left and top navigation frames which I don't know how
    to script in. Not sure how to do this. Hope you all know what I'm
    getting at here. Also, I have a tutorial marked on making a dynamic
    frameset, I will study as time allows. Thanks.
    for reference
    my site

    > Yeah. well. I like the look of the two set frames and
    and one moving main
    > frame where the nav doesn't scroll with the page. Is
    there a way to
    > absolute
    > position the nav boxes so it will achieve the same look?
    Sorry for
    > putting
    > ameturish stuff on the net I have no training.
    The problems with frames is that they can cause many other
    problems.
    Samples include, as mentioned, the fact that your SSL page
    won't show as
    secure in some browsers, bookmarking pages can become
    impossible, it can
    make it difficult for search engines to navigate, it makes it
    harder for
    search engines to link into your site, and it can cause
    accessibility
    issues.
    On top of that, it can become a real pain to maintain.
    Wanting a 'static' menu is a common reason to use frames, but
    rarely is that
    type of functionality really needed at all. People can scroll
    web pages
    fairly easily.
    You can create a static menu sans frames if you want to use
    some CSS and
    javascript, though I tend to find those as annoying as frames
    a lot of the
    time.
    Another solution is to put your content into a scrollable
    div. Many people
    do that. However, I'm not a fan of trapping the important
    part of your site
    (the content) into a small box.
    Ultimately, the best optio is usually to just let the page
    flow as is.
    Also, and I've think I've said this before, your actual
    artwork is stunning.
    beautiful stuff. However, it's trapped in a rather gaudy page
    design with
    distracting backgrounds and flashing GIFs and drop shadows
    and the like.
    Think SIMPLE. Let your product shine through. Let people
    focus on that.
    -Darrel

  • Frameset browse problem in DW CS3

    In DW CS3, if I try to browse locally, a CFM file containing
    a frameset, my browser opens with the PHYSICAL path of the file
    instead of the localhost web url, and so the file is not parsed and
    I see only HTML/CFML. This does NOT happen with CFM files w/o a
    frameset, so I know that all the DW settings are correct. Also,
    this problem does not happen in Homesite+.

    Are you not flying any more, Roy? 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Roy Reed" <royreed@_NOSPAM_reeddesign.co.uk> wrote in
    message
    news:f3kiq8$p40$[email protected]..
    > Does anyone else have a problem with DW CS3 displaying
    PNGs with 8 bit
    > colour and no transparency? I'm seeing them corrupted
    whether they're
    > made in Fireworks or Corel PhotoPaint. They display
    correctly in all
    > other programmes that can view PNGs.
    >
    > I've done a test to show the problem at
    www.reeddesign.co.uk/dw-png/.
    > The top table shows the real PNGs and below is a screen
    grab from DW
    > Design View showing the same table with the corruption
    problem in the top
    > two.
    >
    > Roy

  • Uix frameset - how to get the current frame name?

    I have a frameset with 3 different frames in it. a top, center and bottom.
    There is a menu in the top frame that changes the contents of the center or bottom frame.
    How can I get the value of the frame name for the current frame into a bound value like a httpsession or page?
    for example if I change the center frame to "listadmin.uix" how can I load a bound value with the frames new source?
    Is there a way to pass javascript to a boundvalue? I could get the frames new properties from javascript

    In Jdev 9.0.3 you could do something like this:<frameBorderLayout>
    <start>
       <frame name="sideFrame">
        <boundAttribute name="source">
         <ctrl:pageURL name="sideFramePage">
          <ctrl:properties>
           <ctrl:property key="currentFrame"
                          value="sideFrame"/>
          </
         </
        </
       </
    </
    </then in startFramePage.uix you can access the current frame name by doing:<styledText data:text="currentFrame@ctrl:page"/>

  • Synchronization of framesets after setting filter in table

    Hi,
    my problem:
    i have a frameset in which i fixed the first col, fixed the first row and display the content of a table.
    I now want to synchronize the frames. The problem is iIf a filter is set it only is set in one of the frames and not in all. How can i syncrhonize this?
    The file is not loaded again ( i tested it with <body onunload="alert('unload')" ).
    What i have:
    I have a frameset:
    <frameset cols='160, *'>
      <frameset rows='44,*,17'>
        <frame id='leUp' src='table.html'>
        <frame id='leDw' src='table.html'>
        <frame id='' src='leer.html'>
      </frameset>
      <frameset rows='44, *'>
        <frame id='riUp' src='table.html'>
        <frame id='riDw' src='table.html'>
      </frameset>
    </frameset>
    in table.html is a table from the sap-system.
    - in frame leDw is the first col displayed
    - in frame riUp is the first row displayed
    - in frame riDw is the table without the first col and the first row
    - if you scroll up or down in frame riDw frame leDw is scrolled too
    - if you scroll left or right in frame riDw frame riUp is scrolled too
    I hope anyone can help me
    regards
    sleepy_head

    Hi sleepy_head,
    If you want to use the table format to design your view, we have Matrix in BSPs to design in a proper way.
    Below is the sample code for it.
        <phtmlb:matrix width  = "30%"
                       design = "LRPAD" >
          <phtmlb:matrixCell row     = "1"
                             col     = "1"
                             hAlign  = "LEFT"
                             colSpan = "1" />
            <htmlb:label for      = "customer"
                       text     = "Customer Name :"/>
          <phtmlb:matrixCell row     = "1"
                             col     = "2"
                             hAlign  = "LEFT"
                             colSpan = "1" />
           <htmlb:inputField id        = "custname"
                            size      = "20"
                            disabled  = "true"
                            type      = "String"
                            value     = "<%= model->cust_name %>" />
        </phtmlb:matrix>
    Try using the above code to design. Let us know, if you have any issues with it.
    Thanks,
    Sreekanth
    <i>*-- Please mark the helpful answers</i>

  • Preview of frameset in combination with php fails

    Hi,
    I've set up a testserver (Apache with PHP5 on Windows XP) on
    my local machine.
    Previewing pages (with and without PHP-Code) works well, but
    if I try to preview a page with a frameset, DW tells me that it
    cannot display framesets because the testserver is remote and asks
    me if it should do local preview.
    (Local preview doesn't help me if I want to preview framesets
    that include frames with PHP-Code ...)
    In site setup I defined the testserver as "local/network".
    What do I do wrong?

    Hello,
    If I remember correctly, the localhost addon is only needed for PDA deployment. Since MTT is laptop only, you should not deploy it.
    Deploying addons of any nature should be done in a second step in MI. You should deploy the application and then deploy the addons. One step installation has never been reliable.
    Thank you,
    Julien.
    msc mobile Canada inc.
    http://www.msc-mobile.com
    Edited by: Julien Guimont on Oct 7, 2008 9:01 PM

  • Help with Frameset and Browser differences

    I hope someone can help me with my Frameset. It works great in Safari but Firefox doesn't recognize the frames. I'm using Dreamweaver CS5.5, Mac OS10.8. Here's the link: http://tonyhertz.com/2012/Frameset_black_white_landscape_photo.html
    Thank you.

    I often work with Photographers.  Sample gallery page:
    http://alt-web.com/GALLERY/Gallery.php
      Not sure what you mean by 2 targets open with one click. 
    What would be best to use instead of Frames?
    Dreamweaver Templates (.dwt files) to composite your site layout and create editable regions for content that will change from page to page.
    http://www.smartwebby.com/web_site_design/dreamweaver_template.asp#1
    Server-Side Includes for common headers, footers & navigation elements.
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    If you want your header, sidebar and footer to be stationary (always visible), apply  CSS position:fixed  property to those divisions.  For a quick example, see link below.  View source in browser to see the code.
    http://alt-web.com/TEMPLATES/FixedLayout.shtml
    There are many ways to design a user friendly site without those pesky frames.
    Nancy O.

Maybe you are looking for