Multi Popup List in One Page
|
| Posted: 06/13/2005, 1:49 AM |
|
Help me on this
function OpenPop_UpList()
{
FieldValue = "";
var linkhref = document.getElementById("LecturerList").href;
var win=window.open(linkhref+"?s_emp_name="+FieldValue, "LecturerList","left=100,top=10,width=480,height=480,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
win.focus();
}
i'am trying to open diffirent page of popup when i click, but every time i click it's open the same page...maybe i have to modified these code...pelase....thanks
|