Dave, There's probably some Hack plugin for your browser that can modify the "user_agent" cgi variable. Do a google search. However, on the client side, the browser is determined (often) by detecting what it will support (layers for example). You probably can't change this - however, if you are trying to get back browser specific code from a particular site then it will probably not matter since User_agent is what the server side is going to use. Also, if you are using CFHTTP or virtually any other programatic request mechanism there is always a way to set the user_agent, either through a raw header or through a property.
Mark -----Original Message----- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 8:39 AM To: CF-Talk Subject: Modified Browser Type When you go to a website they can read what type of browser your using through variables. Is there any way to hide your browser type and appear as another browser type? Ex: using IE but make it appear as Netscape? Thanks, Dave ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

