How to apply HTML frameset to all subpages?
I would like to use the logo and the menu and information at the bottom on all other subpages.
What is the easiest way to do this?
I would like to use the logo and the menu and information at the bottom on all other subpages.
What is the easiest way to do this?
The CEO of OpenAI claims that progress in the field of artificial intelligence is exponential and he believes that in 10-15 years we will have an agi that could do any cognitive job in the world. I'm a software developer at a bank, and I'm so scared I'll be unemployed. Do you think he's exaggerating,…
I'm still at the beginning of my "programming career". Does anyone know how to write a program in Code::Blocks with a while loop that outputs the value "54321" for the input "12345"?
Hello, I'm programming a car brand website for practice. I want the buttons to be like this; And not like this: (The frame is for overview purposes only) But when I reduce the size of the website, it looks like this; but I want them to fit properly, so, for example, two are next to…
Hi. I'm trying to install new modules for Python. One tutorial uses pip at the command prompt. I actually have Python 3.12 installed, and that's supposed to include pip, but for some reason the command isn't working. Does anyone have any idea what I'm doing wrong?
I hope someone can help me. I want to export a data series (column) in Excel that consists only of dates, exporting only ONE specific month and year, and linking it to one criterion. For example, I want to return the total of all cells (column A) that are in the date range January 2024…
I want to script something in Roblox Studio but the following error message always appears: [string "local rauch = Instance.new("Part")…"]:3: attempt to index nil with 'Parent' Does anyone know what is meant?
Framesets have not been used for almost 20 years. Today, headers or footers are either copied to any HTML page, reloaded by JavaScript, or what happens most frequently nowadays, frameworks/languages are used that support the browser – or server-side on any type of include commands, so that the code for the repeating elements must be only one time somewhere.
If you work with HTTP servers that support this, you can also use SSI/ESI (ServerSide Includes / EdgeSide Includes).
For example, you can use the PHP function include: Add content to a page.
https://www.php.net/manual/en/function.include.php
You can thus store the logo, menu and footer in your own files and then integrate them into your respective pages.
Alternatively, you can also create a page with your basic structure, including logo, menu and footer, and then integrate the actual content of the respective ones.
Per Copy & Paste
I did that and then exchanged the main page at the frameset. Now unfortunately everything is displayed twice and the main page is not at all.
Copy&Paste is one of the worst advice you can give to a beginner. Redundancy makes the entire project worse Wartbar and creates more problems on long term than that it is somehow helpful.