Parse
HTML Text Object |
Parse
HTML Text Object Version 2.00 |
Properties Methods
Description
This property allows you to correctly process HTML which contains ASP tags <% %>.
Syntax
object.ASPTagsPresent = TRUE/FALSE
Remarks
In normal HTML ASP tags <% %> have are ready been process by the server and do not appear in the page sent by the server. Their are situation in which you may wish to process raw ASP pages. In these cases setting ASPTagsPresent to True will allow you to better process these files. This property only affects ASP tags and white space is never collapsed inside an ASP tag.
This property must be set after calling HTMLString or OpenHTMLTextFile as they reset this property to it's default value of False.
Copyright (c)
1999-2002 by
Cimarron
Ravine, L.L.C.
All Rights Reserved.