|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Including <% in a asp variable that will be written to a file |
From: |
Clarke |
Date: |
2/15/2001 10:32:24 AM |
IP: |
208.184.60.244 |
Hi,
Does anyone know how I can include <% %> characters in a piece of asp code that is going to be written to another asp file?
eg
I want the output to be
<img src="./images/colour<% =green %>">
if I use the following, as soon as I enter the second %> the asp stops being parsed
inStream.WriteLine "<img src=""./im/<% = green %>"">"
Thanks
Clarke
|
Follow Up - Re: Including <% in a asp variable that will be written to a file - Scott 2/15/2001 3:23:25 PM
|
|
|
|
|
|
|
|
|
|
|
|