Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Steven Bennett #1
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
-
View Text frames not working?
View text frames is not showing in my current document. Any ideas what is wrong? Rob -
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... -
[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... -
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... -
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... -
kyle_k #2
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
-
Troyan #3
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
-
Troyan #4
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
-
AKsteve #5
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...box> 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 thatframes.> while staying on the same page. I wish to do this without the use ofurl>
> I am basically trying to do a server side include but with the use of a> not a file.
>
> Please help... Sorry if this sounds confusing.... Thanks
>
> --
> Steve Bennett
> Freelance Web Developer
>
>
AKsteve Guest
-
rob :: digitalburn #6
Re: View a URL within a HTML doc without frames
You can use an iframe also.
rob :: digitalburn Guest
-
Cybarber #7
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
-
GPNET #8
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...box> 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 thatframes.> while staying on the same page. I wish to do this without the use ofurl>
> I am basically trying to do a server side include but with the use of a> not a file.
>
> Please help... Sorry if this sounds confusing.... Thanks
>
> --
> Steve Bennett
> Freelance Web Developer
>
>
GPNET Guest



Reply With Quote

