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

Hallo,

wollte mal fragen ob jemand weiss, wie man es macht, wenn ich einen Button habe, auf ihn klicke, dann soll sich der Inhalt im andern Frame ändern.

Habe das noch nicht gemacht, deswegen frag ich....

mfg

mikex

target = "framename"

Hier gehts um nen Button, keinen Link.

Das ist dann so in etwa:

<input type="button" onclick="javascript:framename.location.href=zieldatei;">

um meinen eintrag mal nicht ins schlehcte licht zu stellen :) biete ich noch diese lösung an


<form action="bla.html" target="framename">

<input type="submit" value="Link"></input>

</form>

<form action="button.htm" target="Hauptframe">

<p>

<input type="button" value="Home" style="width:180px" src="haupt.html" />

</p>

</form>

Irgendwie öffnet er im Hauptframe(<frame name="Hauptframe" ...>) nicht die Seite haupt.html ,..... oder ist da nen Fehler

<form action="button.htm" target="Hauptframe">

<p>

<input type="button" value="Home" style="width:180px" src="haupt.html" />

</p>

</form>

Irgendwie öffnet er im Hauptframe(<frame name="Hauptframe" ...>) nicht die Seite haupt.html ,..... oder ist da nen Fehler


<form action="haupt.htm" target="Hauptframe">

<p>

<input type="submit" value="Home" style="width:180px">

</p>

</form>


ja ok Danke hab ich schon herausgefunden....

THX... :upps

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.