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

  1. #1

    Default Inserting a page

    Can anyone tell me how I would insert a page into another page without using frames. I am using DW MX
    Thanks
    robertsK Guest

  2. Similar Questions and Discussions

    1. inserting a page from another website?
      i am a dreawaever novice! i have to make this a website and a video, i found a great java tour ...
    2. Inserting contents of PDF doc onto a page
      I'm new to Contribute 3 and am debating purchasing this a means for my clients to post PDF's onto their webpages. 1. I would like to INSERT the...
    3. Inserting PHP into a HTML or ASP page
      HI, Is it possible to insert a PHP page into a HTML or ASP page? I currently have a total html site and I am trying to add a RSS news feed., which...
    4. Inserting Audio in asp.net page
      Does anyone know how to insert an audio file into aspx page? Similar to those music websites, which has the "Preview" button. Do i need to have...
    5. Inserting Page error
      When we are joining chapters by doing the Document \ Insert Pages we get the following error. Wrong type parameter supplied to a PDS procedure It...
  3. #2

    Default Re: Inserting a page

    Don't know if you mean without using all frames, or if you would consider using
    an inline frame.

    Using this method you can put another page inside a table cell anywhere on the
    page and you can link to it and have other pages link into the same place etc.

    <html>
    <head><title>INDEX</title></head>
    <body>
    <iframe src="page2.htm" name="IFRAME" width="100%" height="750"
    frameborder="0" scrolling="auto"></iframe>
    </body>
    </html>


    EliDee Guest

  4. #3

    Default Re: Inserting a page

    is it possible without frames even i am eager to know
    MATHEWS..JOHN Guest

  5. #4

    Default Re: Inserting a page

    search for sever side includes
    baxxy2000 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