Original Message:
> From: Chunshen (Don) Li

>  // retrieve data and populate MAIN WINDOW
>  document.frames['loadFrame'].src = ''+obj+'&col='+jcol+'&pop1='+p1+'&pop2='+p2+'&pop3='+p3;
>  /* this part seems problem, not loading
>  tried variant
>  document.frames['loadFrame'].src = ""> >  cfm?obj='+obj+'&col='+jcol+'&pop1='+p1+'&pop2='+p2+'&pop3='+p3+";
>  to no avail either
>  */
> }
>

I'd say try the JS alerts I suggested in my last reply and make sure that the iframe's src is being set.

There's also a possibility that the .cfm file is throwing an error (one problem with invisible iframes:  you don't see the error messages).  So, you can try doing a try/catch block around it and alert a message if there's a CF error occurring.

Scott
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to