Commit e3ea618d authored by caluka's avatar caluka

Js updated for site code from and site code to pop help in requirement wizard[MF3KSUN005]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95236 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 84198523
...@@ -259,7 +259,7 @@ function deleteRowRecord(travelTable) { ...@@ -259,7 +259,7 @@ function deleteRowRecord(travelTable) {
try { try {
var table = document.getElementById(travelTable); var table = document.getElementById(travelTable);
var rowCount = table.rows.length; var rowCount = table.rows.length;
for(var i=rowCount-1; i>0; i--) for(var i=rowCount-1; i>0; i--)
{ {
...@@ -554,4 +554,15 @@ function post_to_url(path, params, method) { ...@@ -554,4 +554,15 @@ function post_to_url(path, params, method) {
} }
*/ */
\ No newline at end of file
function callPopUpJSP(value)
{ fieldName = value;
var url = '/ibase/webitm/jsp/PopUp.jsp?OBJ_NAME=requirement&FIELDNAME='+fieldName;
var win = window.open( url, '_blank', 'toolbar=no,status=yes,resizable=no,scrollbars=yes,left=200,top=100,width=500,height=406' );
}
function assignValue(text){
document.getElementById('Detail1..'+fieldName).value = text;
}
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