I have this in one of my style sheets:

..mask {
    <cfoutput>behavior :
url("#Attributes.ApplicationPath#/mask_js.htc");</cfoutput>
}

When this runs, it shows the path to the mask_js.htc file if someone views
source.  I would like to hide this path, so that no one can download thit
file easily.  Unfortunately, the behavior property only uses URLs, so I
can't specify an unreachable absolute path.

Any ideas?

Todd



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to