On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote:
> how to write it in the html page ...
It doesn't go in the html page, it goes in httpd.conf.
If you want to do client-side browser sniffing in html, then you are
in the wrong forum. You want a group dedicated to javascript.
Joshua.
---
how to write it in the html page ...
Joshua Slive wrote:
On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote:
Hi,
Can someone help with example of such HTML page ?
lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to
2.html
Joshua Slive wrote:
See the section "Bro
On 2/5/06, Oren Gozlan <[EMAIL PROTECTED]> wrote:
> Hi,
> Can someone help with example of such HTML page ?
> lets say that if browser is MSIE, go to 1.html anf if it is Mozila go to
> 2.html
> Joshua Slive wrote:
> See the section "Browser Dependent Content"
> in
http://httpd.apache.org/docs/2.2/m
Hi,
Can someone help with example of such HTML page ?
lets say that if browser is MSIE, go to 1.html anf if it is Mozila go
to 2.html
Thnx ..
O
Joshua Slive wrote:
See the section "Browser Dependent Content" in
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#content
Joshua.
See the section "Browser Dependent Content" in
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#content
Joshua.
On 2/1/06, Oren Gozlan <[EMAIL PROTECTED]> wrote:
> I know it is possible ... but don't know how ...
>
> I want to show different page for each different user-agent (simple
> red
I know it is possible ... but don't know how ...
I want to show different page for each different user-agent (simple
redirect)
all will access index.html, if user agent is x -> then x.html
if user agent is Y -> then y.html
any easy way to do it ?
Oren