Hi, I have a.cfm which is something like : <CFFORM ACTION="a_exp.cfm/a_exp.xls" METHOD="post"> <CFOUTPUT>#SomeData#</CFOUTPUT> <INPUT TYPE="submit" NAME="Save" VALUE="Save Data"> </CFFORM> My a_exp.cfm file is as follows: <CFCONTENT TYPE="application/excel">DataHeader <CFOUTPUT>#DisplayData# </CFOUTPUT> My Question : When I click the "submit" button on my form page, it brings up the excel spread sheet. When I save it, I can get to a.cfm by browser "back" button. Instead, how can I go to a different CF template; say c.cfm. Please Advise ASAP. Thanks, ~Manasa. __________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ ------------------------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

