Goodmorning all,

What am I doing wrong?  My iframe is blank.

 

Code:

            <CFQUERY NAME="getAll" DATASOURCE="manageLinks"  DBTYPE="ODBC">

            SELECT *

            FROM   theLinks

            </CFQUERY>

           

            <table>

            <tr>

                        <td><strong>Hyperlink</strong></td>

                        <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>Link</strong></td>

            </tr>

            <cfoutput query="getAll">

            <tr>

                        <td><a href="">

                        <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="">

            </tr>

            </cfoutput>

            <tr>

                        <td colspan="2">

                                    <cfoutput>#url.show#</cfoutput>

                                    <cfif IsDefined("url.show")>

                                                <iframe src="">

                                                        name="mLink"

                                                        id= "showLink"

                                                        width="800"

                                                        height="600"

                                                        marginwidth="0"

                                                        marginheight="0"

                                                        align="middle">

                                                            Your browser does not support in-line frames!

                                                </iframe>

                                    </cfif>              

                        </td>

            </tr>

            </table>

 

Any help is greatly appreciated.  Thanks!

 

Ron Mast

Webmaster

Truth Hardware

Ph: 507-444-4748

Fx: 507-444-5361

www.truth.com

 

_______________________________

This e-mail and any files transmitted with it are confidential and are intended solely for the use of the individual to whom they are addressed.  If you are not the intended recipient or the individual responsible for delivering the e-mail to the intended recipient, please be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing, or copying of this e-mail is strictly prohibited.

Reply via email to