Welcome Guest Search | Active Topics | Sign In | Register

Return Parameter from contentURL to EO.web Dialog Options
Vishakha
Posted: Friday, February 5, 2010 9:28:46 AM
Rank: Member
Groups: Member

Joined: 2/5/2010
Posts: 24
We are using dialog control for the project.We are setting ContentURL property to open new aspx page in dialog.We want to return some parameter (like Sucessful Save) on click of save button of new aspx page(contenURL page) to the main page or dialog control just like AcceptButton or ClientSideOnAccept.THis requirment is similar to return value of window.open() or show modal. Do we have such property or support for this functionality?
eo_support
Posted: Friday, February 5, 2010 9:41:29 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

No. When you are dealing with two pages, the real question is how to communicate between these two web pages. This would not have anything to do with whether you use a dialog or not. You will want to look into cross page scripting to get more details on that and please keep in mind that if the two pages belong to different domains, then all modern browsers prohibits scripting between these two pages.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.