Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HTML Frames

Empfohlene Antworten

Hallo zusammen...

ich habe probleme bei der Frame Setzung, kann mir jemand helfen?

Ich möchte da oben ein Frame komplett durchgeht

darunter einen Links, einen in der Mitte und einen Rechts

Darunter dann wieder ein Frame, der wieder kommplett durchgeht.

Leider schaffe ich es irgendwie nicht, hier mal der Code... irgendwie habe ich mich verrannt:

<html>

<head>

<title>xxx</title>

</head>

<frameset cols="250,550,*" frameborder="NO" border="0" framespacing="0">

<frame name="links" src="nav.html" frameborder="NO" noresize>

<frameset rows="125,*,100" frameborder="NO" border="0" framespacing="0">

<frame name="oben" scrolling="NO" noresize src="oben.htm" frameborder="NO" >

<frame name="inhalt" scrolling="AUTO" noresize src="willkommen.htm" frameborder="NO" >

<frame name="unten" src="unten.html" noresize frameborder="NO">

</frameset>

<frame name="mainFrame" src="main.html" frameborder="NO" noresize>

</frameset>

<noframes>

<body bgcolor="#FFFFFF" text="#000000">

<font size="2" face="Verdana, Arial, Helvetica, sans-serif"><b><font color="#333333">

</font>

</body>

</noframes>

</html>

Kann mir das ding mal jemand umschreiben, das es so aussieht, wie ich es beschrieben habe, und mir dann vieleicht noch kurz erläutern, wo mein Denkfehler lag?

Dank..

Cu

Danny

Wenn ich das richtig sehe, bekommst Du drei Spalten, wobei die mittlere in drei Zeilen aufgeteilt ist. Du wolltest wohl aber das:

<frameset rows="125,*,100">

<frame src="oben.htm">

<frameset cols="250,550,*">

<frame src="links.htm">

<frame src="mitte.htm">

<frame src="rechts.htm">

</frameset>

<frame src="unten.htm">

</frameset>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.