 Rank: Active Member
Joined: 6/14/2011 Posts: 11 Points: 33 Location: India
|
Hi, I have create two ME applications say X and Y. I set X at first so that if i open my website,X application should load on mobile view.I have one button in X application and onclick of button,i want to load Y application and same wise versa. Could you please help me by providing some sample code to switch one app to another?
-- Ravi
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
You need to construct a URL to meDefault.aspx with a single parameter, ClickAction. It looks like this:
meDefault.aspx?ClickAction=<ClickAction><Param name="Type">LoadApplication</Param><Param name="Application">e9d5c529-c957-4d7c-a30f-cf328afb471b</Param></ClickAction>
You would replace the GUID in this example with the GUID from the app you want to open. You can find this in the URL in ME Config when your app is selected.
-joe
|