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.

Websiten datumsabhängig laden

Empfohlene Antworten

Hi Leute,

ich hab auf einer Website einen Kalender. Jeder Monat besteht aus einer HTML-Seite. Jetzt verlinke ich an jedem Monatswechsel den Kalender neu. Da ich ja von natur aus faul bin, hätte ich gerne, dass z.B. im August die Seite August.htm geladen wird und im September automatisch die Seite sept.htm Hat jemand eine Idee wie ich das machen kann? oder eine andere Idee wie ich eine Kalender realisieren kann?

Besten Dank

Danke dir, aber da das Menü in Flash gestaltet ist, hab ich das gaze folgender Maßen gelöst:

on (release) {

datum = new Date();

monat = datum.getMonth();

if (monat=="0") {

getURL("jan.htm", "main");

} else if (monat=="1") {

getURL("feb.htm", "main");

} else if (monat=="2") {

getURL("mrz.htm", "main");

} else if (monat=="3") {

getURL("apr.htm", "main");

} else if (monat=="4") {

getURL("mai.htm", "main");

} else if (monat=="5") {

getURL("jun.htm", "main");

} else if (monat=="6") {

getURL("jul.htm", "main");

} else if (monat=="7") {

getURL("aug.htm", "main");

} else if (monat=="8") {

getURL("sep.htm", "main");

} else if (monat=="9") {

getURL("okt.htm", "main");

} else if (monat=="10") {

getURL("nov.htm", "main");

} else if (monat=="11") {

getURL("dez.htm", "main");}

}

Trotzdem Danke!

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

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.