Jump to content

Search the Community

Showing results for tags 'javascript.'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Here is my code, but i dont see what is giving it problems, it just keeps reloading on the PC site! <script type="text/javascript"> if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/Android/i)) ){ var newURL = "m." + window.location.host + window.location.pathname; location.href= "http://" + newURL; }else{ if(location.host ="mstratford.co.cc") {} }else{ var newURL = window.location.pathname; location.href="http://mstratford.co.cc/" + newURL;}}</script>
×
×
  • Create New...