Hello all,
I'd like to popup an html view I've created upon the user making a selection from a radio button. I have used the OpenURL function on the "On User Input" event for that radio button. The popup displays fine but the html view doesn't display properly. Static text is displayed properly but the embedded view below the text doesn't show and instead says "Loading" indefinately. The html view is a simple combination of basic text and an embedded view in list mode.
Any ideas why this is happening? Is this a limitation of HTML views? I am able to display the view fine in the same page or as a new window all together, but it doesn't seem to work as a popup.
This is the open url line I'm using...
- openUrl("#View:COURSES","Popup window","height=100,width=100");
Thanks,
John