I am using some html tag that dont work in Netscape 4. Almost all my clients are using Internet Explorer but I just want to validate the Index webpage.
I have found the way to do it and is like this
<CFIF HTTP_USER_AGENT CONTAINS "/5." or HTTP_USER_AGENT CONTAINS "/6." or HTTP_USER_AGENT CONTAINS "/7." or HTTP_USER_AGENT CONTAINS "/8." or HTTP_USER_AGENT CONTAINS "/9." or HTTP_USER_AGENT CONTAINS "IE">
I was intrigued because I have been going back and forth with a Mac client who is unbale to get some online forms to post thus allowing a cfinsert tag. I had another Mac user test the files and it would not work in IE but did in Netscape. However, my client is still not able to post the form. Is there any way around this? Does this have to do with open standards? The client can get other forms on the same page to work but these particular ones do not.
This is all unpleasant to me. I did not know I needed a correct tag for Mac. How do I find out what it should be? Right now I just have a <cfupdate> (oops, I said insert before).
I havent work with MAC so I dont know, but if take a look to the book probably u can find de equivalent for update, but know that u r able to know which browser they are using it will be easier
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.