How To Include the viewer in a web page - DHTML Scrolling Image Viewer


Question:
How do I include the image viewer in an element within a web page containing other content?

Solution:

Using a Table and Iframe as an example:

<TABLE border="1">
    <TR>
        <TD>
            Other Content
        </TD>
        <TD width="310">
            <IFRAME src="DHTMLImageViewerBLUE.htm" border="0" frameborder="0"></IFRAME>
        </TD>
    </TR>
</TABLE>


4thorder(TM) Code Snippets and Full Scripts Copyright © 2005 - Present. All rights reserved.