Is it possible that in the gadget.xml file to set the html src as a html page hosted remotely
I have a site that is hosted remotely and is all html a jscript and would like to just point my gadget at it.
Is it possible that in the gadget.xml file to set the html src as a html page hosted remotely
I have a site that is hosted remotely and is all html a jscript and would like to just point my gadget at it.
Gadget with remote html src??
Eric Wisdahl
I am almost positive you cannot do this for security purposes. The primary HTML needs to reside in the .gadget file on the client machine (along with the XML manifest). One possibility (I haven't tried this, but who knows) is to have the HTML in the gadget redirect to your file. Another way might be to be creative in the way that a XHttpRequest to your site and conveniently embed the contents of your remote HTML page into the gadget.
Just a couple of suggestions.
Mark Hotton
gadget.html:
<html>
<body style="margin:0px; width:300px; height:300px;">
</html>