Inserire un "link" in --response.write--

di il
1 risposte

Inserire un "link" in --response.write--

Salve, cortesemente, una dritta. 

Desidererei inserire un collegamento ipertestuale dentro ad un response.write che sotto riporto ho provato con apici, doppi apici .. dove sbaglio? 

if GetMonthName(Month(dataCorrente)) = "Gennaio" AND Day(dataCorrente) = 20 then
response.write "<p>Oggi si festeggia  <strong>San Sebastiano</strong></p>"
end if

Vi ringrazio!!!

1 Risposte

  • Re: Inserire un "link" in --response.write--

    Grazie, per ora ho risolto! 

    if GetMonthName(Month(dataCorrente)) = "Gennaio" AND Day(dataCorrente) = 20 then
    response.write "<p>Oggi si festeggia  <strong>San Sebastiano</strong> - <a href='" & url & "'>" & testoLink & "</a></p>"
    end if

    Alla prossima :-))

Devi accedere o registrarti per scrivere nel forum
1 risposte