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 zusammen, nachdem ich euch schon mit Threads zu PopUps gefloatet habe kommt mal wieder einer:

Wie kann ich aus einem PopUpfenster ein neues PopUp fenster laden? Also kurz ich hab einene Link in einem PopUp Fenster und will diesen in einem anderen PopUp laden! Ich weis nur dass es geht. ABER WIE??

Danke schonmal im Vorraus,

So Long,

Sebi

Öhm... genau wie im normalen Fenster auch, per window.open.

Nope geht nicht!!!!

Geht 100%, mach ich bei mir auch so. ;)

Natürlich mußt Du ein anderes target angeben, sonst würde es wieder im gleichen Fenster geladen.

Also mein Code vom Popup schaut folgendermaßen aus:


</script>

<script language="JavaScript">

function info()

{   

window.open('entscheid.htm','_InfoScreen','menubar=no,location=no,scrollbars=no,resizable=no,width=500,height=150')

;}

.

.

.

.

.

.

.

.

.

.

<a href="Javascript: info();">test</a>


Das is das Javascript das ich in dem Popup verwende. Was muss jetzt noch reinsetzen, damit es geht?

PEACE Sebi

OUPS falsch kopiert! Ne des is aber net des problem!

Gibt es denn schon ein Fenster mit dem Namen _InfoScreen?

Bei mir funktioniert folgendes problemlos:

<script language="JavaScript" type="text/JavaScript">

function open_window(url,name,features)

{

Fenster = window.open(url,name, features);

Fenster.moveTo(100,50);

}

</script>

.

.

.

<a href="javascript:open_window('meineseite.htm','Fenster','scrollbars=no,width=400,height=400');">

Ach ich muss einfach des infosreen, durch meinetwegen "neues Fenster" ändern und dann gehts oder was?

Ok es funktioniert, DANKE!!!!

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.