Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default frame problem

    hi, i have a problem with frames. i have a default.asp page which i use
    frames. The source code is like this:

    <!--#include file="Global.asp"-->
    <html>
    <head>
    </head>
    <frameset rows="0, *" border="0" frameborder="0" framespacing="0">
    <frame name="Top" src="Empty.html" marginwidth="0" marginheight="0"
    scrolling="no" frameborder="0" framespacing="0">
    <frame name="Main" src="Main.asp" marginwidth="0" marginheight="0"
    scrolling="auto" frameborder="0" framespacing="0">
    </frameset>
    </html>

    when i open default.asp in my browser(ie), icant see the frames' contents, i
    mean the content of main.asp file doesnt appear, what can the problem be?
    thanks a lot


    Songül YEDAN Guest

  2. Similar Questions and Discussions

    1. linking on non frame page to a frame in a frame p
      Hello all, I'm doing a job for a friend. Is there a way to load a link from a non-frame page into a frame in a frame based page? Go to:...
    2. Problem with Frame Forwarding
      I have a domainname and I have a Website (build with Publisher 2003) and both are at separate locations. To make sure the domainname is vissible at...
    3. Pop Up Menu Target Frame Problem
      I have created a rather large pop up menu in Fireworks MX. My site consists of two frames: one that has the pop up menu navigation bar and the second...
    4. DMX frame display problem
      Hi, I use FW4 to create a menu and place it in the right frame, so as to display the link in the left frame. I've tried it in DW4 and DMX, the...
    5. Frame Set Problem: Cannot Resize Frame Rows with Mouse
      Hi, I cannot resize my frame borders with the mouse. I created a Fixed Top, Nested Left Frame set. I added my assets into the top frame, and...
  3. #2

    Default Frame problem

    Hi,

    What I have here is a HTML page which is divided into two frames, Top and Bottom, the table in the top frame is divide into two rows, now the top row is divided into seven columns and botton row is divided into 12 columns.

    Now this top frame acts as the header of the document and the data is displayed in the bottom frame, wht is happening is the data divided acc. to the topframes' table's bottom row and when i change the size of the browser window the top frame(the header) is fine but the data in the bottom frame goes bizare.

    I want to the settings of the bottom frame's table and the top frmae's to be exactly the same what ever the size of the window. they should contract equally and expand too.

    Is there any way through javascript, css or any other way to do this.


    Sangar webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Frame problem

    Sangar:

    You will never be happy with the results of this design. Don't use frames
    without a compelling reason to do so. Read this for the equally compelling
    reasons to avoid frames in your design -

    [url]http://apptools.com/rants/framesevil.php[/url]


    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Sangar" <webforumsuser@macromedia.com> wrote in message
    news:bikqdt$6al$1@forums.macromedia.com...
    > Hi,
    >
    > What I have here is a HTML page which is divided into two frames, Top and
    Bottom, the table in the top frame is divide into two rows, now the top row
    is divided into seven columns and botton row is divided into 12 columns.
    >
    > Now this top frame acts as the header of the document and the data is
    displayed in the bottom frame, wht is happening is the data divided acc. to
    the topframes' table's bottom row and when i change the size of the browser
    window the top frame(the header) is fine but the data in the bottom frame
    goes bizare.
    >
    > I want to the settings of the bottom frame's table and the top frmae's to
    be exactly the same what ever the size of the window. they should contract
    equally and expand too.
    >
    > Is there any way through javascript, css or any other way to do this.
    >
    >

    Murray *TMM* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139