|
Can someone help me with a Javascript problem?
So it's Friday night and my programmers are off partying and getting laid, and I'm staying in and trying to better my smarts with a little website work, and I'm stuck.
I have a line in my page that looks just like this, complete the comment tags.
<!-- one two three four -->
The above appears in the body of the page.
What I want to do is detect if the user on the web page is using Internet Explorer, and if so, to change the code above so that it looks like this:
<!-- two three four -->
with the "one" removed.
Any help is appreciated!
|