git-svn-id: http://xe-core.googlecode.com/svn/trunk@1583 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-08 08:27:49 +00:00
parent 7e9b3a8e85
commit b33a1d1893
6 changed files with 10 additions and 5 deletions

View file

@ -110,6 +110,9 @@ function move_url(url, open_wnidow) {
if(!url) return false;
if(typeof(open_wnidow)=='undefined') open_wnidow = false;
if(open_wnidow=='N') open_wnidow = false;
if(/^\./.test(url)) url = request_uri+url;
if(open_wnidow) {
winopen(url);
} else {

View file

@ -52,7 +52,7 @@ function xml_response_filter(oXml, callback_func, response_tags, callback_func_a
function xml_handler() {
this.obj_xmlHttp = null;
this.method_name = null;
this.xml_path = "./index.php";
this.xml_path = request_uri+"index.php";
this.params = new Array();

View file

@ -20,6 +20,7 @@
<!--@end--><script type="text/javascript">
var zbxe_url = "{$zbxe_url}";
var current_url = "{$current_url}";
var request_uri = "{$request_uri}";
</script>
{Context::getHtmlHeader()}