Commit b337e34d authored by mjadhav's avatar mjadhav

add window .open tag


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98075 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d0f4a825
...@@ -198,7 +198,13 @@ function finishAction( value ) ...@@ -198,7 +198,13 @@ function finishAction( value )
//alert("issError :"+issError); //alert("issError :"+issError);
if(issError == false) if(issError == false)
{ {
// alert("calling window.open!!!!");
var win = window.open( '', 'Items','toolbar=no,status=YES,resizable=yes,scrollbars=yes,left=0,top=0,width=700,height=500,fullscreen=yes' );
samplItem["SAVE_SAMPLE_DATA"] = "<Root>" + selectedSampleItem + "</Root>"; samplItem["SAVE_SAMPLE_DATA"] = "<Root>" + selectedSampleItem + "</Root>";
//alert("samplItem :"+samplItem["SAVE_SAMPLE_DATA"]); //alert("samplItem :"+samplItem["SAVE_SAMPLE_DATA"]);
post_to_url4(path,samplItem,method); post_to_url4(path,samplItem,method);
...@@ -218,7 +224,7 @@ function finishAction( value ) ...@@ -218,7 +224,7 @@ function finishAction( value )
function post_to_url4(path,params,method) function post_to_url4(path,params,method)
{ {
//alert("post_to_url4@@@@@@@@@@!"); //alert("post_to_url4");
//alert("path:"+path); //alert("path:"+path);
//alert("params:"+params); //alert("params:"+params);
//alert("method:"+method); //alert("method:"+method);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment