0
Hello guys to using to make window in my app Jspanel which is excellent but I’m calling a page detro the window using the script below
$.jsPanel({
title: 'Cadastro de usuário',
"resizable" : false,
overflow: 'scroll',
position: 'center',
overflow: 'hide',
"maximizable" : false,
show: "magictime puffIn",
size: { width: 860, height: 280 },
load: { url: 'TI/caduser.php' },
controls: { iconfont: 'jsmetro' },
theme: 'success'
});
The question is: I call the page in this tag: load: { url: 'TI/caduser.php' }, ai na página caduser.php faço um cadastro e gostaria de disparar um OK para a página que chamou o caduser mas usando o window.Parent é não possível. Does anyone know how I can do it?