get HTML source from dynamic .cfm page

I have a form that takes 2 dates from the user, and POSTs them, returning the information based on the 2 dates entered.

I'm trying to access the HTML source for the resulting page, but the inet control's openURL property doesn't work because the URL is the same regardless of the dates entered. I'm basically wondering if there is a way to mimic the browser's ability to show the source of any page independent of the URL (like physically clicking "View" >> "Source" from the menu bar) When i do use the inet1.openURL method with the URL from the results page, the source code indicates an error, but the results page is displayed as it should w/o an error.

thanks for any help
[728 byte] By [chillywilly] at [2007-11-17 17:07:27]
# 1 Re: get HTML source from dynamic .cfm page
Are you using the WebBrowser control? If so, make sure not to view the source until the DocumentComplete event is fired.
CPCericola at 2007-11-10 0:22:46 >