The following code pops up a window from and HTML href, but when using it in
a flash form using <cfformitem type="html" it loads in the same window.

<cfoutput>
 <a href="#request.self#?fuseaction=#XFA.popupdetail#&id=1"
 
onClick="window.open('#request.self#?fuseaction=#XFA.popupdetail#&id=1','popupdetail',
'height=600,width=800,resizable=1,scrollbars=1');return false;">
 Privacy Policy</a>
</cfoutput>

has anyone else run into this? Is this a limitation of the flash form?

Thanks,

--------------
Dan O'Keefe


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257958
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to