Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi I am using the dialog control as a lookup control. For this, i have used the ContentURL which points to a page, the users can select one or more records and click the save button on the ContentURL page, what i need is to close the dialog control on the save button How can i do this??
I am really stuck over here,
Thanks Arun
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to put the following code into your ContentUrl page:
<input type="button" value="Close" onclick="parent.eo_GetObject('Dialog1').close();" />
Thanks
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Thanks Guys works superb Arun
|