Richiedude
07-09-2011, 04:26 PM
1) Script Title: Combo-Box Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/comboviewer.htm
3) Describe problem:
is it possible to use, inside of the div's, php includes? or iframes?
<div id="dropmsg0" class="dropcontent">
<?php include("path-to-page-1.html"); ?>
</div>
<div id="dropmsg1" class="dropcontent">
<?php include("path-to-page-2.html"); ?>
</div>
<div id="dropmsg2" class="dropcontent">
<?php include("path-to-page-3.html"); ?>
</div>
i can't seem to get it to work
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/comboviewer.htm
3) Describe problem:
is it possible to use, inside of the div's, php includes? or iframes?
<div id="dropmsg0" class="dropcontent">
<?php include("path-to-page-1.html"); ?>
</div>
<div id="dropmsg1" class="dropcontent">
<?php include("path-to-page-2.html"); ?>
</div>
<div id="dropmsg2" class="dropcontent">
<?php include("path-to-page-3.html"); ?>
</div>
i can't seem to get it to work