Visualizzazione dei risultati da 1 a 3 su 3

Discussione: Mappe D'immagine

  1. #1
    Utente di HTML.it L'avatar di biocco
    Registrato dal
    Sep 2003
    Messaggi
    486

    Mappe D'immagine

    NON RIESCO AD USARE LE MAPPE D'IMMAGINE IN ASP.NET COME SI FA???

    GRAZIE

    codice:
    <html>
    <head>
    <title>Documento senza titolo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    [img]images/barradruovalu.jpg[/img]
    <map name="Map">
    <area shape="rect" coords="571,73,721,98" href="#" target="http://intranet.ieo.it/druoweb/index.htm">
    </map>
    </body>
    </html>

  2. #2
    Utente di HTML.it
    Registrato dal
    Aug 2001
    Messaggi
    1,482
    e che centra con il .net? :master:

    ti sposto in html.

    Hey hey, my my Rock and roll can never die!

  3. #3
    boolbo
    Guest
    Per forza non va, hai messo l'indirizzo web, nel TARGET invece che nell' HREF come dovrebbe essere prova così:

    codice:
    <html>
    <head>
    <title>Documento senza titolo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    [img]images/barradruovalu.jpg[/img]
    <map name="Map">
    <area shape="rect" coords="571,73,721,98" href="http://intranet.ieo.it/druoweb/index.htm">
    </map>
    </body>
    </html>

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.