With the new version you have added a script code to a blank page:
<script type=“text/javascript”>
function sc_session_redir(url_redir) {
if (window.parent && window.parent.document != window.document && typeof window.parent.sc_session_redir === ‘function’) {
window.parent.sc_session_redir(url_redir);
}
else {
if (window.opener && typeof window.opener.sc_session_redir === ‘function’) {
window.close();
window.opener.sc_session_redir(url_redir);
}
else{
window.location = url_redir;
}
}
}
</script>
This compromises the work because I can not parse an xml document by setting top of page:
header(“Content-type: text/xml”);
Please scriptcase lords can you solve these BUG ???