• 13-01-2022, 21:48:33
    #19
    tickenio adlı üyeden alıntı: mesajı görüntüle
    <button target="_new" onclick="window.location.href = 'https://goo.gl/maps/zzd3PZYXEabtUds57';">KONUMUMUZ</button>

    dener misiniz hocam. en başta da söylemiştim.
    aynı hocam maalesef
  • 13-01-2022, 21:49:08
    #20
    merthealt adlı üyeden alıntı: mesajı görüntüle
    <button onclick="window.location.href = 'https://goo.gl/maps/zzd3PZYXEabtUds57';" target="_blank" >KONUMUMUZ</button>
    aynı hocam
  • 13-01-2022, 21:54:33
    #21
    <button onclick=" window.open('https://goo.gl/maps/zzd3PZYXEabtUds57 ', '_blank');>KONUMUMUZ</button>
  • 14-01-2022, 06:02:18
    #22
    hocam
  • 14-01-2022, 10:37:32
    #23
    MasterLaw adlı üyeden alıntı: mesajı görüntüle
    hocam
    evet hocam
  • 14-01-2022, 11:03:50
    #24

    <a href="https://goo.gl/maps/zzd3PZYXEabtUds57" target="_blank"><button>KONUMUMUZ</button></a>
    böyle deneyin.
  • 14-01-2022, 11:04:51
    #25
    ntka adlı üyeden alıntı: mesajı görüntüle

    <a href="https://goo.gl/maps/zzd3PZYXEabtUds57" target="_blank"><button>KONUMUMUZ</button></a>
    böyle deneyin.
    hocam oldu sonunda teşekkür ederim
  • 14-01-2022, 11:09:04
    #26
    butona şekil vermek istersen css kodları.

    .button {    
    background-color: #4CAF50;    
    border: none;    
    color: white;    
    padding: 15px 32px;    
    text-align: center;    
    text-decoration: none;    
    display: inline-block;   
     font-size: 16px;    
    margin: 4px 2px;   
     cursor: pointer; }
    <a href="https://goo.gl/maps/zzd3PZYXEabtUds57" target="_blank" class="button" >KONUMUMUZ</a>
    böyle deneyebilirsin.