Template:Team:HKUST/SilverRabbit.render
From 2009.igem.org
(Difference between revisions)
(New page: <html> <style type="text/css"> #silverlightControlHost { height: 100%; overflow: auto; } </style> <script type="text/javascript"> function onSilverlig...) |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | <head> | ||
+ | |||
+ | <!-- SilverLight Render starts here --> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 43: | Line 47: | ||
} | } | ||
</script> | </script> | ||
- | + | ||
+ | <!-- SilverLight Render ends here --> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
<div id="silverlightControlHost"> | <div id="silverlightControlHost"> | ||
<object data="data:application/x-silverlight," type="application/x-silverlight-2" width="$width" height="$height"> | <object data="data:application/x-silverlight," type="application/x-silverlight-2" width="$width" height="$height"> | ||
- | <param name="source" value=" | + | <param name="source" value="http://www.eclipse4sl.org/demo/Test.xap"/> |
<param name="onerror" value="onSilverlightError" /> | <param name="onerror" value="onSilverlightError" /> | ||
<param name="background" value="white" /> | <param name="background" value="white" /> | ||
Line 55: | Line 63: | ||
</a> | </a> | ||
</object> | </object> | ||
- | <iframe style='visibility: | + | <iframe style='visibility:visible;height:100;width:100;border:0px' src="unsaved:///Untitled_1.html"></iframe> |
</div> | </div> | ||
+ | </body> | ||
+ | |||
</html> | </html> |
Revision as of 15:07, 12 September 2009