View a URL within a HTML doc without frames

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

  1. #1

    Default View a URL within a HTML doc without frames

    Good day, I have a layout template that I am using and have an area on one
    of my pages that I would like to use to pull up another url inside that box
    while staying on the same page. I wish to do this without the use of frames.

    I am basically trying to do a server side include but with the use of a url
    not a file.

    Please help... Sorry if this sounds confusing.... Thanks

    --
    Steve Bennett
    Freelance Web Developer


    Steven Bennett Guest

  2. Similar Questions and Discussions

    1. View Text frames not working?
      View text frames is not showing in my current document. Any ideas what is wrong? Rob
    2. flash in html frames
      I have a have a html page with 2 frames. The left frame is a little flash menu(home, personal info, contact etc...). These are all flash buttons. If...
    3. [PHP] Is there an alternative to HTML frames?
      I'm new to php and web development in general. I've toyed with ASP a little and enjoyed using "include" statements to include my navigation and...
    4. html frames and lingo
      I have a two frame Web page in which I am playing a Director shockwave movie in one html frame and have straight html in the other html frame. I...
    5. Wierd error when going to Design View from HTML view
      When I go from HTML view (in a webform) to Design View I get the following error: Could not open in Design view. Quote values differently inside a...
  3. #2

    Default Re: View a URL within a HTML doc without frames

    I as far as I know, that is not possible.
    Why do you want to use a url instead of a file include?
    kyle_k Guest

  4. #3

    Default Re: View a URL within a HTML doc without frames

    You can use XMLHTTP to get the contents of the page and then place
    it in a <div> with innerHTML propertie. I don't have any information
    about the cross-browser compatibility of this type of the code, make
    your own tests and use at your own risk.

    []s


    --
    - Rio de Janeiro, Brasil
    - Troyan <dnunes[at]email[dot]com>


    Troyan Guest

  5. #4

    Default Re: View a URL within a HTML doc without frames

    Property ;P Sorry for the bad English I have. I from Brazil and I've
    never made an English course...

    --
    - Rio de Janeiro, Brasil
    - Troyan <dnunes[at]email[dot]com>


    Troyan Guest

  6. #5

    Default Re: View a URL within a HTML doc without frames

    Have you tried to use server side includes to do it?

    How about style sheets?
    You can make a nice box with CSS. Not sure how to get the URL in it though.
    Might be rather simple though.

    Sounds like a job for java script or something like that.

    Good luck...
    If you get it, let us know how it worked.

    Steve
    "Steven Bennett" <ss@ss.com> wrote in message
    news:c1qm89$162$1@forums.macromedia.com...
    > Good day, I have a layout template that I am using and have an area on one
    > of my pages that I would like to use to pull up another url inside that
    box
    > while staying on the same page. I wish to do this without the use of
    frames.
    >
    > I am basically trying to do a server side include but with the use of a
    url
    > not a file.
    >
    > Please help... Sorry if this sounds confusing.... Thanks
    >
    > --
    > Steve Bennett
    > Freelance Web Developer
    >
    >

    AKsteve Guest

  7. #6

    Default Re: View a URL within a HTML doc without frames

    You can use an iframe also.


    rob :: digitalburn Guest

  8. #7

    Default Re: View a URL within a HTML doc without frames


    "Steven Bennett" <ss@ss.com> schreef in bericht news:c1qm89$162$1@forums.macromedia.com...
    Good day, I have a layout template that I am using and have an area on one
    of my pages that I would like to use to pull up another url inside that box
    while staying on the same page. I wish to do this without the use of frames.

    I am basically trying to do a server side include but with the use of a url
    not a file.

    Please help... Sorry if this sounds confusing.... Thanks

    --
    Steve Bennett
    Freelance Web Developer


    Cybarber Guest

  9. #8

    Default Re: View a URL within a HTML doc without frames

    Yep I would definitely use Iframes as well. Go here to view browser
    compatibility with Iframes
    [url]http://hotwired.lycos.com/webmonkey/reference/browser_chart/[/url]

    GPNET

    "Steven Bennett" <ss@ss.com> wrote in message
    news:c1qm89$162$1@forums.macromedia.com...
    > Good day, I have a layout template that I am using and have an area on one
    > of my pages that I would like to use to pull up another url inside that
    box
    > while staying on the same page. I wish to do this without the use of
    frames.
    >
    > I am basically trying to do a server side include but with the use of a
    url
    > not a file.
    >
    > Please help... Sorry if this sounds confusing.... Thanks
    >
    > --
    > Steve Bennett
    > Freelance Web Developer
    >
    >

    GPNET 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