English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am creating a simple old static web site A. Some content exists on web site B, which I would like to display as part of my pages on web site A. How do I do this without using server side technology or frames? Is there a way to do this with javascript and if so, how is this done?

2006-07-10 17:20:10 · 5 answers · asked by christian 1 in Computers & Internet Programming & Design

5 answers

Seriously, the easiest way is using an inline frame

If you are looking for strict javascript codes, try checking out http://javascript.internet.com/

2006-07-10 17:41:09 · answer #1 · answered by Ipshwitz 5 · 0 0

You could do this with iframes but iframes don't work in every browser and they don't work the same in IE that they do in any other browser. My best recommendation is to use PHP. You can pull information from another page and display it where ever you want. You will have to look up how to pull in the info as there are quite a few ways to do it. There are tons of ways to do this actually. I would suggest the PHP if your server supports it.

2006-07-11 01:56:45 · answer #2 · answered by computerqfl 3 · 0 0

since it's static and you don't want to use frames/iframes, then your best bet is copy and paste the section of code into your first page. Since it's static, you don't really have much choice here.

2006-07-11 03:32:33 · answer #3 · answered by rice kid 4 · 0 0

You have to use SSI technology.
SSI (server side included) allows you to do like this:



2006-07-14 10:30:29 · answer #4 · answered by Nixon 2 · 0 0

http://www.htmlhelp.org/faq/html/all.html check this site

http://ocoins.info/

http://www.excelsystems.com/200505htmlcomponents.htm

2006-07-11 00:39:38 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers