1) Script Title: Combo-Box Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...omboviewer.htm
3) Describe problem:
is it possible to use, inside of the div's, php includes? or iframes?
i can't seem to get it to workCode:<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>



Reply With Quote

Bookmarks