how do i show a page with out using frames

  • Thread starter http://freespace.virgin.net/bigun.littleun/
  • Start date
H

http://freespace.virgin.net/bigun.littleun/

how do i show a page with out using frames??



it needs to open within another page just as it would do using frames but
not using the frame comand

is it possible to insert a page ,,for example ,,,whare a picture sontimes
show,,,or any other way to do this ??
 
H

http://freespace.virgin.net/bigun.littleun/

John Cello said:
You might try using an include page for the effect you're looking for.

thanks john i will try it to see if it works how i need it
 
M

Murray

I doubt that this is going to do what you want - if what you want is to have
a live display of the external site.
 
M

meg

Would an <iframe> not work (i don't know your reason for not wanting to use a frame).
how do i show a page with out using frames??



it needs to open within another page just as it would do using frames but
not using the frame comand

is it possible to insert a page ,,for example ,,,whare a picture sontimes
show,,,or any other way to do this ??
 
H

http://freespace.virgin.net/bigun.littleun/

meg said:
Would an <iframe> not work (i don't know your reason for not wanting to
use a frame).

unfortionally the site that the page will be going on, for some reason will
not allow frames.. but i need to be able to open other pages within my page
as though it is within a frame or iframe
 
M

meg

I don't know a lot about frames (and the problems that go with them) I just used an iframe for the first time
yesterday. Try the div tag like the guy above suggested - i'm curious how it will work


meg said:
Would an <iframe> not work (i don't know your reason for not wanting to
use a frame).

unfortionally the site that the page will be going on, for some reason will
not allow frames.. but i need to be able to open other pages within my page
as though it is within a frame or iframe
 
M

Murray

Once you fiugure out how to get the whole external site into the div without
atomizing your layout, I'd like to know that too....
 
P

p c

What you you are asking for is called dynamic content. You have a page
with a placeholder and you get the content form somewhere else.

Option 1: create dynamic pages drawing content from a database or a text
file. Your web server (here your site is) must support a scripting
languages (ASP, PHP CGI etc ) and the database you want to use.

Option 2: The content can be a news feed form news site that support RSS.

Option 3: inline frames (iframe). Note, older browsers do not support
iframes.

Do a google search for the topic you want, for more info.
....PC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top