I want to
> have a link like
> this:
> 
> <html:link href="" paramId="id"
> paramName="customerDetails"
> paramProperty="customerId"
>
onClick="MM_openBrWindow('AgreementList.do','popup','scrollbars=yes,widt
> h=1000,height=500,left=10,top=100')"></html:link>
> 
> Where my javascript function is:
> 
> function MM_openBrWindow(theURL,winName,features) {
> //v2.0
>   window.open(theURL,winName,features);
> }
> 
> Now the problem is how should I pass the parameter
> "id" in the popup
> window. Also on clicking on the link, parent window
> should not get
> refreshed.
> 
> Regards
> Ritesh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to