i have lister page which carries no of records ..by click of each row will take me to Edit profile according to the users id ..that edit will be a pop up window .. so i am using showModalWindow for pop up... the problem is each row i am calling submitRow(usedId) i am passing user id ..in my showModalDialog method how to pass the user id value.