|
|
 |
RE: FN-FORUM: Writing ASP programmatically
date posted 17th July 2005 00:59
Thanks Dai and Andy,
That post was quite a while ago and I eventually found a way to do it.
Yours is another way, and is actually simpler than what I ended up with
(using a replace function).
Thanks anyway,
Craig
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Andy
Macnaughton-Jones
Sent: 16 July 2005 21:06
To: FN-FORUM / [EMAIL REMOVED]
Subject: RE: FN-FORUM: Writing ASP programmatically
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,
>
> 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!
>
> Has anyone else done this and succeeded?
>
> TIA
>
> 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/
--
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
--
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
|
 |
|