/ Published in: JavaScript
URL: http://www.astralmedia.org
Use this to create a conditional statement for chrome.
Expand |
Embed | Plain Text
<script type="text/javascript"> if (navigator.userAgent.toLowerCase().match('chrome')) document.write('This is a Chrome browser'); </script>
You need to login to post a comment.
