embed multiple webparts

LabKey Support Forum (Inactive)
embed multiple webparts Ben Bimber  2012-01-05 11:09
Status: Closed
 
hi maya,

i believe you problem is the self-closing div tags (<div />), so i'd try:


    <div id="mDiv"></div>
    <div id="studyListDiv"></div>

and it should work.