![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
Are HTML frames a good thing or a bad thing? |
|
For someone who knows HTML, and only a measely bit of JavaScript and DOM familiarity, what are the alternatives to frames? |
|
When people design a navigation bar to their websites, the one to the left that displayes links on the same website, do most of them use HTML frames or other means? |
|
What are such other means apart from displaying a graphic image that gives the impression of a borderless frame, and displaying links/text in a table on top of that image? |
#3
| |||
| |||
|
|
Are HTML frames a good thing or a bad thing? |
|
For someone who knows HTML, and only a measely bit of JavaScript and DOM familiarity, what are the alternatives to frames? When people design a navigation bar to their websites, the one to the left that displayes links on the same website, do most of them use HTML frames or other means? What are such other means apart from displaying a graphic image that gives the impression of a borderless frame, and displaying links/text in a table on top of that image? |
#4
| |||
| |||
|
|
Are HTML frames a good thing or a bad thing? |
#5
| |||
| |||
|
|
Water Cooler v2 wrote: Are HTML frames a good thing or a bad thing? Well they're not as bad as cross-posting one of the most obvious and easily searched-for web authoring questions you could possibly ask. So yes, use frames. Do whatever you like. If it was really going to make a difference to you, you'd have noticed by now. |
#6
| |||
| |||
|
|
In plain HTML, using only HTML and nothing but HTML (or may be some lite JavaScript), is it possible to include content from another HTML page into the current page? |
#7
| |||
| |||
|
|
Now, a different question. Just for exploring all different alternatives and possibilities. Suppose that the navigation bar is something I want to place on every Web page over my website. And I want the content of the navigation bar also to be constant. I can then design a separate HTML page that carries the code for the navigation bar. If my understanding is correct, some CGI/ISAPI filters such as ASP/PHP provide for server side includes. Using the server side includes, the programmer can point to the content of the HTML/PHP/ASP/CGI file containing the navigation bar code into every Web page that needs the navigation bar. But those includes, if I understand correctly, are not built into a Web server. They're extensions provided by ISAPI or whatever other web server API. So, they're accessible only when you are doing server-side programming such as ASP/PHP etc. |
|
In plain HTML, using only HTML and nothing but HTML (or may be some lite JavaScript), is it possible to include content from another HTML page into the current page? |
|
I hope I've made my question clear. |
#8
| |||
| |||
|
|
But what is wrong with something like ASP or PHP or SSI? At this point, these technologies (or their equivalents) are very, very, very commonly found on web servers. |
#9
| |||
| |||
|
|
In plain HTML, using only HTML and nothing but HTML (or may be some lite JavaScript), is it possible to include content from another HTML page into the current page? |
#10
| |||
| |||
|
|
Thanks, JDS. No. Nothing is wrong with the server side programming tools. I was only inquiring out of curiosity so as to increase my knowledge on the subject. Thanks for the help. |
![]() |
| Thread Tools | |
| Display Modes | |
| |