Quickstart | HTML <head>-Generator | Test the script | Option: appendButton | Option: defaultTab | Option: defaultShipView | Option: tooltipTitle | Bundled Ships
Specify the details of your installation to generate the HTML you need to include in your website.
<script type="text/javascript" src="http://www.aeonoftime.com/EVE_Online_Tools/Ships_Quickinfo/demo/js/prototype.js"></script>
<script type="text/javascript" src="http://www.aeonoftime.com/EVE_Online_Tools/Ships_Quickinfo/demo/js/scriptaculous.js?load=effects,builder,dragdrop"></script>
<script type="text/javascript" src="http://www.aeonoftime.com/EVE_Online_Tools/Ships_Quickinfo/demo/js/ShipsQuickinfo.js"></script>
<link rel="stylesheet" type="text/css" href="http://www.aeonoftime.com/EVE_Online_Tools/Ships_Quickinfo/demo/css/ShipsQuickinfo.css" />
<script type="text/javascript">
ShipsQuickinfo.imgFolder = 'http://www.aeonoftime.com/EVE_Online_Tools/Ships_Quickinfo/demo/images/';
ShipsQuickinfo.scriptFolder = 'http://www.aeonoftime.com/EVE_Online_Tools/Ships_Quickinfo/demo/'
</script>
Calling the init routines
ShipsQuickinfo.init(); has to be called in all
situations. Whether you do it via the body tag
onload attribute or via DOM events is your choice.
Example with a call in the body tag:
<body onload="ShipsQuickinfo.init();">