Visualizzazione dei risultati da 1 a 3 su 3
  1. #1
    Utente di HTML.it L'avatar di maxtn
    Registrato dal
    Jul 2002
    Messaggi
    712

    header location - target

    Come si apre un header location in una nuova finestra?

    con php non si può.

    header("Location: $filepdf");


    con js?


    Grazie
    Ubuntu 10.10 x86_64

  2. #2
    Reale_Augello
    Guest

    Usando...

    ... una window.open:

    codice:
    window.open("pagina.htm","","width=500,height=500");
    Ciao !

  3. #3
    Utente di HTML.it L'avatar di maxtn
    Registrato dal
    Jul 2002
    Messaggi
    712
    Grazie
    Ubuntu 10.10 x86_64

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.