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

huhu

ich habe ein php script und habe es wie es sich gehört mit html grafik oberfgläche....

nu hab ich ein pic mit einem href drauf...

und wenn ich mit IE6 diesen script ansehe kann ich den link der auf dem bild liegt ohne probs und mit IE5 sieht man zwar in der statusleiste vom IE das ein link auf dem bild liegt, dieser lässt isch allerdings nicht anklicken... hlp :(

lol okok hab isch wohl verpeilt...

ich dachte das ich den link mit drinne hattee :)) also nu hier der code:

if ($lock == '0') {

echo "<table align=center><tr><td><u><b>Schreibschutz:</td><td align=center>

<a href='./liste.php?lock&$kw&$jahr&1'>

<img src='./gifs/box_off.gif'></a></td></tr>";

} else {

echo "<table align=center><tr><td><u><b>Schreibschutz:</td><td align=center>

<a href='./liste.php?lock&$kw&$jahr&0'>

<img src='./gifs/box_on.gif'></a></td></tr>";

}

Hmmm, was würdest du von ordentlichem HTML halten ? Ein Link oder die Tag-Attribute generell sollten im letztendlichen HTML-Code immer mit " stehen.

Quasi so in PHP :

<a href=\"www.test.de\">Stfitung Warentest</a>

Bzw. so dann im erzeugten HTML :

<a href="www.test.de">Stfitung Warentest</a>

;) ;) ;)

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.