I have a javascript function to open the new window when we click the link but i want to pass the value "id" to another page. How can I add the value to url> Following is the code...
<SCRIPT language="JavaScript1.2">
function openoldgurantorwindow()
{
window.open("enter code heregurrantor/old",
"mywindow","location=1,status=1,scrollbars=1,width=700,height=700");
}
</SCRIPT>
<a href="javascript: openoldgurantorwindow()">Click to view old Guarantors</a>
Thank you in advance.
id. Where will you get it from? PHP or javascript??