User Profile

Collapse

Profile Sidebar

Collapse
Binary
Binary
Last Activity: Nov 18 '06, 08:56 PM
Joined: Nov 18 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Binary
    replied to View different Pages on firefox or IE
    nevermind on my last 2 topics. This one really works. Thank you!

    I just added document.locati on.href=

    Code:
    <HEAD>
    <SCRIPT language="JavaScript">
    <!--
    var browserName=navigator.appName; 
    if (browserName=="Netscape")
    { 
    document.location.href=("Netscape.html");
    }
    else 
    { 
    if (browserName=="Microsoft Internet
    ...
    See more | Go to post

    Leave a comment:


  • Binary
    replied to View different Pages on firefox or IE
    Nvm I found a new way.

    Code:
    <SCRIPT><!--Free Browser Detection Forwarding Script Code Found At http://www.DesignerWiz.com-->
    <!--Development Resource & JavaScript Public Archive Center-->
    browser = navigator.appName
    ver = navigator.appVersion
    version = ver.substring(0,1)
    if (browser=="Netscape") {
      if (version=="3")
        document.location.href=""
    ...
    See more | Go to post

    Leave a comment:


  • Binary
    replied to View different Pages on firefox or IE
    I try redirect and did not work or some reason.

    Code:
    <HEAD>
    <SCRIPT language="JavaScript">
    <!--
    var browserName=navigator.appName; 
    if (browserName=="Netscape")
    { 
    redirect("http://blank.com/Netscape.html");
    }
    else 
    { 
    if (browserName=="Microsoft Internet Explorer")
    {
    redirect("http://blank.com/IE.html");
    ...
    See more | Go to post

    Leave a comment:


  • Binary
    started a topic View different Pages on firefox or IE

    View different Pages on firefox or IE

    I looking for one were you go to a site and if you using mozilla firefox. it will redirect you to index_firefox.h tml. If you using ie it will be index_IE.html.


    For example: you go to www.website.com using your firefox and the index page will redirect to the right browser page like index_firefox.h tml.


    If you use IE. it will redirect you to index_IE.html



    I use to have a script...
    See more | Go to post
No activity results to display
Show More
Working...