HTML JavaScript DHTML




function redirectme(){
    bname=navigator.appName
    if (bname.indexOf("Netscape")!=-1)  {
      window.location="http://www.rntsoft.com"
      return
  }
    if (bname.indexOf("Microsoft")!=-1)  {
      window.location="http://www.rntsoft.com"
      return
  }
    window.location="http://www.rntsoft.com"
}