Hi, all...

Before I go digging around and start trying to code a solution, I'd like
to know if what I'm trying to do is even possible.

I'm trying to automate the downloading of data from a site.

First, I have to go to a login page, enter my username and password,
then I'm taken to the download page.

I click on a link (actually, two for two different downloads), and the
"Run" or "Save" dialog appears.  (Win XP Pro)

This links are scripted using Javascript.  When a link to download is
clicked, the script opens a window (for what purpose, I don't know...the
download links are in the main page).

I'm wonder if it's even possible to automate the login and download
process using cfhttp or other tag/function.

If it helps to clarify the situation, I've pasted the script from the source
of the page that sets up and controls the download links.

Thanks for any feedback.

Rick

Here's the script:

<script language="JavaScript">

function open_browser( url_str )
    {thewindow=window.open( url_str 
,"save_listing","width=420,height=350,resizable=no,scrollbars=no,menubar=no,status=no,toolbar=no")}

</script>
           
<img src="images/document.gif" border=0 align=absmiddle>
<A href="javascript:open_browser( 
'popdown.asp?file=IDX_Custom&acct=XXX');" 
onMouseOver="self.status='';return true" onMouseout="window.status 
='';return true;">CUSTOM LISTING DATA</a> <small>10/16/2008 5:18:45 
AM</small><BR><img src="images/document.gif" border=0 align=absmiddle><A 
href="javascript:open_browser( 'popdown.asp?file=weeklya&acct=279');" 
onMouseOver="self.status='';return true" onMouseout="window.status 
='';return true;">WEEKLY PHOTO DOWNLOAD</a> <small>10/10/2008 2:54:41 
AM</small><BR><img src="images/document.gif" border=0 align=absmiddle><A 
href="javascript:open_browser( 'popdown.asp?file=weeklyb&acct=279');" 
onMouseOver="self.status='';return true" onMouseout="window.status 
='';return true;">BI-WEEKLY PHOTO DOWNLOAD</a> <small>10/3/2008 2:07:34 
AM</small><BR><img src="images/document.gif" border=0 align=absmiddle><A 
href="javascript:open_browser( 'popdown.asp?file=daily&acct=279');" 
onMouseOver="self.status='';return true" onMouseout="window.status 
='';return true;">DAILY PHOTO DOWNLOAD</a> <small>10/16/2008 5:17:56 
AM</small><BR>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314013
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