I know this is probably a bit of "hackery", but...

I'm trying to find an easy way to go from a jQuery AJAX
function to a cffunction method, then from there, use
a cflocation to jump to a page to print a schedule.

I send my variables to the method via AJAX, (there's not
an actual form on the page, just form elements, two selects), then process
the information into a usable form for a url and
I'm trying <cflocation 
url="../cfm/floor_duty_printed_schedule.cfm?selected_date=#selected_date#"
addToken="no">...

But, since I'm using AJAX, the page doesn't change
from the original calling page to floor_duty_printed_schedule.cfm.
Is there some way I can cause the page to change?

The data is being processed correctly, but is being returned
to the calling page instead of going to the .cfm.  I tried
$.post with the call, but that caused an error...illegal method.

I just wanted this easy job of hacking up one of my
functions to work to get a printed page out.

Thoughts?  Suggestions?

Thanks,

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:319391
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