Commit e0bf2669 authored by kshinde's avatar kshinde

updated js for pricelist wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@179388 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0472fada
...@@ -54,7 +54,6 @@ function getListOfValues(fieldName,fieldId,siteCode,popUpParam) ...@@ -54,7 +54,6 @@ function getListOfValues(fieldName,fieldId,siteCode,popUpParam)
var addObjName = "plistgen_wiz"; var addObjName = "plistgen_wiz";
url = "/ibase/webitm/jsp/PopUp.jsp?FIELDNAME="+escape(fieldName)+"&KEYSTRING="+keyStringVal+"&OBJ_NAME="+addObjName+urlParamString; url = "/ibase/webitm/jsp/PopUp.jsp?FIELDNAME="+escape(fieldName)+"&KEYSTRING="+keyStringVal+"&OBJ_NAME="+addObjName+urlParamString;
alert(fieldId);
var fullwidth = eval(screen.width)/2-130; var fullwidth = eval(screen.width)/2-130;
var iFrame = '<iframe id="popHelpIframe" name ="popHelpIframe" src="'+url+'" style = "width:'+fullwidth+'; height: 100%; border: 0px; bottom:0%;"></iframe>'; var iFrame = '<iframe id="popHelpIframe" name ="popHelpIframe" src="'+url+'" style = "width:'+fullwidth+'; height: 100%; border: 0px; bottom:0%;"></iframe>';
......
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