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

    come linkare il titolo (sono ignorante)

    guardate quì ,come potete vedere , è linkabile "more" . Io ho la necessità di linkare il titolo. sono certo che mi perdo in un bicchiere d'acqua.
    Se capisco non rompo più.

    grazie



    [QUOTE


    <%

    Set rsSettings = Server.CreateObject("ADODB.Recordset")

    strSettingsSQL = "SELECT shownum,sitelink FROM tblsettings"

    rsSettings.Open strSettingsSQL, adoCon


    Set rsViewNews = Server.CreateObject("ADODB.Recordset")
    strViewSQL = "SELECT TOP " & rsSettings("shownum") & ", content, heading, ID FROM tblnews ORDER BY [ID] DESC"

    rsViewNews.Open strViewSQL, adoCon

    'Do While NOT rsViewNews.EOF
    strShort = Left(rsViewNews("content"), 90) & "......[more]
    "
    Response.Write "" & rsViewNews("heading") & "
    " & strShort & "

    "
    strShore = ""
    rsViewNews.MoveNext
    'Loop



    Set rsViewNews = Nothing
    Set rsSettings = Nothing
    Set adoCon = Nothing
    %>

    [/QUOTE]

  2. #2

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 © 2026 vBulletin Solutions, Inc. All rights reserved.