Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mixed Coding
Message
Information générale
Forum:
Visual C++
Catégorie:
Autre
Titre:
Divers
Thread ID:
00262291
Message ID:
00262681
Vues:
27
>
>Your Friend is correct. ASP mixed with raw HTML is S L O O O O W!
>It does get to be a pain getting " correct. In you example you don't need quotes. The only time you need quotes in your example is if there is a space in the href. response. write "< a href=myasp.asp >" works just fine, but response. write "< a href=my no one asp.asp >" won't work. reponse. write ""< a href=my no one asp.asp >"" will work.
>
>As I said it does get to be a pain, but the speed difference is worth it and you do get use to it.
>
>You can all so do stuff like qt=chr(34) then use &qt& where you want as a quote.
>
>HTH
>Jeff

Thanks for the great advice! However, does this mean that I don't have to use raw html for the < html >, < body > ,etc. tags - that I can include them in the response . write as well?

Ramon Carlos
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform