
Dears,
I want to refresh quote form when quote product form closes. Any ideas?
thanks :)
*This post is locked for comments
I have the same question (0)Hi,
I don't think you'll be able to do this. Your event - when a form closes - would have to be triggered by javascript and there's no supported javascript to handle this (here's the full Client Side programming reference: msdn.microsoft.com/.../gg328255.aspx ) You might be able to do it with some unsupported javascript but I wouldn't recommend it (something like window.opener.location.reload(false); )
Hope this helps! I'd appreciate if you'd mark this as Answering your question.
Thanks!
Aiden