Hi Marlon,
I tried it and no luck.  Thanks though.

Ron Mast
Webmaster
Truth Hardware
Ph: 507-444-4748
Fx: 507-444-5361
www.truth.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Marlon Moyer
Sent: Friday, May 27, 2005 9:19 AM
To: [email protected]
Subject: Re: iframe issue

you probably have to urlencode the address in the link like:

linkManager.cfm?show=#urlencodedformat("http://www.truth.com/catalog/#hy
perlink#&msg=1")#


On 5/27/05, Ron Mast <[EMAIL PROTECTED]> wrote:
>  
>  
> 
> 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="linkManager.cfm?show=http://www.truth.com/catalog/#hyperlink#&msg=
1">#hyperlink#</a></td>
> 
>                        
> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a
>
href="linkManager.cfm?show=http://www.truth.com/catalog/vHTML/#link#&msg
=1">#link#</a></td>
> 
>             </tr> 
> 
>             </cfoutput> 
> 
>             <tr> 
> 
>                         <td colspan="2"> 
> 
>                                    
> <cfoutput>#url.show#</cfoutput> 
> 
>                                     <cfif
> IsDefined("url.show")> 
> 
>                                                 <iframe
> src="#url.show#" 
> 
>                                                        
> 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. 


-- 
Marlon

"Only a Sith thinks in absolutes!"
----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm


----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe:
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe:
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to