Hi, You could also use some sort of JavaScript Obfuscator and JavaScript Minifier tools to make it difficult for someone to read and decode your javascript code. Thanks, Rohit
On Jun 23, 8:04 am, "Kumar Majethia" <[EMAIL PROTECTED]> wrote: > David, > > You're going to have a tough time hiding your html code. Even if you managed > to stop it from showing within your gadget, someone could get to the > ultimate source "http://david..." and see the contents there. > > Anyways, you could hide the code within your gadget with Javascript and > DHTML. Use a div tag in your gadget and fill it up dynamically with > Javascript at runtime from your source. You'll still have to include the > javascript. > > The best way to hide your code would be to keep a large chunk of your > application server based or use Java Applets or Adobe Flex front-ends. > > HTH > > -----Original Message----- > From: [email protected] > > [mailto:[EMAIL PROTECTED] On Behalf Of David > Sent: Monday, June 23, 2008 4:02 AM > To: OpenSocial - OpenSocial Application Development > Subject: [OpenSocial] Re: Redirecting to a html page on a xml file. > > I don't want to just show it, I just don't wanna to copy and paste all > my html inside the CDATA[], instead I wanna call that html from an > external source (http:// > davidribeirolopes.googlepages.com/index.html). > Even if I use url in content type it will show the html code in my app > not the page.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
