Is this possible to do?

Hi all xojo cloud members

So I have a customer who is hosting their own website, but obviously I’m running xojo cloud, and they want my app on their web site.

I’ve tried opening a link to the cloud app in an iframe on the other hosted site, but does not work.

Anybody else got an xojo cloud app running on a customers web page (just by a link)

It may be a no because of the way it’s just runs but any help would be great. I’m now a web site programmer.

Thanks in advance (even if it’s a ha ha ha ha no way that will work)

Richard

In the App.Opening event, add the following:

Self.Security.FrameOption = WebAppSecurityOptions.FrameOptions.Allow

You should then be able to embed your Xojo web application in an iframe on your customer’s website.

3 Likes

I’ll get my website people to add that to their page and give it a try…

…… I’m excited now….

Thanks

That goes in the App.Opening event of your Xojo web app, not on the HTML side.

5 Likes

Yup worked lovely - thanks Guys.

1 Like