Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    problema su codice asp (screen.width)

    avrei bisogno di un consiglio:
    c'è un errore in questo codice ma non riesco a capire quale sia
    mi sapete dare una mano?

    <% wide = screen.width %>
    <% If (screen.width = 640) Then %>
    [img]immagini/intro_castello.JPG[/img]
    <% else If (screen.width = 800) Then %>
    [img]immagini/intro_castello.JPG[/img]
    <% else If (screen.width = 1024) Then %>
    [img]immagini/intro_castello.JPG[/img]
    <% else If (screen.width = 1280) Then %>
    [img]immagini/intro_castello.JPG[/img]
    <% else If (screen.width >= 1280) Then %>
    [img]immagini/intro_castello.JPG[/img]
    <%End If%><%End If%><%End If%><%End If%><%End If%>
    <map name="links" id="links">
    <% If (screen.width <= 640) Then %>
    <area shape="rect" coords="193, 334, 299, 378"
    href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
    <area shape="rect" coords="346, 334, 456, 378"
    href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
    <% else If (screen.width <= 800) Then %>
    <area shape="rect" coords="237, 507, 374, 561"
    href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
    <area shape="rect" coords="436, 506, 570, 560"
    href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
    <% else If (screen.width<= 1024) Then %>
    <area shape="rect" coords="312, 650, 478, 721"
    href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
    <area shape="rect" coords="562, 649, 731, 717"
    href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
    <% else If (screen.width<= 1280) Then %>
    <area shape="rect" coords="388, 871, 593, 956"
    href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
    <area shape="rect" coords="705, 864, 909, 953"
    href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
    <% else If (screen.width >= 1280) Then %>
    <area shape="rect" coords="483, 1014, 742, 1123"
    href="catalogo.asp" title="Entra nel regno di F&D" alt="Entra nel regno di F&D" onFocus='this.blur()'>
    <area shape="rect" coords="880, 1012, 1140, 1122"
    href="catalogo.asp" title="Join the F&D Kingdom!" alt="Join the F&D Kingdom!" onFocus='this.blur()'>
    <%End If%><%End If%><%End If%><%End If%><%End If%>
    </map>

  2. #2
    Utente di HTML.it L'avatar di salvod
    Registrato dal
    Feb 2002
    Messaggi
    314
    screen.width è javascript lato client
    cercasi siti con 1000 accessi al giorno di media per testing servizio di statistiche professionale... per info pvt me

  3. #3
    l'oggetto screen non esiste ne in Asp vbscript ne in Asp Jscript...dovresti usare javascript per usarlo
    IP-PBX management: http://www.easypbx.it

    Old account: 2126 messages
    Oldest account: 3559 messages

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.