What about multi page CF application?

When I have some links on my application "like a real page", are there 
any other way?

We may parse all "href" links, check whether they are in same domain or 
not and if they are parse them again. But  what about links in pages? :)

Anyway. If there is "real" page parsing tool, please let me also know.


Josh Nathanson wrote:
> That will work fine if you are not executing any CF on your pages, just 
> writing the content of your db to disk.  If you are though you would want to 
> use CFHTTP.  That will execute any CF on the page and then you can use 
> CFFILE to write the resulting html to disk.
>
> Another cool thing about CFHTTP is it will give you an exact replica of the 
> page as it is viewed by an end user.  Using the below method, it will have 
> an extra <table> wrapped around it.  That may not be a problem for you 
> though.
>
> I guess ultimately the method you use depends on how the database-driven 
> site in question is implemented, and what your end goals are.
>
> -- Josh
>   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Oğuz Demirkapı

TeraTech Inc. | Senior Developer
405 East Gude Dr Suite 207, Rockville, MD 20850, USA
Voice: +1 (301) 424-3903 ext 111 | Fax: +1 (301) 762-8185
Web: http://www.teratech.com | E-mail: oguz.demirkapi <AT> teratech.com
Winner in CFDJ awards Best Consulting. Member Team Fusebox.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259827
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to