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.

Empfohlene Antworten

Veröffentlicht

Hi @all,

hab mir gerade eine Kleine HTML Seite mit Frames gebastelt.

Jetzt möchte ich hinter dieser Seite ein Perlskript zum laufen bringen, den ich auch schon geschrieben habe.

Leider hab ich jetzt kein Plan, wie ich das zum laufen bringen soll.

Hab jetzt den Frame Code in das GGI File geladen, aber das funkt nicht wirklich:

#!/usr/bin/perl



# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ USE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Perl Funktionen

use CGI;

use Switch;


# Eigene Funktionen

use checkSAMBA;

use checkDISK;


# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Variablen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Values der Radiobuttons

$value_dienste="dienste";

$value_disk="disk";

$value_samba="samba";



# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HTML ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

# Neues Objekt $query erzeugen

$query = new CGI;


print $query->header();      # HTML Header ausgeben

print <<HTMLCODE;

<html>

<frameset rows="22,*" cols="*" frameborder="no">

  <frame src="headFrame.html" name="headFrame" scrolling="No" noresize="noresize" />

  <frameset rows="*" cols="176,*" frameborder="no">

    <frame src="naviFrame.html" name="naviFrame" scrolling="No" noresize="noresize" />

    <frame src="mainFrame.html" name="mainFrame" scrolling="No" noresize="noresize" />

  </frameset>

</frameset>

</html>

HTMLCODE

Kann mir jemand weiter helfen?

Habs jetzt hinbekommen.

Ich den HTML Code im CGI gehabt und das hat er nicht gemocht.

Jetzt habe ich alles getrennt also CGI und HTML extra und jetzt funkt es :)

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.