Javascript Problem
Javascript Problem
Out of context: Reply #7
- Started
- Last post
- 10 Responses
- takashi0
You are trying to do something impossible:-))
quote from
http://www.mozilla.org/docs/web-… :"Thus, client-side JavaScript code which attempts to detect the AOL client by looking for the string "AOL #.#" in the navigator.userAgent string is not 100% reliable. "
check this:
"There is currently no known workaround to detect the AOL client with 100% reliability in client-side JavaScript, so the recommended workaround when AOL client detection is necessary is to use server-side detection of the HTTP user agent string." ... so go PHP...:-)