>What code should i use to validate it on IE 5.2 on mac
>
>
Use a browser detection CFX to detect the browser, then do:
<cfif Browser.IsMac AND Browser.IsIE>
<cflocation url="" />
<cfabort />
</cfif>
--
*Damien McKenna* - Web Developer - [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

