Not in the office right now but check out the dmNavigation core type. It's going to have a variable called cancelURL which is used for the cancel button and one called saveURL (I think). There are only 2 so look for the one that's NOT cancelURL.
My guess is that you call parent['editFrame'].location.href = '#application.url.farcry#/edittabOverview.cfm without the additional parameter. Either that or your code's not running. -Jake Hoolahawk wrote: > Hi, > > I have created a new custom type, when I click on the save button for > the type it does save but it does not take me back to the overview > page, but rather goes back to the form page. > > I have got this line in my code... > > <script language="JavaScript"> > parent['editFrame'].location.href = > '#application.url.farcry#/edittabOverview.cfm?objectid=#stObj.ObjectID#'; > </script> > > ...which I thought reload the overview page, but does not seem to be > working. > > Can anyone help > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
