css3 - load web page with object HTML -
i made website bioinformatics tools , tried calling galaxy tools on website using script < object> < / object> not appear blank view. there wrong??
i use drupal web cms
this script
<style> .konten { min-height: 800px; margin: 5px 5px 5px 5px; border: solid 2px #ddd; border-radius: 10px; } </style> <div class="konten"> <object width="100%" height="900px" type="text/html" data="http://127.0.0.1:8081/root/"></object > </div>
i assume problem galaxy runs locally (the url http://127.0.0.1
refers localhost) , drupal cms hosted somewhere else. drupal cms can't access galaxy. solve issue, assume have configure galaxy publicly accessible.
Comments
Post a Comment