|
|
 |
RE: FN-FORUM: Writing ASP programmatically
date posted 16th July 2005 20:30
[EMAIL REMOVED] wrote:
> Hi,
>=20
> Does anyone know how to have a classic ASP page build a
> string that contains classic ASP tags run successfully? The
> string is then written as a .ASP file. I've tried
> substituting > and < and reconverting them at write
> time but it doesn't seem to work. It works ok if I don't
> reconvert them back but then the final ASP doesn't work as
> it's got entities in it instead of ASP tags!
>=20
> Has anyone else done this and succeeded?
>=20
> TIA
>=20
> Craig
I know it is a late answer but I only just had time to test it
Just make sure you don't put the together and escape " as "" =
and it
works fine for me...
Dai
--=20
TechnologyAngel
http://www.technologyangel.co.uk/
|
 |
|