Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 11

Discussione: Pulsanti in tabella

  1. #1
    Utente di HTML.it L'avatar di orcim
    Registrato dal
    May 2003
    Messaggi
    1,692

    Pulsanti in tabella

    Come inserisco questi pulsanti in una tabella affiancati l'uno all'altro?
    codice:
    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""javascript:window.print()"" value=""Stampa"">
    " 
    response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request.Querystring("IDCD")&"','_self')"" value=""Registra"">
    "

  2. #2
    Utente di HTML.it L'avatar di diegoctn
    Registrato dal
    May 2001
    Messaggi
    2,118
    codice:
    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""java script:window.print()"" value=""Stampa""><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request.Querystring("IDCD")&"','_self')"" value=""Registra"">
    "

  3. #3
    Utente di HTML.it L'avatar di orcim
    Registrato dal
    May 2003
    Messaggi
    1,692
    grazie ma non cambia niente.

  4. #4
    Utente di HTML.it L'avatar di pasKuz
    Registrato dal
    Jun 2004
    Messaggi
    687
    vedi in questo modo

    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""java script:window.print()"" value=""Stampa"">" response.write "<center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request .Querystring("IDCD")&"','_self')"" value=""Registra"">
    "

  5. #5
    Utente di HTML.it L'avatar di orcim
    Registrato dal
    May 2003
    Messaggi
    1,692
    Originariamente inviato da pasKuz
    vedi in questo modo

    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""java script:window.print()"" value=""Stampa"">" response.write "<center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request .Querystring("IDCD")&"','_self')"" value=""Registra"">
    "
    grazie, restituisce errore su una delle virgolette...

  6. #6
    Utente di HTML.it L'avatar di pasKuz
    Registrato dal
    Jun 2004
    Messaggi
    687
    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""java script:window.print()"" value=""Stampa"">"
    response.write "<center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request .Querystring("IDCD")&"','_self')"" value=""Registra"">
    "

  7. #7
    Utente di HTML.it L'avatar di pasKuz
    Registrato dal
    Jun 2004
    Messaggi
    687
    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""java script:window.print()"" value=""Stampa"">"
    response.write "<center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request .Querystring("IDCD")&"','_self')"" value=""Registra"">
    "

  8. #8
    Utente di HTML.it L'avatar di pasKuz
    Registrato dal
    Jun 2004
    Messaggi
    687
    Response.write "
    <center><input type=button style=width:155px;height:25px; onclick=""java script:window.print()"" value=""Stampa"">"
    response.write "<center><input type=button style=width:155px;height:25px; onclick=""window.open('registra.asp?IDCD="&request .Querystring("IDCD")&"','_self')"" value=""Registra"">
    "

  9. #9
    Utente di HTML.it L'avatar di pasKuz
    Registrato dal
    Jun 2004
    Messaggi
    687
    scusate, ho cliccato + volte su INVIA e mi sono apparsi 3 messaggi

  10. #10
    Utente di HTML.it L'avatar di orcim
    Registrato dal
    May 2003
    Messaggi
    1,692
    roba da matti
    non va

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.