you can pass the value using the below finction
function change_contact()
{
clicked_value=document.support_call.client_contact[document.support_call.client_contact.selectedIndex].value;
if(clicked_value == '')
{
alert("Please select contact you want to view");
return false;
}
var newWindow;
var myurl="add_client_contact.php?client_id=" + clicked_value ;
var props = 'scrollBars=no,resizable=yes,toolbar=no,menubar=no,location=no,directories=no,width=350,height=400';
var newWindow = window.open(myurl, "Add_from_Src_to_Dest",props);
if (!newWindow.opener)
newWindow.opener = self;
if (newWindow.focus != null)
newWindow.focus();
}
Vinod Palan A
Calypso Technology, Inc.
Vinod_palan@calypso-tech.com
(415) 817-2463 Phone