|
|
 |
RE: FN-FORUM: Writing ASP programmatically
date posted 16th July 2005 20:35
We've built VB scripting into a VB application so you could essentially
use the same process with ASP. I'd have to dig the code out but it
worked pretty successfully as we fixed the function definition and just
passed a single object.
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Dai
Williams
Sent: Saturday, July 16, 2005 9:02 PM
To: Andy Macnaughton-Jones
Subject: RE: FN-FORUM: Writing ASP programmatically
[EMAIL REMOVED] wrote:
> Hi,
>=20
> Does anyone know how to have a classic ASP page build a string that=20
> contains classic ASP tags run successfully? The string is then=20
> written as a .ASP file. I've tried substituting > and < and=20
> 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=20
> 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
--
TechnologyAngel
http://www.technologyangel.co.uk/
--=20
Freelancers, contractors earn more with Prosperity4
Call 0870 870 4414 or visit www.prosperity4.com
and benefit from Inland Revenue approved expenses today.
To advertise here: http://www.freelancers.net/advertising.html
|
 |
|